Yes, I had it enabled in the admin.
Yes, I had it enabled in the admin.
There is absolutely nothing that says each zone can only have one carrier. It is just text and can be whatever you want it to be. Why don't you name the zone title something generic, for example "US Shipping", and then name each table way what you want, for example "DHL Ground", "FedEx 2nd Day", etc.Originally Posted by tekram
Geo zones cannot overlap. Even if I programmed the code to allow it, it would still be impossible for one shipping module to return a set of multiple sets of quotes since the main shipping class is only programmed to accept one set of quotes from each shipping module. You would have to hack the main shipping class. Since shipping modules are supposed to be plug & play, I have no plans or desire to write a shipping module that requires hacking the core to install. ;)Originally Posted by tekram
Hello
My customer has provided me with the shipping costs provided by there courier and I am in the process of entering them all in
At the moment I have 3 geo zones
1. Europe under 1kg
2. World zones 1 & 2 under 1kg
3. Rest of World (not configured yet)
Each geo zone has just 1 table using the products weight with shipping address to determine costings.
From Parcelline I have this for Europe under 1kg
0.01g - 99.9g = £5
100g - 239.9g = £6
240g - 439.9g = £7
440 - 639.9g = £8
640 - 839.9g = £9
840g - 999g = £10
The shipping has been entered in like this
Geo Zone 1 Shipping Table 1
.10:5.00,.24:6.00,.44:7.00,.64:8.00,.84:9.00,.99:10.00
For some reason the pricing does not line up correcly and I've had to add a £1 shipping charge in order for them to display.
The problem I have thatI just can't work out is why if I add products to my cart in access of 1kg the shipping options are still available to me with the highest shipping fee being shown.
Imagine someone ordering 10kgs of stuff and only paying £10 the customer would break my balls.
How can I hide the shipping if the order is for more than 1kg ?
Test site here
http://www.woolyhats.com/zen135/
Most products have weights entered but they are not accurate and just used for testing purposes
When setting up a test account
Sweden = in Europe
China = world zones 1 and 2
Thanks
UK based Zen Cart Web Designer here www.handcoded.co.uk
I should also point out that I simply cannot change the wording of the shipping zones and add in the pricing for weights above 1kg as Countries outside of Europe are charged an extra £25 for Customs Clearance.
Therefore I would need 4 zones
Europe under 1kg
World Zones 1 & 2 under 1kg
European Countris over 1kg
Non European Countris over 1kg
The maximum weight they will ship is 30kg
UK based Zen Cart Web Designer here www.handcoded.co.uk
Did you name your zone definitions like this
Shp: Europe
Shp: USA/Canada
Shp: Somewhere
You have to put the Shp: in front of the place you want to ship to in order for it to show in the mzmt dropdowns when you setup your shipping rates
Good luck
UK based Zen Cart Web Designer here www.handcoded.co.uk
thanks dreamscape. i thin i will do just that.
is ther a way to set the rates as $1/lbs ie 5lbs will cost $5 ang 20 will be 20.
actually, what i really want to do is set the rate for the first 5 lbs and after that have a flat rate per extra lb that adds to the last one.
but when i use the method showed in the instructins it does not do that exactly.
for eample, i want to charge:
1 lbs $2
2 lbs $4
3 lbs $6
every lbs over that $1
so i packag of 10 lbs will be $13.
but if i do this with the following expressions: 4:100% it just takes the waeight and multiplies it by the percent. however, i want to take the percent and add it to the cost of the weight of 3 lbs. so, the above expression gives me for a package of 10 lbs and price of $10.
well yes 100% of 4 is 4 and 100% of 10 is 10.
But even your example doesn't add up. You say one thing (should be the cost of the 3rd plus the 100%), but then give another answer. You say you want 10lbs to be $13 but according to the data given and what you're saying, you should want 10lbs to be $16. So I'm not really sure what you're saying or what you want.
But to answer the basic question, no inner adding is supporting in the current public version. You'll have to some up with a formula that probably involves using the handling so that the end result is exactly what you want.
Is it possible to setup MZMC to cover "all other" (non-specified) places with shipping "TBD" (to be determined)? Or to easily add a huge list of countries to a single zone, and then flag it somehow to note that S/H will be calculated after the sale?
I know that this can be done with the normal "zones" system, by specifying a value of "-1" in the shipping table field - but when I try it with MZMC, it doesn't seem to work...
What I need is a shipping method that will:
(a) cover the rest of the world (mainly non-US)
(b) deliver a note to the buyer that they will be notified with the final cost of shipping, once it has been calculated
Thanks :)
twykr.
thanks for the answer. i dont think i can it to what i want it but i have figured something close to what i want and it suffices.
is there a way to control max shipping weight for each individual zone?
Bookmarks