Page 8 of 8 FirstFirst ... 678
Results 71 to 77 of 77
  1. #71
    Join Date
    Oct 2014
    Location
    Georgia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Per Item shipping for 1 category

    Quote Originally Posted by Ajeh View Post
    Thanks for the update that this appears to be working for you now and the explination on the problem you had ... Let us know if you run into any issues ...

    Thanks also for the donation to the Zen Cart Team, that is always of great help to us!
    1 last clarification: some of those product IDs that I'm using are actually category IDs. Can I just do this:

    $chk_cart += $_SESSION['cart']->in_cart_check('categories_id','96');

    Thanks,
    Andrew

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

    Default Re: Per Item shipping for 1 category

    You would need the master_categories_id for the Category with the products:
    Code:
    $chk_cart += $_SESSION['cart']->in_cart_check('master_categories_id','96');
    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. #73
    Join Date
    Oct 2014
    Location
    Georgia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Per Item shipping for 1 category

    Thanks!!

  4. #74
    Join Date
    Oct 2014
    Location
    Georgia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Per Item shipping for 1 category

    Thanks!! Summary:

    I enabled flat rate shipping, excluded some items/categories (I chose based on weight, size, ect), so if those excluded items are added to the cart, the flat rate shipping option is not available. This works as expected (thanks Linda!!!).

    I decided to leave the USPS and UPS modules alone, since I still want them to show as available shipping options.

    I ran into the issue of my flat rate charge being higher than USPS Priority on some items, so I adjusted the USPS rate by adding a few bucks for "handling" on priority only. After all, the idea behind flat rate shipping is to encourage customers to buy more stuff.

    Thanks again for your help!

    Andrew

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

    Default Re: Per Item shipping for 1 category

    You are most welcome ... thanks for the update that this is working for you with both products_id and master_categories_id ...
    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!

  6. #76
    Join Date
    Oct 2014
    Location
    Georgia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Per Item shipping for 1 category

    Hi, me again.
    I want to turn on Freeoptions for orders that total $100 or more. The issue is that I need to exclude certain items just like I did for the Flat Rate shipping module. I tried modifying the freeoptions file under the /includes/modules/shipping, but it was a fail.
    Please help.
    Thanks!
    Andrew

  7. #77
    Join Date
    Oct 2014
    Location
    Georgia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Per Item shipping for 1 category

    Quote Originally Posted by bigandrew View Post
    Hi, me again.
    I want to turn on Freeoptions for orders that total $100 or more. The issue is that I need to exclude certain items just like I did for the Flat Rate shipping module. I tried modifying the freeoptions file under the /includes/modules/shipping, but it was a fail.
    Please help.
    Thanks!
    Andrew
    Disregard, I found this in another post:

    " // disable only when entire cart is free shipping
    if (zen_get_shipping_enabled($this->code)) {
    $this->enabled = ((MODULE_SHIPPING_FREEOPTIONS_STATUS == 'True') ? true : false);
    }
    // BOF: Not allow products to qualify for Free Shipping
    // set not allowed products_id numbers and master_categories_id numbers
    if (!IS_ADMIN_FLAG) {
    global $cart;
    $chk_cat = 0;
    $chk_cart += $_SESSION['cart']->in_cart_check('master_categories_id','01');
    $chk_cart += $_SESSION['cart']->in_cart_check('master_categories_id','02');
    if ($chk_cat > 0) {
    $this->enabled = false;
    }
    }

 

 
Page 8 of 8 FirstFirst ... 678

Similar Threads

  1. Shipping Cost Based On Item Category With Discount Per Multiple Items In Category
    By CFen in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Nov 2011, 07:05 PM
  2. Flat rate for 1 category, Per Item for all others
    By Znak in forum Built-in Shipping and Payment Modules
    Replies: 19
    Last Post: 18 Aug 2011, 03:09 PM
  3. Shipping charged per item and free shipping per item
    By ae_support in forum Addon Shipping Modules
    Replies: 2
    Last Post: 27 Jul 2011, 05:04 PM
  4. Individual Shipping Per Item, and reduced cost per extra item
    By canad1an in forum Addon Shipping Modules
    Replies: 7
    Last Post: 6 Feb 2009, 11:41 PM
  5. Per item shipping for multi item kits
    By Biometicslady in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 4 Jan 2009, 06:16 AM

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