It would be nice to have different email and feature products for multistore set up.
Right now all multi stores shares same feature product. And in multistore set up, I don't see anything which allows me use another email for different domain.
Thank you!
INSERT INTO `setting` (`setting_id`, `store_id`, `group`, `key`, `value`, `serialized`) VALUES ('39', '0', 'featured', 'featured_product', '43,40,42,49,46,47,28', '0');
This row in settings table defines what are configurable products.
So there is no way to make out from here.
I suggest you to create an additional table featured_prod_to_stores
and apply this tables addiitonal filter to have featured products store wise.
Satish
This row in settings table defines what are configurable products.
So there is no way to make out from here.
I suggest you to create an additional table featured_prod_to_stores
and apply this tables addiitonal filter to have featured products store wise.
Satish
Team of e-commerce experts.
oscprofessionals
Can you please guide on how to do that?oscprofessionals wrote:INSERT INTO `setting` (`setting_id`, `store_id`, `group`, `key`, `value`, `serialized`) VALUES ('39', '0', 'featured', 'featured_product', '43,40,42,49,46,47,28', '0');
This row in settings table defines what are configurable products.
So there is no way to make out from here.
I suggest you to create an additional table featured_prod_to_stores
and apply this tables addiitonal filter to have featured products store wise.
Satish
Who is online
Users browsing this forum: No registered users and 2 guests