• Resolved choutin

    (@choutin)


    Hi, I set it to show the total price on the product page. however the total price is not changing if I change the qty. Is there anyway to achieved if I change qty that will change the total price? I use the theme FLATSOME, one of the popular theme in theme forest. Thank you for help.

    • This topic was modified 6 years, 1 month ago by choutin.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Choutin,

    Goto the active theme folder of your WordPress and open the file functions.php. And please embed the below code there.

    add_filter(‘wcpa_configurations’,function($settings){
    $settings[‘change_price_as_quantity’]= true;
    return $settings;
    });

    [ Signature deleted ]

    • This reply was modified 5 years, 5 months ago by Jan Dembowski.
    Thread Starter choutin

    (@choutin)

    Hi, I copy and paste to my theme function.php but it does not work. I also try theme 2019. but it doesn’t work either. any suggestion? Thank you.

    acowebssupport

    (@acowebssupport)

    As we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in future. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘total price’ is closed to new replies.