Page 24 of 25 FirstFirst ... 1422232425 LastLast
Results 231 to 240 of 245
  1. #231
    Join Date
    Jul 2005
    Posts
    46
    Plugin Contributions
    0

    Idea or Suggestion MultiGeoZone MultiTable Shipping version 1.101

    Will this shipping module work with the latest v1.5.1?
    Last edited by benxp; 14 Aug 2013 at 01:06 PM.

  2. #232
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    Could you provide a link to that specific add-on plugin?
    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: v1.5.5]
    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!

  3. #233
    Join Date
    Jul 2005
    Posts
    46
    Plugin Contributions
    0

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

    http://addons.oscommerce.com/info/8136

    http://www.zen-cart.cn/shipping-modu...h-version-mzmt


    Actually I need a shipping module can organize the different freight ( zone rate) to different states in one country. The original zone rate from Zencart is too simple, can only organize to different contries . For example, I only want to do business in USA, but we need ship to the customers in different states , each state comes with own zone rate, also different weight will get different freight for each states. Any suggestions? Cheers.
    Last edited by benxp; 14 Aug 2013 at 11:04 PM.

  4. #234
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    Would this one possibly work for you for:
    Zones Table Rate (for Multiple Zones)
    http://www.zen-cart.com/downloads.php?do=file&id=478

    Define all your Zone Definitions and their DETAILS ... then install it ...
    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: v1.5.5]
    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!

  5. #235
    Join Date
    Jul 2005
    Posts
    46
    Plugin Contributions
    0

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

    Very beautiful. Many thanks~~~

  6. #236
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    Thanks for the update that this shipping module add on plugin was able to work for you ...
    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: v1.5.5]
    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!

  7. #237
    Join Date
    Jul 2005
    Posts
    46
    Plugin Contributions
    0

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

    Ajeh, also another question. I don't want to display the stock qty for a product but I do want to display the stock status like " instock " " pre order (2-3 days leading time blabla...) " " no stock " etc. I am using v1.5.1, which add on can help on it?

  8. #238
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

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

    A search of the Plugins for:
    stock

    brought up this one that might be what you are looking for:
    Stock Icon
    http://www.zen-cart.com/downloads.php?do=file&id=1363
    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: v1.5.5]
    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!

  9. #239
    Join Date
    Jul 2005
    Posts
    46
    Plugin Contributions
    0

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

    Hi, Ajeh, could you help to have a look and tell me how to solve the problem? many thanks.
    http://www.zen-cart.com/showthread.p...78#post1221978

  10. #240
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    red flag MultiGeoZone MultiTable Shipping version 1.101 PHP split bug

    Hi All,

    I am using a modules that is not original post on this zen cart web site, it can find from zencart.cn

    This module named "MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101"

    Someone using ZC as a long time maybe hear this module ...

    OK ...

    I am try integration it to a new ZC 1.5.5b web site, it work ... but ....

    I see the log have this error
    PHP Deprecated: Function split() is deprecated in /store/includes/modules/shipping/mzmt.php on line 103


    Then I find it is a split PHP function ...

    PHP Code:
    $shipping $this->determineShipping(split("[:,]" constant('MODULE_SHIPPING_MZMT_GEOZONE_' $this->delivery_geozone '_TABLE_' $j))); 
    OK, then I try change it to preg_split
    PHP Code:
    $shipping $this->determineShipping(preg_split("[:,]" constant('MODULE_SHIPPING_MZMT_GEOZONE_' $this->delivery_geozone '_TABLE_' $j))); 
    Then the big problems starting ...

    The PRICE from $15 change to $0 when I am try to testing the shipping ...

    And for who good on PHP, I link this module
    You can download it and unzip it for look on
    _zen_cart_folder\includes\modules\shipping\mzmt.php (Here are the file, and line 103)

    And the
    $this->determineShipping function are on line about 219


    Download here
    http://www.myezlap.com/mzmt.zip
    Code:
    http://www.myezlap.com/mzmt.zip

 

 
Page 24 of 25 FirstFirst ... 1422232425 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