Hi Claire, lines 293 and 294

Posts: 108
Joined: 10/31/2007
Getting busy with the Ubercode.

Hi Claire,

lines 293 and 294 for the block name inside the blocks admin page,

line 797 for the cheapest products inside the t('') function:

  $output .= '<h2 class="title cheapest">'.t('Our Cheapest Products').'</h2>';

line 829 for the best sellers products inside the t('') function:

  $output .= '<h2 class="title best-sellers">'.t('Our Best Sellers').'</h2>';

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