Hi, while adding a product it asks a question with tax or not? I would like to make it checked and not readable. So vendors cannot change it, and all products will be taxes included
{__("taxes")}:
{foreach from=$taxes item="tax"}
{$tax.tax}
In this code I made checked="checked" but it does not react to the page.