I've got two more questions regarding our customization
Product In a variable product, when you choose an option from the dropdown menu, there's a "clean" (limpiar) button to clear that dropdown. Is it possible not to put that "clean"? I guess that, if customer whats to change the option, he can go to the dropdown and choose the correct one without clean it before (see clean.jpg)
Cart We've put some fix price for shipping charges (3,5€) but we also what to put free shipping for more than 50€. But...I don't know why, customer will have to choose if he wants the free shipping (instead of being automatically and don't give the chance of the 3,5€ shipping). It's a little bit strange.... (see envio.jpg)
1. To hide "Clear" button add this CSS to Custom CSS:
a.reset_variations {
display: none !important;
}
2. This is a WooCommerce functionality and the theme does not have anything to do with it, for more information on how the shop works and how does WooCommerce manages it please contact with the WooCommerce team and they can assist you in this issue.
Hello!
I've got two more questions regarding our customization
Product
In a variable product, when you choose an option from the dropdown menu, there's a "clean" (limpiar) button to clear that dropdown. Is it possible not to put that "clean"?
I guess that, if customer whats to change the option, he can go to the dropdown and choose the correct one without clean it before
(see clean.jpg)
Cart
We've put some fix price for shipping charges (3,5€) but we also what to put free shipping for more than 50€.
But...I don't know why, customer will have to choose if he wants the free shipping (instead of being automatically and don't give the chance of the 3,5€ shipping). It's a little bit strange....
(see envio.jpg)
Many many many thanks in advance!
Irene
Hi Irene,
1. To hide "Clear" button add this CSS to Custom CSS:
2. This is a WooCommerce functionality and the theme does not have anything to do with it, for more information on how the shop works and how does WooCommerce manages it please contact with the WooCommerce team and they can assist you in this issue.
Best regards,
Laborator Team
Hi Art!
Great! Many thanks
I'll try to contact WooCommerce support for the other issue
Regards!
Irene