Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
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
Where should i manually edit ? Please let me know
@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
@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;}
Where should i add the CSS code below?
.product-dynamic-checkout {display: none; visibility: hidden;}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025