Tax Check Box Ticked By Default

HI

In admin when setting up a product I would like the tax check box to be ticked by default. What file do I need to modify.

Alan

You can change the database default value if you only have one tax_id.

ALTER TABLE `cscart_products` CHANGE `tax_ids` `tax_ids` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'change_to_your_tax_id';

You can change the database default value if you only have one tax_id.

ALTER TABLE `cscart_products` CHANGE `tax_ids` `tax_ids` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'change_to_your_tax_id';

Thanks

Sorry, I should have mentioned that this is a multi store setup and I do have more than one tax id.

So not sure that would work.

I'm not familiar with the DB structure for multi store so I don't know if it's possible or not.

Try this:

/design/backend/templates/views/products/update.tpl

Replace:



With:


        

Try this:

/design/backend/templates/views/products/update.tpl

Replace:



With:


HI

Thanks for that, Unfortunately it didn't work.

Alan

The provided solution should work. Try to clear cache

The provided solution should work. Try to clear cache

Thanks EcomLabs, But I have tried everything, including deleting the backend cache via ftp and it still does not work.

Regards

Alan

PM me temporary FTP access, we will check

PM me temporary FTP access, we will check

Did you ever get to fix this please? I am running 4.7.1 and cant get it to woprk, even though the changes have been made.

Thanks in advance!!!

Did you ever get to fix this please? I am running 4.7.1 and cant get it to woprk, even though the changes have been made.

Thanks in advance!!!

No, we did not examine the issue