I have a group pricing setup - I'll call it Group1.
I would like to make 1 of the products available ONLY to those people in Group1
Is this possible & if so, how do I do it?
I have a group pricing setup - I'll call it Group1.
I would like to make 1 of the products available ONLY to those people in Group1
Is this possible & if so, how do I do it?
You would need something to either flag this product or hard code the products_id where the buttons are generated to manage this ...
All of the button calls are passed through a function to manage when they show as links, buttons, turned off etc. in the:
/includes/functions/functions_general.php
using the function zen_get_buy_now_button to handle this:
You could force a lookup or something for various reasons to determin when and what displays on various products ...Code://// // Switch buy now button based on call for price sold out etc. function zen_get_buy_now_button($product_id, $link, $additional_link = false) { global $db;
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!