Hi jorditr, thanks a lot for

Posts: 8
Joined: 08/07/2007

Hi jorditr,
thanks a lot for this nice contrib! It looks great!
Is there a way to get the products model number (SKU) on products grid display?

something like this:

<?php

      $product_table
.= '<td align=center>';
      if (
variable_get('uc_catalog_grid_display_title', TRUE)) {
       
$product_table .= '<span class=catalog_grid_image>'.$imagelink.'</span>';
       
$product_table .= '<span class=catalog_grid_title>'.$titlelink.'</span>';
       
$product_table .= '<span class=catalog_grid_model>'.$model.'</span>';
      }
?>

But '.$model.' doesn't work here?

uc_catalog.module modified to display products on a grid By: jorditr (56 replies) Wed, 10/31/2007 - 11:52