Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: restrict which products are added to cart & set min spend for those?

    Hi.

    One way to mark the affected products could be an IF query on the shopping cart page under each item:
    if product is in CAT#XX display "special order: needs to be ordered alone"
    I am looking at restrictions on a category also. Were you able to add a check on the category? If so, could you elaborate where/how you implemented this?

    Thanks

  2. #2
    Join Date
    Jan 2011
    Posts
    70
    Plugin Contributions
    0

    Default Re: restrict which products are added to cart & set min spend for those?

    Sure. I got this code from another post in this forum:

    <?php
    $cat4link = zen_product_in_category($_GET['products_id'], 4);
    if ($cat4link == 1) { ?>
    <?php echo "<h2>FREE for Newsletter Subscribers!</h2>"; ?>
    <?php } ?>

    The variable is "cat4link" which you can change to anything, it's checking if the product is in category 4. If it is it will display the "FREE..." text. If not, it will display nothing.

    Hope that helps, hopefully someone with more skill can help with the checkout restriction.

 

 

Similar Threads

  1. Can a default manufacturer be set for all products that are added to zen cart
    By missesbeehaven in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Apr 2015, 01:57 AM
  2. v151 When products are added to cart, price goes to zero ($0)!
    By Feznizzle in forum General Questions
    Replies: 12
    Last Post: 24 Oct 2013, 03:55 PM
  3. Replies: 1
    Last Post: 29 Apr 2013, 05:40 PM
  4. Can I set a discount for 9 select items which are only redeemable with a coupon code?
    By Colema in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 9
    Last Post: 3 Jul 2010, 07:58 PM
  5. set min qty for all products/categories
    By acwinc in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 22 Nov 2007, 06:30 AM

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