View Single Post
  #39  
Old 11-04-2010, 04:03 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

jondoe and anyone else, that first error you describe can be fixed by doing the following...

In recommends.php

Before...
Code:
foreach ($recommends as $rid => $prod) {
Insert...
Code:
if (!empty($recommends))
__________________
xcartmods.co.uk
Reply With Quote