Does it matter what the files are named? (table2.php, etc.)
Does it matter what the files are named? (table2.php, etc.)
Also, I noticed that "MODULE_SHIPPING_TABLE2_TEXT_TITLE" affects the title that appears in both the catalog AND the admin area, contrary to the comments regarding "Title seen in Admin" and "Seen in Catalog."
To clarify, I have the following settings, but "FedEx Ground" appears in both places:
Thanks!define('MODULE_SHIPPING_TABLE2_TEXT_TITLE', 'FedEx Ground'); //Title seen in Admin
define('MODULE_SHIPPING_TABLE2_TEXT_DESCRIPTION', 'Table Rate - US'); // Seen in Catalog
Last edited by gtowle; 28 May 2008 at 11:10 PM. Reason: added clarification to question
In my use of the Table rates, on line 24 I use the Shipper-- DHL... line 25: DHL - Rush Shipping... Line 26: 2 - 6 days
In Admin is shows as "DHL"... in the Catalog is shows as: DHL - Rush Shipping (2 - 6 days)
To answer your earlier question, the file name doesnt' have to be "table2.php"... but if you change it to something like "shippingUSA.php" you'll need to change all refferences to "table2" in "table2.php" ect. to match the new file name.
Hope this helps.
DWells-
Sorry to say, your table modules are working for me. I have them set to item, but no matter how many items I purchase, they don't go above shipping for 1 item.
I have the default module setup the exact same way and it works accurately.
I'm running ZC 1.3.8
Geoff
I have not tested in a "Per Item" enviroment, so I was unaware of that issue; I use and have tested in the "Price" method, using a percentage of the price to figure shipping (65:7.50,100000:16%).
The various sites I've managed when I wanted or needed a per item shipping method I never used the Table Rate Module, instead I used the Per Item shipping module (and cloned it for the various areas I was shipping to).
I will look and see if I can't find where the Per Item portion of the Table Rate Clone module is failing-- but I'm not sure I'll be able to find it... So anyone else that wishes to help in locating my error in Cloning the Table Rate Shipping Module please feel free to give any advice or soloution you can.
redid the cloning process. it shld work now