W
W
whatislov2020-12-07 23:21:17
WordPress
whatislov, 2020-12-07 23:21:17

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,
5fce8e88a50d1816687094.jpeg
but it should be like this
5fce8eb921f60125156178.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2020-12-08
@whatislov

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 question

Ask a Question

731 491 924 answers to any question