Taxes Input On Products Page

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.

Try to replace


with


Then clear cache and check

Thanks, sir! :)

Try to replace


with


Then clear cache and check

You are welcome! :)

Hi,

How can we do this via "my changes" addon?

How can we do this via "my changes" addon?

Unfortunately, CS-Cart does not have necessary hooks in the update.tpl template. It will be required to override the whole template which is not recommended