Need to customize footer cart content
-
Hi,
I need to customize the footer cart content :
- in wpt-cart-contents (cart summary) : remove cart subtotal amount
- in wpt-new-footer-cart (product list) :
- delete the unit price (ideally keep the quantity)
- delete the subtotal price for this product ($cart_item[‘line_total’])
Is it possible to provide a template, add several filters as already done for woocommerce_widget_cart_item_quantity for example, or add a global filter for the render_cart_list() and getFooterCart() functions in \inc\handle\fragment.php so that I can customize the HTML rendering?
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.