• Resolved fudugotest

    (@fudugotest)


    Hi There,

    This plugin is just awesome.
    All I wanted was to update the actual product price whenever the option of your plugin triggers.
    Since the price is getting updated in your table field I wanted to update my product price as well in sync with your plugin.
    Is there a way I can achieve that?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Hi @fudugotest,

    Thank for love PPOM.

    Well, you can alter our price against each cart item using this hook:

    apply_filters('ppom_cart_line_total', $cart_line_total, $cart_items, $values);

    this is $cart_line_total contains the final value.

    I hope it will help you.

Viewing 1 replies (of 1 total)

The topic ‘Update product price’ is closed to new replies.