Hi Everyone,
I have looked everywhere and can not find any way zen can calculate shipping as a percent of the total order, by zone. Does anything like this exisit ?
Thanks in advance
Hi Everyone,
I have looked everywhere and can not find any way zen can calculate shipping as a percent of the total order, by zone. Does anything like this exisit ?
Thanks in advance
The Zone Rate allows you to enter the rate with a Percentage on the last value ... if this is the only value then you should be able to use it ...
Note: if you need more than 3 Zones, customize the module first ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Ajeh,
Thanks that works perfect. Your advice in another post regarding a flat rate would be more for states will probably give me the total solution combined with this module
http://www.zen-cart.com/forum/showthread.php?t=73310
Thanks for the update that this was able to resolve things ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hi there,
I am trying to create the same thing where there is a percentage for shipping. I am a bit confused on how to came up with the solution.
Can you explain what you did?
thanks
Sue
I think I got it. Sorry.
I put this but now it is not working, just adding $25, what did you do ?
What was the solution that worked for you?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I have slected price as the method then put 10000:25% and it just gives me $25, I did 10000:25 and it gives me $25
Ok, I fixed my own problem, I am using the zone table for states, so I went in zonetable.php and modifed line 137 from
$shipping = $table_cost[$i+1];
to
$shipping = $order_total*$table_cost[$i+1];
then I change the zone rate 10000:.25
Now it works