I am upgrading from 1.5.7 to 1.58.
I noticed in the upgrade 1.58 they have excluded the directory which is a core edit…
includes/modules/pages/advanced_search_result/header.php
I then tried to copy it to this file to.
includes/modules/pages/search_result/header.php
Does anyone have any ideas on how to get this module to work from 1.57 to 1.58.
I do have some warnings in my log
PHP Warning: Undefined variable $products_tax in C:\xampp\htdocs\xxx.com\includes\templates\theme871\sideboxes\tpl_dynamic_filter .php on line 653.
Code:// BOF tax fix by design75 $text = $currency_symbol . round(zen_add_tax($start, $products_tax) * $conversion_rate) . TEXT_DYNAMIC_FILTER_DIVIDER . $currency_symbol . round(zen_add_tax($end, $products_tax) * $conversion_rate); } else { $text = $currency_symbol . round(zen_add_tax($start, $products_tax) * $conversion_rate) . TEXT_DYNAMIC_FILTER_AND_OVER; // EOF tax fix


Reply With Quote
