PDA

View Full Version : Showing Stock Quantities ONLY to certain users


christopherpm
01-Jan-2004, 03:10 PM
I want to set up two new pricing structures:-

1) Existing Customers (get 5% discount)
2) Trade Customers (get 10% discount)

I only want the NETQUOTEVAR:STOCKLEVEL to be displayed to Trade Customers.

Also, can I have items in my catalog shown only to logged in customers? If so, how.

Kind regards

Chris

cdicken
05-Jan-2004, 09:22 AM
I only want the NETQUOTEVAR:STOCKLEVEL to be displayed to Trade Customers.

Check out the knowledge base HERE (http://knowledge.actinic.com/users/kadmin/acatalog/Knowledge_Base_Customer_Accounts_and_Prices_133.html#aGC134). You will need code similar to ...

<Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="NETQUOTEVAR:STOCKLEVEL"/>

... in your product layout template.

Also, can I have items in my catalog shown only to logged in customers? If so, how.

Untick the 'Product Visible' checkbox within the 'Prices' tab for the price schedules that you do not want the product visible to.