Tagged: ecommerce, shop, smart coupons, woocommerce
Hi,
I have created a gift coupon (using WooCommerce Smart Coupons plugin) where customers can enter the amount they wish to pay for the coupon. However, I want to hide the button ‘Enter price’ (label text might be different as I’m using a translated version) which is displayed below the product in the list of products on the shop page. How can I achieve this?
Hi mazeika!
To hide the button please add display:none css property to the button class
.button-class-name {
display: none;
}
If you have any question please get back to us with the link to the page where we can inspect the element in question.
Cheers!
Vinay Kashyap