Hi all. I’m having an issue when it comes to hiding the buy now button on my product pages. I’m using the Concept theme as well as metafields + the Metafields Guru application to display custom data for my product variants. The thing is, when I hide the buy now buttons on the template, it also removes the metafield entries. I’ve consulted with the app creators and they say that the issue is not due to the app but an issue to the source code of the template. Can anyone provide assistance with this?
Hi @rj21
Maybe that meta field settings display right after the Buy Now button hook, so it cannot be added after you disable the Buy Now block.
Could you enable buy now block, send me link to your product page so I can give you the code to hide buy now without disable it from your product page customize?
Hi there. Here’s the link to one of the product pages. The buy now module is enabled.
https://83b175-ed.myshopify.com/products/joint-torque-sensors-tsr-j-series
Hi @rj21
Please add this code to Custom CSS in your Online Store > Themes > Customize > Theme settings and check
form.product-form { dislay: none !imporptant; }
You are very welcome!