Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    8
    Plugin Contributions
    0

    Default Different Shipping Options for Different Category

    I need to limit shipping options by category

    Cat 1 is small items and I can fit in USPS flat rate boxes and table rate works well for this as it is much cheaper than regular shipping

    Cat 4 can not be shipped it needs to pick up at the farm only
    so I need to turn off all options beside pick up

    all other categorys need to use the regular rates table rate needs to be off

    I tried this and it didn't seem to do anything

    // disable only when entire cart is free shipping
    if (zen_get_shipping_enabled($this->code)) {
    $this->enabled = ((MODULE_SHIPPING_ITEM_STATUS == 'True') ? true : false);
    }

    // disable for one master_categories_id
    if ((IS_ADMIN_FLAG == false && $_SESSION['cart']->in_cart_check

    ('master_categories_id','4') > 0)) {
    $this->enabled = false;
    }

  2. #2
    Join Date
    Nov 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Different Shipping Options for Different Category

    I fixed it

 

 

Similar Threads

  1. v138a setting up different shipping options for different products
    By angelbi in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Jan 2014, 04:55 PM
  2. Different Shipping Options for Different Customer Types
    By scottmcclean in forum Built-in Shipping and Payment Modules
    Replies: 42
    Last Post: 27 Mar 2013, 03:53 PM
  3. How can I have different payment options for different shipping options?
    By Liamv in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 18 Feb 2010, 04:32 AM
  4. Payment & Shipping Module - need different options for different parts of store
    By obkb in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 21 Jan 2009, 12:04 PM
  5. Different Shipping options for different products
    By onesimpleman in forum Addon Shipping Modules
    Replies: 2
    Last Post: 18 Nov 2006, 07:14 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