• Resolved Sonali Agrawal

    (@sonali1215)


    Hello Team,

    I am using CartFlows Pro plugin and there is some problem with custom discounted bump order price.

    I followed the code present in the product addon compatibility file to call $this->price_controller->convert() but it did not help me much.

    Can you please provide a hook or way to achieve the custom price calculation using the WooCommerce Multicurrency Converter.

    Regards,
    Sonali

Viewing 1 replies (of 1 total)
  • Thread Starter Sonali Agrawal

    (@sonali1215)

    Solved :

    Global $product is overridden by the plugin.

    Added the code to fetch the original regular price from the Object $product = wc_get_product($product_id);

    $product->get_regular_price(context = “edit”);

Viewing 1 replies (of 1 total)
  • The topic ‘Multicurrency plugin support’ is closed to new replies.