thirtybees / statsmodule

Academic Free License v3.0
0 stars 6 forks source link

Enhancement - Shop association tab (if multistore enabled). #25

Open therampagerado opened 5 months ago

therampagerado commented 5 months ago

Currently there is no place where the merchant can see a summarized view of all products and their shop associations.

Could we reuse the Catalog evaluation view and display information regarding the product associations per shop. This tab should be visible only in multistore = ON context.

image

getdatakick commented 5 months ago

Maybe create dedicated stats tab for this? Catalog evaluation is cluttered as already

therampagerado commented 5 months ago

Yes, exactly. Just wanted the make the sketch up using the Catalog Evaluation table but it should be in different tab called Catalog association (or something like that). Do you think something like that could be useful for other merchants?

getdatakick commented 5 months ago

Sure, there are definitely some merchants that could use such functionality. If you can, please provide PR, we will gladly merge it.

I personally advice against dissociating product from stores, as it is destructive operation -- all shop-related data are deleted. In my opinion, it's better to mark product as not available in the store instead, but keep it associated.