Hi there,
I am going to be releasing an enhanced shipping module soon (hopefully today), could you tell me what you need for Economy and Express that is different from Flat Rate.
Cheers
Adam
I hope so - but it won’t support what you need. I can write a custom shipping extension for you however - please give me a private message of your exact needs.
“Error in file: “/var/www/virtual/vu2004/htdocs/app/code/local/Mage/Remboursement/sql/remb_setup/mysql4-install-0.1.0.php” - SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘evenshop.core_config_field’ doesn’t exist “
how to resolve it ?
in fact i just want to duplicate Flate Rate shipping method and duplicate Cash check payment option
Look at the existing payment methods and create your tables with an plain SQL statement.
To configure your application use etc/system.xml.
So you’re telling me that the HOWTO article to create a custom module is, as of this version, inaccurate? How are developers supposed to code custom modules if the only article that describes how to do it is out of date? Are there any other resources?
The tutorial is good and it works. The only thing that isn’t up-to-date is the setup part. So if you want to create a backend configuration for your module take a look at the existing payment/shipping modules (Paypal, Cybersource etc.) especially the XML files in the etc folder.