• Welcome to KonaKart Community Forum. Please login or sign up.
 

sharing a cart across multiple stores

Started by cubillas, December 02, 2010, 09:07:43 am

Previous topic - Next topic

cubillas

Hi all,

is it possible to share a cart across multiple stores?
If yes, how can I do?

thanks in advance

Amedeo

trevor

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.

cubillas

If I have only one store and multiple virtual host,
How can I show only the categories associated to virtual host?

trevor

You have to have some custom code that the detects which virtual host you are using and displays the correct category accordingly.

cubillas

Can suggest me which class, of KK enterprise,  I have to customize, to  do this?

Thanks

trevor

I think that it should be code that you place in the struts action classes.

cubillas

This answer did not help me, however thanks a lot

trevor

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?