Hi uCommersians - I have a request for a commerce system that allows the owner to create products which are only visible to a specific customer when this customer is logged in. Besides that there is a pool of shared products visible to all customers.
How would you go about creating this in uCommerce?
This is basically a simplification of customer specific catalogs (provided that all logged in customer should see the same products).
I'd do two separate catalogs; one for the public products and a second one for the private products. The private catalog I'd only list when the customer is logged in.
uCommerce doesn't have the notion of the private catalog out of the box, so you'll have to create a bit of code to determine when to show the hidden catalog.
Customer has private products
Hi uCommersians - I have a request for a commerce system that allows the owner to create products which are only visible to a specific customer when this customer is logged in. Besides that there is a pool of shared products visible to all customers.
How would you go about creating this in uCommerce?
Users are created in umbraco members section
Looking forward to any feedback
Best, Ole
Hi Ole,
This is basically a simplification of customer specific catalogs (provided that all logged in customer should see the same products).
I'd do two separate catalogs; one for the public products and a second one for the private products. The private catalog I'd only list when the customer is logged in.
uCommerce doesn't have the notion of the private catalog out of the box, so you'll have to create a bit of code to determine when to show the hidden catalog.
Hi Søren
Thanks a lot for your swift reply - I would need to use the Enterprise version for that catalog/permission thing right?
/O
Not when it's just a frontend thing. You can do it with Pro for multiple catalogs.
Alternatively you could do it with a category structure. Simply have two root categories - one called Private and anthor called Public.
is working on a reply...