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
3399 679 962

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

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: [email protected]
- Try GEMPAGES a great page builder
vcapital2015
New Member
4 0 0

Where should i manually edit ? Please let me know

suyash1
Shopify Partner
9858 1226 1566

@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

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

suyash1
Shopify Partner
9858 1226 1566

@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

 

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
vcapital2015
New Member
4 0 0

Where should i add  the CSS code below?

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