Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: Different maximum shipping weights for different shipping modules

    hi..Ajeh...
    following code from file zone.php...I have install muiltple-shipping-zone- module.........

    if (IS_ADMIN_FLAG === true) {
    // build in admin only additional zones_5 if missing in the configuration table due to customization of default $this->num_zones_5 = 3
    global $db;
    for ($i = 1; $i <= $this->num_zones_5; $i++) {
    $check = $db->Execute("select * from " . TABLE_CONFIGURATION . " where configuration_key = 'MODULE_SHIPPING_ZONES_5_COUNTRIES_" . $i . "'");
    if ($this->enabled && $check->EOF)


    I was trying to limit maximum allow weight 2 kg for this shipping module...Please help...
    I was tyring to figure out but above code is quite different...I do want to mess anymore..becoz I m new with php coding and I already have done....

    I was trying

  2. #2
    Join Date
    Dec 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: Different maximum shipping weights for different shipping modules

    Quote Originally Posted by inder View Post
    hi..Ajeh...
    following code from file zone.php...I have install muiltple-shipping-zone- module.........

    if (IS_ADMIN_FLAG === true) {
    // build in admin only additional zones_5 if missing in the configuration table due to customization of default $this->num_zones_5 = 3
    global $db;
    for ($i = 1; $i <= $this->num_zones_5; $i++) {
    $check = $db->Execute("select * from " . TABLE_CONFIGURATION . " where configuration_key = 'MODULE_SHIPPING_ZONES_5_COUNTRIES_" . $i . "'");
    if ($this->enabled && $check->EOF)


    I was trying to limit maximum allow weight 2 kg for this shipping module...Please help...
    I was tyring to figure out but above code is quite different...I do want to mess anymore..becoz I m new with php coding and I already have done....

    I was trying
    Thank you Ajeh,,,,I found solution from your other threads...

    Thank you again...
    Regards Inder.

 

 

Similar Threads

  1. v151 perweightunit Shipping Module, different shipping prices for different quantities
    By kelley777 in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 29 Aug 2013, 06:09 PM
  2. Setting up shipping costs for different weights
    By Quorthon in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 9 Feb 2012, 09:23 PM
  3. Different Price for different shipping modules like ground
    By wildbill8448 in forum Built-in Shipping and Payment Modules
    Replies: 14
    Last Post: 20 Sep 2011, 11:00 PM
  4. 2 different shipping amounts and a maximum per order for shipping
    By scid in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 28 May 2011, 07:43 PM
  5. Different Shipping Methods for Different Weights
    By fsicody in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 8 Apr 2008, 06:59 PM

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