Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products for (Month)


beanzy

Recommended Posts

Posted

I know how to change box corners but for the life of me, can't find the file for the box "New Products for Month" that is on the main page.

This box is centered on the main page but cannot find which file tomake the changes.

 

 

 

Thanks

Posted

One way: 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 >

Posted
One way: click me

 

 

Thanks Jim but I am a little confused. I see the new code but it is a bit different than what I know. In other areas, you set true/false for the corners. On this, I see code that looks like it is showing both corners. Correct? I don't really know PHP that wel.... Here is what my Boxes.php entry has

 

$info_box_contents = array();

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

'text' => $left_corner),

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

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

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

'text' => $right_corner));

 

Again, I am not even a novice with PHP so to me, it lists that it has both left and right cornrs but only the left corner is showing.

 

I appreciate your help.....

Posted

Your code snippet doesn't show me what $left_corner and $right_corner are set to.

:blush:

 

The link I posted was a way to remove the images from the corners.

 

Is that not what you want to do?

:unsure:

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 >

Posted
Your code snippet doesn't show me what $left_corner and $right_corner are set to.

:blush:

 

The link I posted was a way to remove the images from the corners.

 

Is that not what you want to do?

:unsure:

 

No Jim....

 

I would like to set the right corner to be visable. The left is rounded and want to make the right rounded as well.

Posted

My bad!

:blush:

 

Just a sec..

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 >

Posted

OK.

 

Looking at your other posts I gather you've installed STS.

 

If that's true I don't know the answer.

 

I just know the whole site works differnt with STS and I won't be able to help as I've never used STS ahd have no clue how it works.

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 >

Posted
OK.

 

Looking at your other posts I gather you've installed STS.

 

If that's true I don't know the answer.

 

I just know the whole site works differnt with STS and I won't be able to help as I've never used STS ahd have no clue how it works.

 

No problem Jim...thanks so much for trying.... Maybe I can find an STS structure list somewhere because the instructions I see doesn't specify anything about the New Products box.

 

Again....thanks for the try, appreciate it... B)

Archived

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

×
×
  • Create New...