woocommerce / woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
https://woocommerce.com
9.39k stars 10.76k forks source link

[Enhancement]: Mini-cart block icon custom one #49806

Open shivapoudel opened 3 months ago

shivapoudel commented 3 months ago

Describe the solution you'd like

I want to modify the cart icon on the mini-cart block to a custom one. Are there any hooks or possibilities?

Describe alternatives you've considered

I do have a custom SVG image so if there is a filter to allow me to change the icons for the mini-cart block that will be helpful.

Additional context

No response

mikejolley commented 2 months ago

This is not possible right now, there are only the included icons. I guess you could do something on the CSS side to customise this but not to output a custom SVG in the component. Ill add this request to the backlog.

tomxygen commented 2 months ago

I'd love to be able to add a custom svg as a mini cart icon

shivapoudel commented 2 months ago

@mikejolley Loved it. My project has a custom shopping cart icon so I hope this will reside in the core with some filters available.