Archived topic
Editing the Mini Cart Layout
1 reply · Started by antware on August 4, 2022
Good day, I have a client that's requiring quite a lot of bespoke editing to the mini cart dropdown in the nav.
Which php file can I edit to do this, or which hooks and filters are available to me.
Thanks.
Hi Antware,
GP only inserts WooCommerce widget WC_Widget_Cart. Reference: https://woocommerce.github.io/code-reference/classes/WC-Widget-Cart.html
In what terms are you trying to change it? Perhaps you can do it with custom CSS instead? Otherwise, you’ll need to reach out to WooCommerce with regards to altering their widget.