Fatal error: Class 'PhocaCartTax' not found

Phoca Cart - complex e-commerce extension
zlodij13
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 20 Mar 2017, 15:47

Fatal error: Class 'PhocaCartTax' not found

Post by zlodij13 »

I have message when trying registration, what wrong i am doing?
Fatal error: Class 'PhocaCartTax' not found in /home/j5010t100/public_html/administrator/components/com_phocacart/libraries/phocacart/price/price.php on line 141
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Fatal error: Class 'PhocaCartTax' not found

Post by Jan »

Hi, it can happen that some module does not have loaded the PhocaCartTax library.

This will be solved in next version as new autoload for classes will be used.

For now,

please open:
modules\mod_phocacart_product\mod_phocacart_product.php

and change FROM:

Code: Select all

phocacartimport('phocacart.price.price');
TO:

Code: Select all

phocacartimport('phocacart.tax.tax');
phocacartimport('phocacart.price.price');
Jan
If you find Phoca extensions useful, please support the project
Post Reply