I have started getting an error on some product pages in my development 2.3.1 site, but only on pages where the x-sell module is called up. The error is as follows:
Fatal error: Cannot use string offset as an array in /home/username/public_html/catalog/includes/functions/general.php on line 338
The offending line of code is:
if (!isset($tax_rates[$class_id][$country_id][$zone_id]['rate'])) {
Any ideas what is going on? I have googled the problem without much success.
Thanks










