Help for this page

Select Code to Download


  1. or download this
    my @rows;
    while (@products) {
    ...
    $template_body->param(
       loop_row => \@rows,
       );
    
  2. or download this
    <TMPL_LOOP NAME=loop_row>
       <TMPL_LOOP NAME=loop_products>
           Display one product here.
       </TMPL_LOOP>
    </TMPL_LOOP>