find
in admin\includes\functions\ functions_prices.phpCode:function zen_update_products_price_sorter($product_id) { global $db; $products_price_sorter = zen_get_products_actual_price($product_id); $db->Execute("update " . TABLE_PRODUCTS . " set products_price_sorter='" . zen_db_prepare_input($products_price_sorter) . "' where products_id='" . $product_id . "'"); }
and replace with
then make sure to save and re-upload....Code:/*function zen_update_products_price_sorter($product_id) { global $db; $products_price_sorter = zen_get_products_actual_price($product_id); $db->Execute("update " . TABLE_PRODUCTS . " set products_price_sorter='" . zen_db_prepare_input($products_price_sorter) . "' where products_id='" . $product_id . "'"); }*/
then close browser and reopen the browser window to clear cache
I know that file is included in the download however that function is loaded by zen cart by default, so it dosnt need to be there in the new file


Reply With Quote
