Hello ilyas mussin,
You can hide this by custom CSS. If you don’t have any idea about custom css then please, give me a page link as an example. I will try to provide you the css.
Thanks
Hello ilyas mussin,
You can hide this by custom CSS. If you don’t have any idea about custom css then please, give me a page link as an example. I will try to provide you the css.
Thanks
Hey Shamser thanks. I can try and hide that with additional css like
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
display: none;
}
But would it be cleaner to hide it with some custom js or a php snippet? Again, I’m using this woocommerce extension that hides the prices and buttons from all non-logged in users. And that CSS code would hide it from the logged-in users which I don’t want..
Hey guys, any update on this ticket?
All of the add-to-cart buttons were hidden from all non-logged in users. But after activating your plugin, the ‘select options’ buttons came back.
If I hide it with CSS, then it hides the add-to-cart buttons from all users including those with a login.
Hi ilyas mussin,
Could you record me reproducing your issue using tool like this? https://www.useloom.com
It helps me to quickly figure out issue and squash it with immediately.
Thank you
Here’s the screen recording of the issue: https://youtu.be/FfjazTw7ExI
✅ All add-to-cart buttons are hidden from non-logged-in users
❌ Please remove the ‘select options’ button (not with the CSS)
The other issue that I have is that I cannot select colour swatches on the shop (listing) page after applying filters: https://youtu.be/TRrEjOEtQFs
Hello ilyas mussin,
We cannot remove the SELECT OPTIONS button because it is coming from WooCommerce plugin itself. It is default thing and not related to our plugin.
Thanks
You’re right, I reached out to Addify and they removed it for me. The ticket can now be closed, thank you!
Removing “Select options” button from the shop page
ilyas mussin
Hello there!
Could you please tell me how I could remove the “Select Options” button from the shop page? https://www.screencast.com/t/bu9535NgPoC
As you can see, there’re no prices or add-to-cart buttons on the two products on the right. That’s because I’m using a woocommerce extension which hides it for all non-logged in users. But your plugin brings it back. How do I remove it again?
Thank you