Answer the question
In order to leave comments, you need to log in
Next to the basket you need to put the amount for which the person put in the basket, how can I implement it?
Next to the basket you need to put the amount for which the person put in the basket, how can I implement it?
Now it's like this,
but it should be like this
Answer the question
In order to leave comments, you need to log in
Here is a piece of code straight from underscores + woocommerce
<span class="amount"><?php echo wp_kses_data( WC()->cart->get_cart_subtotal() ); ?></span> <span class="count"><?php echo esc_html( $item_count_text ); ?></span>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question