dmnalven Posted March 25, 2008 Posted March 25, 2008 catalog/product_info.php, line 83: if (tep_not_null($product_info['products_model'])) { to if (tep_not_null($product_info['products_model']) && PRODUCT_LIST_MODEL) { For ALL problems, please review this link first -> osCommerce Knowledge Base
Guest Posted March 26, 2008 Posted March 26, 2008 catalog/product_info.php, line 83: if (tep_not_null($product_info['products_model'])) { to if (tep_not_null($product_info['products_model']) && PRODUCT_LIST_MODEL) { Why not just turn it off in admin?
dmnalven Posted March 26, 2008 Author Posted March 26, 2008 Without the code logic modification the admin setting is not used in my installation of the latest release. I would be happy if others were to test this condition in advance of a bug report. For ALL problems, please review this link first -> osCommerce Knowledge Base
Recommended Posts
Archived
This topic is now archived and is closed to further replies.