In includes/modules/bootstrap/centerboxes/also_purchased_products.php
if $productsInCategory is not set, a PHP notice is issued. Easily fixed by adding
if (!isset($productsInCategory)) $productsInCategory = array();
around line 15.
In includes/modules/bootstrap/centerboxes/also_purchased_products.php
if $productsInCategory is not set, a PHP notice is issued. Easily fixed by adding
if (!isset($productsInCategory)) $productsInCategory = array();
around line 15.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks