Posted - 11/04/2017 : 04:49:22
Hi,
I am developing a new site and I am customising it to my own needs.
Here is what I have in includes.php (my changes defined as User Settings)
$GLOBALS['showcategories']=FALSE; $GLOBALS['orhomeurl']='products.php'; $GLOBALS['hideoptpricediffs']=TRUE; $GLOBALS['crosssellaction']='related'; $GLOBALS['useimageincart']=TRUE; $GLOBALS['csrelatedtitle']='Have a look at the items below that you may like'; $GLOBALS['showinstock']=FALSE; $GLOBALS['noproductoptions']=TRUE; $GLOBALS['alwaysemailstatus']=TRUE;
$xxCoStp1='Step 1 of 3 : Proceed to confirm your address details'; $xxCoStp2='Step 2 of 3 : Check your address, enter any special instructions, select method of payment'; $xxCoStp3='Final Step 3 of 3 : Summary of your order';
$GLOBALS['payproviderradios']=1;
$GLOBALS['relatedproductsbothways']=TRUE;
But there are a few things not happening.
Category thumbnails still showing at top on product detail pages Absolutely no related products showing
Am I missing something obvious here?
|