Hi there,
I was wondering if anyone knows how to remove the shipping option as it is not a physical product?
I have tried to look for an option but having no luck
Thanks heaps,
Caitlin
Hi there,
I was wondering if anyone knows how to remove the shipping option as it is not a physical product?
I have tried to look for an option but having no luck
Thanks heaps,
Caitlin
Hi @thepregnancyc you can remove it by adding CSS code below in store admin > Sale channels > Online store > Themes > Edit code > Assets > open base.css file, add this CSS code at the bottom and save file
.product .product__tax { display: none !important; }
Thank you so much!
Happy I could help