Re: Remove I agree with terms and enable the buy it now button

Remove I agree with terms and enable the buy it now button

vcapital2015
New Member
4 0 0

I would need  to disable the I agree with terms and conditions button and enable  the Buy it now button . Also remove the Categories and Tags piece on the product page. Below  is the URL to my store:

 

https://www.zonkefarms.com/products/whole-chicken-1-8kg

 

Thanks and look forward to hearing from you.

 

Replies 5 (5)

Guleria
Shopify Partner
4058 797 1146

Hello @vcapital2015 ,

You have to manually edit the product.liquid or product-template.liquid or related product single file a/to the theme you are using and after that have to search and remove the code. Alternatively call the developer who code this.

btw it will take not more than 15 minutes for a developer to remove it but without access to the theme it's not possible to provide instructions.

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
vcapital2015
New Member
4 0 0

Where should i manually edit ? Please let me know

suyash1
Shopify Partner
10712 1324 1699

@vcapital2015 - please go to online store->themes->Actions->Edit html/css - please find main.scss.css file in assets folder and paste the code to the very end of it

 

but again, please check few dummy orders, to check can user add product to cart an go to checkout without agreeing to terms checkbox

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

suyash1
Shopify Partner
10712 1324 1699

@vcapital2015 - hello, coding can be in a way that if user do not accept the terms then he/she can not add product to cart, check if that is the case by putting some dummy orders, else using this css you can hide that I agree checkbox, should look like screenshot below

.product-dynamic-checkout {display: none;    visibility: hidden;}

 

suyash1_0-1641571070164.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
vcapital2015
New Member
4 0 0

Where should i add  the CSS code below?

.product-dynamic-checkout {display: none; visibility: hidden;}