Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new product round corner to square corner?


themilkman

Recommended Posts

Posted

Hi, I have tried to change the round corners of the new products box but had no luck for some strange reason.

:

 

 

Having had a look on page 37 of the documentation, it says to change the following:

 

$info_box_contents[] = array(array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif')),

 

TO

 

 

$info_box_contents[] = array(array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif')),

array('params' => 'height="14" class="infoBoxHeading" width="100%"',

'text' => $contents[0]['text']),

array('params' => 'height="14" class="infoBoxHeading"',

'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif')));

 

But this does not seem to work, any ideas?

 

Once the corners have been changed, how will I remove the spacing?

 

Thanks for your help

Whats the point of a signature?

Posted

Look at the instructions for removing the corners from the New Products box here:

 

Click Me

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...