Jump to content

Adding catalog price rule online only


Recommended Posts

Okay, in that case you can't do it without a custom module. You need it to grab all products within a category (from ps_category_product when id_category = ##) when with those, update ps_product and set online_only = 1 where id_product is IN the previously grabbed list.

 

You might as well be able to do it in a single query

Link to comment
Share on other sites

×
×
  • Create New...