I have read so many threads that it is more confusing than ever.
I need to offer free shipping in the US and a flat rate international shipping on items over $50.
We do not ship items under $50 internationally...
What is the easiest way to do this?
I have read so many threads that it is more confusing than ever.
I need to offer free shipping in the US and a flat rate international shipping on items over $50.
We do not ship items under $50 internationally...
What is the easiest way to do this?
When you say Flat Rate International of orders of $50.00 or more, does this mean regardless of whether the Order is $50.00 or $500.00 it is the same amount for shipping?
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!
Yes, we ship leather jackets and will not ship any items less than $50 in value. If the international customer orders 3 jackets, we will take care of any additional shipping so they will only pay $50 for one jacket or ten jackets.
Clone the shipping module:
/includes/modules/shipping/freeoptions.php
/includes/languages/english/modules/shipping/freeoptions.php
to new files such as:
/includes/modules/shipping/freeoptions2.php
/includes/languages/english/modules/shipping/freeoptions2.php
and on the new files, do case sensative global replaces for:
_freeoptions_ to be _freeoptions2_
_FREEOPTIONS_ to be _FREEOPTIONS2_
Make a Zone Definition for the US and install on the Free Shipping Options freeoptions and set the Total >= 0.00 and the amount for the shipping cost to 0.00 ...
Make a Zone Definition for the Rest of the World (except the US) and set it on the clone for Free Shipping Options freeoptions2 and set the Total >= 50.00 and the amount for Shipping Cost to what you want to charge ...
There are several quick methods for building these Zone Definitions in the FAQs that a search for:
Zones
would show you:
http://www.zen-cart.com/content.php?...ne-definitions
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 don't know what happened, but all I have for shipping options now is Flat Rate and Free Shipping Options. Other options like USPS, zone rates, stores pickup, per unit, per item, etc are all gone. The only files I changed are the ones I just cloned. Even with the two options I have left, they cannot be edited as the section on the right side for editing is completely missing. What did I do?!?
That means you most likely have a typo or error with one or more of your shipping files ...
Check your debug logs in /logs for issues ...
Also look that you do not have duplicate files or copies of files in the directory:
/includes/modules/shipping
as the directory is auto loading and will try to load all files that it finds ...
Also ensure that the files in:
/includes/modules/shipping
are code files and that the files in:
/includes/languages/english/modules/shipping
are language files with the defines in them ...
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 forgot that we have a patch set for $21 on the site. I will offer this free to US, but need to charge $5 for international shipping. How do I do this correctly?
So it will be free shipping the the US for everything;
International shipping is $30 for items over $50, otherwise $5 shipping applies...
See your other post:
http://www.zen-cart.com/showthread.p...pping-under-50
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!