WooCommerce – Modify the item subtotal format in the cart block
In the cart shortcode, I use the woocommerce_cart_item_subtotal
hook to display the item subtotal using wc_format_sale_price()
, because I’m showing a deal.
In the cart shortcode, I use the woocommerce_cart_item_subtotal
hook to display the item subtotal using wc_format_sale_price()
, because I’m showing a deal.