Remove buy it now section for my store

Solved

Remove buy it now section for my store

yasirkhan01
New Member
5 0 0

I would like to remove the buy it now section on my default product page. I already uploaded the photo. 

Theme that i used is shella 

yasirkhan01_0-1715597485221.png

url of the website : https://namalzara.com/products/2-piece-pink-floral-design-co-ord-set-lawn

Accepted Solution (1)

Niki_K
Shopify Partner
462 47 137

This is an accepted solution.

Hey @yasirkhan01,

 

Check out the settings on the product page for buy buttons – depending on the theme, there should be a checkbox for displaying the dynamic checkout button or not.

 

Hope this helps! 🙂

Send me a link to your store to niki@ecommercepot.com and I'll help you out.
For more info what I do, visit my agency website ecommercepot.com or my personal website nikikozak.me.

View solution in original post

Replies 5 (5)

Niki_K
Shopify Partner
462 47 137

This is an accepted solution.

Hey @yasirkhan01,

 

Check out the settings on the product page for buy buttons – depending on the theme, there should be a checkbox for displaying the dynamic checkout button or not.

 

Hope this helps! 🙂

Send me a link to your store to niki@ecommercepot.com and I'll help you out.
For more info what I do, visit my agency website ecommercepot.com or my personal website nikikozak.me.

Anshul_arora
Navigator
453 129 104

Hello @yasirkhan01 ,

I understand you are looking to remove the 'Buy it Now' button, the Terms & Conditions check option.

You can hide this option by applying the below-mentioned CSS code.

Please copy & paste the code at the bottom of the theme.liquid file before </body> tag and save.

<style>

.dynamic-checkout.js-dynamic-checkout {
display: none !important;
}

</style>


Output will be like this -:

Anshul_arora_0-1715600595210.png


I hope the code helps you.

Please share if you have any queries.

Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

PageFly-Amelia
Shopify Partner
626 165 238

Hello @yasirkhan01 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Store -> Themes -> Edit Code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

<style>
.product-page-info__dynamic-checkout:has(.dynamic-checkout__button) {
   display: none !important;
}

</style>

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

MaxDesign
Shopify Partner
214 15 88

On shella theme (6.2.1), you can find this setting here:

 

Theme settings -> Product page & Quick view -> Buttons and inputs -> Show dynamic checkout button

 

Don't do the css solutions provided here, they are not great if you have performance in mind, especially since the theme has a dedicated option to toggle the quick buy button.

Reach out to me at admin@maxdesign.expert

Vinsinfo
Shopify Partner
485 165 167
@yasirkhan01 Please follow below steps to remove buy it now section in product page. Let me know whether it is helpful for you.
 
1. From admin, go to "Online stores" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search for "theme-d.css" file and paste the below code at the bottom of the file.

 

.product-page .product-page-info__dynamic-checkout {
    display: none !important;
}

 

 
Result will be like,
Vinsinfo_0-1715603161680.png
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support