We are setting up a store and intend offering clubs a discount if they get their members to register on the site.
We had intended doing this by using a coupon code, which seems to work fine except in one respect.
Is it possible for "Select Options" box on the product details page to only be visible to registered users? Setting the User Role in Price rules only seems to prevent entering and using a code.
Am I missing something? Is there a better way?
Trevor
The user role selection in price rules restricts the role to be applied only to members of the selected user roles. There is no option to disable the option section on module CAT_ItemPaneNF. But you could do the following (login as Host):
1. Add another module CAT_ItemPaneNF to the store page2. Restrict one module to be visible for Unauthentic Users only and the other one for Registered Users only in the Module Settings3. Export the currently used CATALooK.netStore Skin package via skin section of module CAT_StoreSettings rename it and upload it.4. Select this skin from the skin selector on the 'View Options' page of the second module CAT_ItemPaneNF.5. Select 'Edit Skin' from the module and change:
<asp:panel Runat="server" id="pnlOptionBody">
to
<