Hello,
I wonder what to change if i want to make appear more than 3 related products, i didn't find the line to modify
Thanks for your help
Cheers, Coyote
Hi Coyote,
Look on (or near) line 75 of products.php, where you will see:
LIMIT 3
...at the end of the SQL statement. Simply change the number 3 to the number of related products you want to display.
Cheers, David.
Thanks David ;)
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Coyote,
Look on (or near) line 75 of products.php, where you will see:
LIMIT 3
...at the end of the SQL statement. Simply change the number 3 to the number of related products you want to display.
Cheers,
David.