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?



Joined: 08/07/2007