I have changed the script, and no change. It seems the script isn't running at all. Even a hard coded $ags_tot_item = '<tr bgcolor="#336699">' doesn't seem to work
<!--agorascript-pre
{ #Start of controller code, probably should leave this alone ;-)
local ($myans)="";
if ($rowCount == (1+$minCount)) { #first one
$ags_tot_item=0;
$myans .= '<tr bgc ...
I am tring to customize the productPage.inc to diplay products in a table with every other TR in a different color. I have created my own productPage.inc and I am tring to insert an IF statement to ch ...