Hi Claire, lines 293 and 294

jorditr's picture
Offline
Getting busy with the Ubercode.
Joined: 10/31/2007
Juice: 256
Hi Claire, lines 293 and 294

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 (57 replies) Wed, 10/31/2007 - 11:52