I have just deleted all of this… but of course saved the code so I can put it back in when needed. Will this cause any problems with my store? Will the code be stable? I literally have no idea what I’m talking about as I do not know how to code…
{{ 'products.product.quantity' | t }}
{{ 'products.product.add_to_cart' | t }}
{% if section.settings.enable_payment_button %}
{{ form | payment_button }}
{% endif %}
You can disable the ‘buy it now’ button in Customize.
From your Shopify admin, go to Online store and open Customize of the required theme. Open the Product page preview and choose the Product pages section. Turn off the ‘Show dynamic checkout button’ checkbox.
Thank you so much for your help! Such a simple solution to a problem that has been bugging me for ages!
After hiding those buttons, the product descriptions and social sharing buttons look as if they’re a little too low down on the page. Is there an easy solution to moving them up the page?
The space is probably reserved for that button, your store is password protected so I can’t really look at it. If you can provide the password or disable it, I might be able to tell you what to look for.
Thank you Ninthony, very kind! My password is currently klause
I have managed to add another button on the product pages which is more relevant to my store (a ‘buy now on Kickstarter’ button) which makes the image and text seem less far from the top. But there is still quite a large area of white above my item description and product photo that I would prefer to reduce if possible.
Change that margin to however far you want the description from the the bottom of the social.
For the white space above the product itself, it uses a class that is reused on the page in multiple spots, so you can’t change that without effecting all of the other spots. You’ll want to ctrl + f in your product.liquid file and look for “wrapper–margins”. There should be a div underneath that with 2 classes, product and grid. In the wrapper div, you’ll want to add a class to it so it’ll look like:
<div class="wrapper wrapper--margins less-space">
Where less-space is whatever class name you want to add. Then you’ll add this to the bottom of your theme.scss file
I am dealing with the same issue but in the Empire theme from Pixel Union there’s no checkbox to remove the Buy it now button, it’s only there for the Quick Shop option. Any idea how to remove it when using Empire theme?
Everyone is talking about hiding or removing Buy Now & Add to Cart button from product page but no body is talking about how to hide it from anywhere products are displayed. for example:
I have hide it from product page and also renamed it to “Know More” but i don’t know how to make it click to open the product page instead of adding to the cart.