PDA

View Full Version : Customer specific products


alexwren
06-Nov-2003, 11:40 AM
Hi,

Using Actinic Business

Does anyone know how to make each clients login have a customised list of products associated. Ideally I would like them to login and see their own reorder list on the first page and then have access to the rest of the catalog as normal.

Thanks in advance.

cdicken
07-Nov-2003, 10:13 AM
You can un-tick the 'Product Visible' checkbox in the 'Prices' tab of a product to hide products from certain price schedules.

alexwren
07-Nov-2003, 11:18 AM
Thanks Chris

I dont actually want to hide it - just want to feature it on the logged in home page.

The client I have is a wine distributer. Each of their trade customers has a wine list that they re-order from.

I would like to be able to feature their wine list on the logged in home page and then allow them access to the rest of the list if they want it.

Does that help?

cdicken
10-Nov-2003, 04:04 PM
I don't know whether this helps, but you could put every wine you sell on the front page of the store and then use the 'Product Visible' checkbox to show/hide wine depending on who's shopping.

Also, customers can save their shopping carts by clicking the 'Save' button. You can include a link to retrieve the shopping lists for your regular customers by including code similar to the following in your overall layout template (normally Act_Primary.html):

<A HREF="NETQUOTEVAR:RESTORECARTURL">
Load Shopping List
</A>

alexwren
10-Nov-2003, 06:10 PM
Thanks, the saving the shopping basket option could work.

Is there any way of pre-filling this? and maybe keeping it saved forever?

Alex

cdicken
12-Nov-2003, 08:26 AM
There is no way to pre-fill this I'm afraid. It would have to be set up from the customer's premisis as it is retrieved by the cookie on a customer's PC.