Can I disable storepickup for just one item or category? At the moment I have this disabled as one item I sell must be sent by post (it is in the agreement with the wholesaler).
Can I disable storepickup for just one item or category? At the moment I have this disabled as one item I sell must be sent by post (it is in the agreement with the wholesaler).
You could set the $this->enabled to false based on the results of:
For a Product in the Master Category 10 use:
For a specific Product with products_id 12 use:Code:$chk_count = $_SESSION['cart']->in_cart_check('master_categories_id','10');
Code:$chk_count = $_SESSION['cart']->in_cart_check('products_id','12');
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!]
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!