Page 9 of 25 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 245
  1. #81
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: MZMT Module not showing in checkout options

    Yes, I had it enabled in the admin.

  2. #82
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: multigeo multizone please

    Quote Originally Posted by tekram
    i can only configure so that it seems like it is the same company with three different options. for example one day, second day and express all with dhl. i want to offer one option each from company 1, 2, and 3.
    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.


    Quote Originally Posted by tekram
    i tried to fiddle with mzmt by giving two different geo zones the same area. for example, set geo zone 1 to us and geo zone 2 to us. however, upon checkout it only shows the table from the first geo zone and not the second one.
    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. ;)

  3. #83
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default MZMT is driving me mad

    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

  4. #84
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Re: MZMT is driving me mad

    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

  5. #85
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Re: help with MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101

    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

  6. #86
    Join Date
    Feb 2006
    Posts
    116
    Plugin Contributions
    0

    Default Re: multigeo multizone please

    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.

  7. #87
    Join Date
    Feb 2006
    Posts
    116
    Plugin Contributions
    0

    Default Re: multigeo multizone please

    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.

  8. #88
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: multigeo multizone please

    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.

  9. #89

    Default Re: multigeo multizone please

    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.

  10. #90
    Join Date
    Feb 2006
    Posts
    116
    Plugin Contributions
    0

    Default Re: multigeo multizone please

    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?

 

 
Page 9 of 25 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. v151 MultiGeoZone MultiTable Shipping version 1.101
    By benxp in forum Addon Shipping Modules
    Replies: 8
    Last Post: 10 Oct 2013, 11:25 PM
  2. Google Checkout and MZMT (MultiGeoZone MultiTable) errors
    By dude_s in forum Addon Payment Modules
    Replies: 3
    Last Post: 23 Dec 2008, 04:23 AM
  3. MultigeoZone Multitable - Weight Shipping Query
    By Andy_GS in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 Sep 2008, 09:48 AM
  4. MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101
    By vatovey in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 5 Jul 2006, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR