Re: If possible to remove BUY BUTTON for product page//Dawn theme

Solved

If possible to remove BUY BUTTON for product page//Dawn theme

Bluesea
Excursionist
26 0 7

I sell customized item so I just want to show the products without BUY BUTTON, because base on buyer's requirement the price is very difficult. I would like to discuss the price with them before purchasing. 

How can I remove the BUY BUTTON?

 

Accepted Solutions (2)
diego_ezfy
Shopify Partner
2969 571 905

This is an accepted solution.

@Bluesea, to remove the buy button:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

 

.shopify-payment-button__button--unbranded{
    display: none !important;
}

 


No, the intent of the buy button is exclusively to make an instant purchase. If you'd like a button with different functionalities, text and so on and so forth, it must be developed and coded into your theme by a developer.

More details about the buy button can be found here.

Kind regards,
Diego

View solution in original post

dmwwebartisan
Shopify Partner
12321 2551 3726

This is an accepted solution.

Replies 5 (5)

diego_ezfy
Shopify Partner
2969 571 905

Hello @Bluesea,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.


Kind regards,

Diego

Bluesea
Excursionist
26 0 7

Hello @diego_ezfy ,

 

Thank you for your reply.

My store URL https://www.blueseaclothing.com/

The product page URL https://www.blueseaclothing.com/products/patchwork-flare-denim-jean

 

I have further questions:

  1. Can hid or remove the BUY IT NOW button?
  2. Can change BUY IT NOW to other words?
  3. Can link the BUY IT NOW button to contact page or email sign up?
  4. Can add a new button with text and link to other page?
diego_ezfy
Shopify Partner
2969 571 905

This is an accepted solution.

@Bluesea, to remove the buy button:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

 

.shopify-payment-button__button--unbranded{
    display: none !important;
}

 


No, the intent of the buy button is exclusively to make an instant purchase. If you'd like a button with different functionalities, text and so on and so forth, it must be developed and coded into your theme by a developer.

More details about the buy button can be found here.

Kind regards,
Diego

Bluesea
Excursionist
26 0 7

@diego_ezfy @dmwwebartisan Thank you for your help!

dmwwebartisan
Shopify Partner
12321 2551 3726

This is an accepted solution.