sampoyigi justask wrote How can I remove the comments box from checkout? And how or where to change VAT to TAX? THANK YOU! You can enable VAT in Admin -> Settings under Options tab
justask How can I remove the comments box from checkout? And how or where to change VAT to TAX? THANK YOU!
zeta justask wrote How can I remove the comments box from checkout? And how or where to change VAT to TAX? THANK YOU! I used CSS code to hide it. /*Checkout hide order comment box*/ div#checkout.content-wrap div.form-group.wrap-top { display: none; }