Hi all,
is it possible to share a cart across multiple stores?
If yes, how can I do?
thanks in advance
Amedeo
No, you can't share a cart across multiple stores since each store can have its own shipping and payment modules, stock etc. If you need to do this, maybe you really just need to have one store but to create virtual stores by showing only products from a top level category in each store.
If I have only one store and multiple virtual host,
How can I show only the categories associated to virtual host?
You have to have some custom code that the detects which virtual host you are using and displays the correct category accordingly.
Can suggest me which class, of KK enterprise, I have to customize, to do this?
Thanks
I think that it should be code that you place in the struts action classes.
This answer did not help me, however thanks a lot
Within a struts action class you should be able to detect which virtual host the customer is accessing. Based on that information you can decide which products to show on the UI.
I may not understand what you want to do?