Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    email error Specified shipping for Specified products?

    v. 1.3.9h
    Current and default USPS shipping module installed and enabled.
    Store Pick Up installed and enabled. Flat Rate installed, but disabled.

    Our store( http://www.ourvitalearth.com/zcart ) currently (using USPS) offers both parcel post and priority for all domestic address'. However, we sell live worms, and they MUST ALWAYS ship priority.

    How do I disable the parcel post option when this item is found in cart during checkout?
    How do I enable ONLY Flat Rate for a different product we offer?


    Thanks in advance,
    Josh

  2. #2

    Default Re: Specified shipping for Specified products?

    Crazy idea:
    depending on your other modules, you could make worms weight an inflated weight (like 1000lbs each) and set other modules to not ship over 1000lbs. then set a table rate for the worms? I would disable display of weights so you dont freak out your customers.
    History does not repeat itself but it [FONT="Century Gothic"][/FONT]does rhyme - Mark Twain

  3. #3
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Specified shipping for Specified products?

    Great ideas can seem crazy sometimes....

    The problem is, priority and parcel post are under the same USPS module. How can one change or divide that module for my needs?

  4. #4

    Default Re: Specified shipping for Specified products?

    I'm not sure, but cant you set priority as required for certain conditions
    like weight?
    History does not repeat itself but it [FONT="Century Gothic"][/FONT]does rhyme - Mark Twain

  5. #5
    Join Date
    Jan 2011
    Posts
    66
    Plugin Contributions
    0

    Default Re: Specified shipping for Specified products?

    I have a similar issue, I would like to offer flat rate on all my items , except one category, which is much heavier and needs to go through the calculated USPS/UPS

    any idea how to do this? flat rate has no option for max weight

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

    Default Re: Specified shipping for Specified products?

    If you have all of the Products in that 1 Category set to use it as the Master Category (master_categories_id) then you can test the cart to see if 1 or more are in the cart with:
    Code:
    $chk_cat = $_SESSION['cart']->in_cart_check('master_categories_id','10');
    where 10 is the master_categories_id ...

    Then, you can control the $this->enabled based on the results ...

    If 1 Product is in the Category, then the whole order would be shipped USPS or UPS ...

    If you need to disable the UPS and USPS if none are in the cart, you can reverse the test ...
    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. #7
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Specified shipping for Specified products?

    Quote Originally Posted by Ajeh View Post
    If you have all of the Products in that 1 Category set to use it as the Master Category (master_categories_id) then you can test the cart to see if 1 or more are in the cart with:
    Code:
    $chk_cat = $_SESSION['cart']->in_cart_check('master_categories_id','10');
    where 10 is the master_categories_id ...

    Then, you can control the $this->enabled based on the results ...

    If 1 Product is in the Category, then the whole order would be shipped USPS or UPS ...

    If you need to disable the UPS and USPS if none are in the cart, you can reverse the test ...
    According to db (Nature's Solution 5oz) is products_id 6 and according to zen-cart it is the only thing in it's own catagory 2. This is the only product and or catagory I want to be Flat Rate shipable.

    How or where do I "set to use it as the Master Category (master_categories_id)"? Also, the code you provided above, is this an edit to the flat.php file located includes/modules/shipping ?


    Regarding USPS and Live worms: I think this issue is a lil more involved, since I want a quote for USPS PRIORITY only, when this item is ordered.

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

    Default Re: Specified shipping for Specified products?

    What happens if I put that Flat Rate Product with other products?
    Last edited by Ajeh; 14 Mar 2011 at 09:27 PM.
    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. #9
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Specified shipping for Specified products?

    I would like it to be calculated separatley. However, I thought I'd start with getting Flat Rate to turn on and off based on that product.

  10. #10
    Join Date
    Mar 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Specified shipping for Specified products?

    Works like this:
    "Walk-In" for all products

    If, products_id 6 (in it's own category 2) is found in cart, then "Flat Rate" this product only and calculate remaining items in the common/normal modes: walkin, USPS (priority, parcel post, international)

    and

    If, products_id 4 (in category 1 with others) is found in cart, then "USPS" priority only and only for that item. Remaining items calculate using the common/normal modes: walkin, Flat Rate, USPS (priority, parcel post, international)

    Thanks

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. search for products within specified catagories
    By ben harry in forum General Questions
    Replies: 1
    Last Post: 30 Sep 2009, 10:16 PM
  2. Shipping restricted to the specified zone(s)
    By rajoo.sharma in forum General Questions
    Replies: 2
    Last Post: 26 Aug 2009, 02:20 PM
  3. Banners for Specified Pages
    By ive.got.questions in forum Basic Configuration
    Replies: 1
    Last Post: 30 Jun 2009, 08:15 PM
  4. No tax for a specified group?
    By DarkGamer in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 7
    Last Post: 9 Mar 2009, 06:23 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