Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Couple minor questions


NSMStore

Recommended Posts

Posted

hi all,

I got 2 issues

 

1.) I can't seem to change my font. I have STS installed, and everything seem to have been fine until I went to change the font.

Am I missing something???

 

2.) I want to add a separation between products in the product list. something like "------------------------------------------" Just so it won't be so cluttered.

Anyone know how I can do that???

 

My site is www.n-sanemixes.com/catalog

 

Thanx in advance

:thumbsup:

Thanx for all your help.

 

Keep it Real

&

God Bless

Posted

ok, I figured out how to add a separator in the product list.

If you're interested:

 

1.) open catalog/includes/modules/products_listing.php

2.) around line 137 (assuming it isn't modded already)

Find:

$list_box_contents[$cur_row][] = array('align' => $lc_align,

'params' => 'class="productListing-data"',

'text' => $lc_text);

}

immediately under it add the following:

if ($listing_split->number_of_rows > $rows) {

$list_box_contents[] [] = array(

'params' => 'valign="middle" colspan="' . sizeof ($column_list) . '"',

'text' => tep_draw_separator('pixel_silver.gif', '100%', '2') );

}

 

This should add a separation bar between your products!

 

Hope it helps

Thanx for all your help.

 

Keep it Real

&

God Bless

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...