On 6/19/2020 at 8:58 AM, CyberPepe said:Hola,
Hicimos algo como esto, pero necesitábamos actualizar solo algunos productos con una categoría específica, así que lo hicimos (en phpMyAdmin con PS 1.6.0.5):
ACTUALIZAR ps_product p
INNER JOIN ps_category_product cp ON cp.id_product = p.id_product
SET p.on_sale = 1
DONDE cp.id_category = 8;ACTUALIZAR ps_product_shop ps
INNER JOIN ps_category_product cp ON cp.id_product = ps.id_product
SET ps.on_sale = 1
DONDE cp.id_category = 8;
Tal vez alguien lo encuentre útil 🙂
I have tested it and it works perfectly in PS 1.7 but it only activates the label in the product card but not in the category listing.
could you tell me if you can activate the label in the product listing?
thank you very much