Re: Zones Table Rate Shipping Module
Quote:
Originally Posted by
Ajeh
You will also need to set up something to manage this in the admin as the cart doesn't exist in the Admin ... so you will probably get an error in the Modules ... Shipping ... without it ...
Oh, and I havent addressed what Linda mentioned above as Im not a programmer. :huh:
If you need to make changes to your shipping module in the admin, you would need to comment out or temporarily remove the code mentioned above.
Unless someone else wants to take care of it displaying in the admin properly? :smartalec:
Re: Zones Table Rate Shipping Module
You could probably just change the IF to:
Code:
if (!IS_ADMIN_FLAG && $_SESSION['cart']->show_weight() < 3001) {
and that should allow it to work in the Admin and Catalog ...
Re: Zones Table Rate Shipping Module
Thanks Linda, that makes sense. ill give it a go!
Re: Zones Table Rate Shipping Module
Just wanted to report that the;
Code:
if (!IS_ADMIN_FLAG && $_SESSION['cart']->show_weight() < 3001) {
worked a treat.
Thanks!
Scott.
Re: Zones Table Rate Shipping Module
Thanks for the update that this was able to help resolve your issues ... :smile:
Re: Zones Table Rate Shipping Module
I've just installed this module to provide the shipping I require. However, it is not showing the correct rates either on checkout or in the estimator. I have selected a shipping zone for zone 1 and installed the following (based on weight) >> 1.5:4.5,16.8:8.0,34:16.0,51:24.0,68:30.0,250:47, with a handling fee of 2.5 (plus VAT on the shipping). When I check out with 8.4 kgs I get a shipping charge of 2.94 ee.g. only the handling and the VAT. Any ideas where this might be going wrong?
I notice, by the way, that the module only shows up with a yellow dot under shipping modules. I haven't properly calibrated the other zones - I just wrote CALL for these (which probably won't work but didn't want to get into these right away).
This is the only shipping module I have in place.
Many thanks.
Re: Zones Table Rate Shipping Module
Could you remove the comma on the end:
Quote:
1.5:4.5,16.8:8.0,34:16.0,51:24.0,68:30.0,250:47,
Also check your Configuration ... Shipping/Packaging ... and make sure your Maximum Weight is set higher as you are showing you want to go to 250 and that your Tare Rates are 0:0 ...
Re: Zones Table Rate Shipping Module
Thanks for your reply. I deleted the comma and checked the max ship weight which was already on 'no max'. I took the Tare to be 0:0 and still no difference.
Re: Zones Table Rate Shipping Module
Why is the shipping module showing up as yellow and is this connected to the problem?
Many thanks for all your help.
Re: Zones Table Rate Shipping Module
When you say the Max Weight is on no ... what do you mean?
Your Table Rates go to 250 lbs or whatever units you are using ... that means the Max Weight needs to be up to 250 or more or it cannot work ...