RandomProduct plugin - more random products then one

valpenguin

No avatar

2007-03-29 12:05

The plugin show only one random product. How to modify it to show 2 or 3 random products?

» Quick.Cart v2.x

treewood (OpenSolution)

Avatar: treewood

2007-03-29 15:57

valpenguin - easiest but not best way is:
1. edit plugins/randomProduct/actions_client.php and add in the end:
$sRandomProduct2 = throwRandomProduct();
$sRandomProduct3 = throwRandomProduct();
2. copy $sRandomProduct2, $sRandomProduct3 to templates/page.tpl under $sRandomProduct variable in this file

valpenguin

No avatar

2007-03-29 16:18

uhm, good idea
thank ;)

Back to top
about us | contact