During checkout, the customer is presented with a coice to add "Special Instructions or Order Comments"
How can I disable that option?
During checkout, the customer is presented with a coice to add "Special Instructions or Order Comments"
How can I disable that option?
Turn it off by using CSS -
#comments {display: none;}
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
wow thanks Kim!!!
Kim, where is the css file that i need to edit?
Thanks
includes/templates/your_template/css/stylesheet.css
It worked onthe Shipping checkout page.
But the Comments box appears on the Payment checkout page.
Any help?