Announcement

Collapse
No announcement yet.

Showing Stock Quantities ONLY to certain users

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Showing Stock Quantities ONLY to certain users

    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

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

    Check out the knowledge base HERE. 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.

    Comment

    Working...
    X