I am interested in making shipping lets say $10.00 for upto 3 items and lets say $2.50 each addition item, how can I make this happen?
I am interested in making shipping lets say $10.00 for upto 3 items and lets say $2.50 each addition item, how can I make this happen?
You will need to customize the item.php shipping module to adjust for the first 3 items to be priced one way and then allow the additional items to price based on a per item ...
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!
Would be most indefinitely greatful if you can hint me how I can change this, my PHP is null.... much appreciate your help :)
I would have to write it to give a hint on how to do this ...
You need to look at the
/includes/modules/shipping/item.php
Shipping module ... and it might be a good idea to clone that so it does not get overwritten on an upgrade ...
And then find where it does the quote in:
And alter how that calculation is done based on how many items there are ...PHP Code:function quote($method = '') {
Might be easier to just use a Handling charge and a per item charge, as you are not adapt at coding php ...![]()
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!