• Resolved te-deum

    (@te-deum)


    Hello,

    I import 2K products in WooComerce and I have a problem with specific prices.
    It add every Prestashop specific price rules to the product. Either they are associated to a customer, a group of customer, a cart, etc…

    You could filter Prestashop specific prices by adding these filter to the get_specific_prices function :
    SELECT p.id_product_attribute, p.reduction, p.reduction_type, p.from, p.to
    FROM ${prefix}specific_price p
    WHERE p.id_cart=0 AND p.id_group=0 AND p.id_customer=0 AND p.from_quantity=1 AND p.id_product = ‘$product_id’

    Other thing, I work on a function and a button to refresh prices only. Do you want me to send you this upgrade ?

    Thank you for your plugin.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Specific prices problem’ is closed to new replies.