Answer the question
In order to leave comments, you need to log in
How can I paste a code/shortcode into a normal WooCommerce textbox?
Please help me, I need to print the code:
<?php global $woocommerce;
$total = $woocommerce->cart->total;
$total_5_price = ($total / 100 * 95);
echo $total_5_price .' '. get_woocommerce_currency_symbol();
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question