Thread
:
X-Cart Smart Template v4.4.x
View Single Post
#
39
11-04-2010, 04:03 AM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
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
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ