[support] MultiGeoZone MultiTable Shipping Module
#201
Posted 30 April 2009 - 08:47 AM
Please help.
#202
Posted 30 April 2009 - 10:22 AM
I need 3 zones: one for GB mainland, one for UK Islands and one for Ireland. The GB mainland needs to be £5.50 (for DHL) unless the order is over £200 whereas its then free). UK Islands and Ireland zones are also free for orders over £200 (except the carriage is £9.75 and for TNT)
I have set up the following folders as Tax Zones:
shp:Uk Folder United Kingdom All Zones
Folder shp:UK Islands Channel islands All Zones Isle of Man All Zones Info Isle of Wight All Zones Info Northern Ireland All Zones Info Scottish Islands All Zones Info The Scilly Isles All Zones Info
shp:Ireland Ireland All Zones
And set up the following countries:
Channel islands CH CHI Ireland IE IRL Info Isle of Man IM IOM Info Isle of Wight IW IOW Info Northern Ireland NR NRI Info Scottish Islands SC SCI Info The Scilly Isles TS TSI Info United Kingdom GB GBR Info
As a result, I get 0 on my shipping fee and have had to add the base shipping fee in the handling fee field in order for something to appear when an order is placed.
Also a Scottish Island client I set up as a test displays as shp:Ireland when it should be UK Islands (which isn't the end of the world as its the same rate, but is this doable?)
I can copy patterns in PHP so any clear instruction to both PHP or MySQL I can follow. I have also been backing up the database, files regularly so thats not a problem either
Please please could anyone help me? This is now the only thing stopping us from launching.
Thanks
#203
Posted 30 April 2009 - 07:44 PM
I'd say thanks but I sorted myself so well done me
Edited by dvharrison, 30 April 2009 - 07:44 PM.
#204
Posted 02 May 2009 - 05:36 AM
BlindingLight, on Jan 25 2009, 01:58 AM, said:
Regards,
Eric_K
#205
Posted 17 June 2009 - 11:57 AM
I am looking at http://addons.oscommerce.com/info/4150 and wondered if this add-on would work alongside this one, (using counties to determine delivery instead of countries.
Please please help.
#206
Posted 13 July 2009 - 03:13 PM
I'd like to download the MultiGeoZone MultiTable Shipping contribution (the full package). Can you please let me know which is the latest working version (what release date)?
Many thanks.
Hoping to hear from you,
Petre
#207
Posted 21 July 2009 - 04:32 PM
Step 2 (Installation instructions) says "Import SQL file `_install_sql/INSTALL_v1.000.sql` to your DB".
I don't have access to the MySql admin tool (it could be phpMyAdmin, but don't know for sure as someone else installed the catalog) and don't have the DB configuration details either. Is it possible to execute step 2 from the catalog's admin end? If not, what are my options, please?
Many thanks.
#208
Posted 23 July 2009 - 02:01 AM
One table Ill have 650 postcodes = $5 postage.
The second will be 1500 postcodes = $9
The third I am yet to decide.
I realise that it will take a while to add them in.
What are the disadvantages of such large tables in my database.
#209
Posted 30 July 2009 - 01:51 PM
Great contribution - I think I have got it set up and working ok to add shipping costs on for seperate zones.
However, I have a glitch on the page where a new customer sets up an account.
The zones I have set up are UK, France, Eire etc
when a customer presses submit after adding his details, password etc to set up a new account he gets an error telling him to select a state from the drop down box. If he does this everything goes OK. However the drop down box does not appear when he fisst tries to register - only after he receives the error.
What have I done wrong ?
Thanks
If you want to see the mods I have installed, then see my profile.
#210
Posted 19 August 2009 - 09:39 PM
I am wondering how to turn off the weight showing up on the shipping page. We don't use any weights, just table rates shipping based on price. So I turned off the Tare weight, and now it says that everything weighs 30 lbs. How can I turn off the showing of the weight? It confuses our clients.
Thanks,
Troy
#211
Posted 19 August 2009 - 10:19 PM
Thanks,
Troy
Torg42, on Aug 19 2009, 04:39 PM, said:
I am wondering how to turn off the weight showing up on the shipping page. We don't use any weights, just table rates shipping based on price. So I turned off the Tare weight, and now it says that everything weighs 30 lbs. How can I turn off the showing of the weight? It confuses our clients.
Thanks,
Troy
#212
Posted 19 August 2009 - 10:36 PM
I just got this figured out. So in case somebody else is having an issue with the 3 lbs weight problem here is what to do:
In /includes/modules/shipping/mzmt.php go to this line:
'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $combined_quote_weight . ' lbs)',
and get rid of the
(' . $combined_quote_weight . ' lbs)
bit, so it looks like this:
'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' ',
And it will magically disappear!
Have a great day,
Troy
#213
Posted 04 September 2009 - 03:03 PM
I've managed to install the MZMT module with our v2.2 RC2 shop. Although the module looks ok in the admin area, it doesn't come up at checkout.
The built-in Flat Rate, Table Rate and Zone Rates modules seem to work fine. Does the database and/or the php files require any tweasting I wonder?
I already posted this query in a different topic (sorry about that) but have realized that most of the other topics related to the MZMT module don't get any replies. It looks like this is the only topic that offers support for the MZMT module.
We need to use weight-based rates mainly, and some countries need to be split into counties/states as within one country there is one rate that applies to one county and the other counties have a different rate.
Any ideas, please? Maybe another module that we could use instead?
Thanks.
#214
Posted 29 September 2009 - 12:02 PM
Petre, on Sep 4 2009, 04:03 PM, said:
I've managed to install the MZMT module with our v2.2 RC2 shop. Although the module looks ok in the admin area, it doesn't come up at checkout.
The built-in Flat Rate, Table Rate and Zone Rates modules seem to work fine. Does the database and/or the php files require any tweaking I wonder?
I already posted this query in a different topic (sorry about that) but have realized that most of the other topics related to the MZMT module don't get any replies. It looks like this is the only topic that offers support for the MZMT module.
We need to use weight-based rates mainly, and some countries need to be split into counties/states as within one country there is one rate that applies to one county and the other counties have a different rate.
Any ideas, please? Maybe another module that we could use instead?
Thanks.
Anyone there?
Edited by Petre, 29 September 2009 - 12:03 PM.
#215
Posted 29 September 2009 - 01:29 PM
When you say it doesn't work - what errors (if any) are you getting ? what does it give at checkout ?
I use mzmt shipping - weight based, for my UK shop, whick also splits UK down into different areas, and it works fine.
If you want to see the mods I have installed, then see my profile.
#216
Posted 17 November 2009 - 02:38 AM
Geo Zone 1 Shipping Table 1 (US Lower 48 Residential)
1:10.95,30:11.95,50:12.95,100:0.00
Geo Zone 1 Shipping Table 2 (US lower 48 commercial)
1:7.95,30:8.95,50:9.95,100:0.00
The client wants the higher priced residential to be default.. but I see now somewhere in the coding of the module it defaults to the lower priced commercial rates.. I know this because tonight I switched the order and a quick peek on the shipping checkout page shows me the lower commercial rates still is default no matter the order of the tables..
Can someone point me to where this decision is made?? I'd like to have either nothing default or the higher priced residentail pricing.. I have done my poking around in the module's files and just can not find where it decides to make the lesser $$ option default
thanks
#217
Posted 18 November 2009 - 07:40 AM
#218
Posted 09 January 2010 - 03:10 AM
I installed MGZM, and everything seemed to work fine
i set the shipping charge to be by weight
When i go to checkout in the delivery confirmation, the shipping amount is correct
but when i go to the confirmation with the totals, the shipping is doubled.
No matter how little or how much items there are, the delivery page will be correct but the shipping total doubled.
Can someone help
#219
Posted 26 January 2010 - 05:08 AM
I have the contribution running since quite some time now. All works perfectly.
Now I need to make a slight alteration to the way the charges are calculated. I hope someone can point me in the right direction:
1. The shop prices are all in USD and USD is the default currency in osc
2. The shipping rates are charged in local currency by the postal service (e.g. AUD)
Now the problem:
In order to adjust the shipping rates to the changing USD currency in relation to the local currency automatically I would need a way for MGZMT to automatically multiply/divide the entered shipping rate by the in OSC set exchange rate (e.g. USD=1.0000, AUD=1.40000 so the shipping rate would need to be divided by 1.4 as set in OSC)
Can someone recommend an easy solution?
Thanks
Edited by Idefix_SIN, 26 January 2010 - 05:10 AM.
#220
Posted 08 February 2010 - 01:11 AM
example, we have 2 shipping methods:
-Normal Post for smaller items that fits thru a mailslot
-Parcel Post for larger items
So say once the weight is over say 250grams I want the Normal Post method to disappear all together, leaving on the option for Parcel Post
Has anyone achieved anything similar?
Thanks in advance!









