Posted - 05/08/2019 : 10:40:37
On one of my sites, the related items are suddenly not showing up any more. They have many products that are related in the admin and as of the last few days, nothing shows on the product detail page.
Here is what is on that page:
<?php include "vsadmin/inc/incproddetail.php" ?> <?php include "editprod.php" ?> <?php $crosssellaction='bestsellers'; $crosssellcolumns=3; $crosssellrows=2;?> <?php include "vsadmin/inc/inccrosssell.php" ?>
|