please do not start a new thread for related problems.
Printable View
please do not start a new thread for related problems.
Hello,
I am setting up the Multiple geo zone shipping module. I cannot seem to understand how to set up additional geo zones. I need to set up geozones for International shipping. The only choice that I currently have is: Shp: European Union: All. Any help would be greatly appreciated.
Thanks,
Lonney
I am sorry, let me rephrase my question. I need to set up multiple zones in one country.
Thanks,
Lonney
Have you installed the MZMT module for this?
Thank-you for your response. Yes, I did install the MZMT module. The Only option I have for the Geo Zones are:
Shp: European Union: All
Shp: United States: 48
Shp: United States: AK & HI
Shp: United States: APO/FPO
I see the same choices under "Zone Definitions". I added another zone in Zone Definitions, but it does not show as an option under Geo Zones.
I have the United States zone set up with no issues. I need to set up 4 different zones for the reset of the world.
This is likely a really dumb oversight on my part. Thanks for your help.
Lonney
I need to set up zones like this:
1: USA
2: Canada
3: Austria, Belgium, Great Britain, France, Germany, Greenland, Iceland, Ireland, Italy, Norway, Holland/Netherlands, Denmark, Poland, Spain, Sweden, Switzerland, Finland, Portugal, Israel, Greece
4: Japan, Australia, New Zealand, Singapore
5: Taiwan, China, Hong Kong
Thanks for any help.
Lonney
For example when you added the zones (Locations/Taxes, Zones) for say Taiwan, China, Hong Kong, you need to then go into Locations/Taxes, Zone Definitions, create the zone name shp: Region 5 (or whatever you want to call it), then once created select "details" and then "insert". This will then allow you to 1. select Country, and 2. select Zone (as created above).
THANK-YOU SO MUCH!!! That did it. Thanks again for your time and explanation.
Lonney
Ajeh and Kobra helped me out on getting the MZMT shipping module to display grams without the decimal points. Thanks again.
After changing these: (' . number_format($shipping_weight,0), the zero was a two, I get some strange characters showing up above my Shipping Estimator.
Attached Image
When I do a search with the Dev Tool Kit is turns up MZMT.php but there's no mention anywhere of these characters. I notice that the java script for the shipping estimator is coding into the page AND seems to be missing a bracket.
my page is located at ***** (sorry for the spaces. I wouldn't like my struggles showing up in Google.) :schmoll:
Thanks in advance for any help. Not detrimental or anything, just bugs me and might help others.
Thanks but I actually lead you a stray on the decimal....
This one I do not have a direct answer for but looking at your page source on thi this is what is displayed:
I would copy and paste this string in the admin > tools > developers tools > search function and see if this is a stray entry or not first.Code:<script language="javascript" type="text/javascript">
function shipincart_submit(sid){
if(sid){
document.estimator.sid.value=sid;
}
document.estimator.submit();
return false;
}
</script>
<form name="estimator" action="http://*****/index.php?main_page=shopping_cart" method="post"><input name="scid" type="hidden"><h2>Estimate Shipping Costs</h2>
Also look to what you are using to edit these files, and I hope that you are using a "plain text" editor as other types might and do add unwanted characters.
Post back if you do or do not find anything