Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I've got a curved box where I want a square one!


Bud Fox

Recommended Posts

Hi all.

 

My store is at www.aromany.co.uk/catalog

 

The central 'New Products' box has the standard curved .gif file top left, which I'd like to replace with the square one to make the box symetrical. Can I find the relevant code? Can I heck.......

 

Cheers for any help

 

p.s - I know the store is very 'stock' at present, but I'm taking very small steps here.

Link to comment
Share on other sites

Wrong. If you switch corner_left.gif to square it will make your categories box square too...

 

In catalog/includes/modules/new_products.php you will see a line that looks like this:

 

new contentBoxHeading($info_box_contents);

 

This line tell the site to draw this kind of header at the top of the new products box.

Just replace this line with the header line from one of your square boxes. Such as:

new infoBoxHeading($info_box_contents, false, false);

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...