Cannot select TAX on product

Hi all, I have just noticed that I can no longer select “TAXES” on the products pages. Whenever I enable it and press save the tick dissapears again. Has this happened to anyone else at all.



Thanks

Yes, the cart has this problem for a whole while… i have inform cs-cart not only one time abou that…



------------

Thank you for your time and patience.



In order to fix it you should replace the following part of code:



if (!empty($product) && Registry::get(‘settings.Appearance.show_prices_taxed_clean’) == ‘Y’ && $auth[‘tax_exempt’] != ‘Y’) {



with this one:



if (!empty($product) && Registry::get(‘settings.Appearance.show_prices_taxed_clean’) == ‘Y’ && $auth[‘tax_exempt’] != ‘Y’ && AREA != ‘A’) {



in the “fn.catalog.php” file located in the “core” directory of your CS-Cart installation.





----



i think this was the answer from them…

thanks you very very much bro, this solved the problemo.

Very crazy, then they havent solved this problems since that they have send me the solution…