• The default currency is $ Dollar for my website.
    $product->get_price() is called in the file of order-details-item.php .
    After the currency is switched, The price output via $product->get_price() in the Order Details does not change the amount.
    What should I do to make the Price to exchange according to the variation of currency ?

Viewing 1 replies (of 1 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    Is it in the child theme template?
    If yes you can try to use BeRocket_CE::return_custom_price( $product->get_price() ) instead of $product->get_price()

    Are you using Visual Only way of currency conversion?

    Regards,
    Dima

Viewing 1 replies (of 1 total)
  • The topic ‘price output via get_price() not change’ is closed to new replies.