Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Corners from boxes


Guest

Recommended Posts

Posted

Hi,

 

I have managed to remove all corner images in osc from the instructions found at:

 

FORUM PAGE

 

but one corner still remains. The one that is still there is to the left of the CATEGORIES heading. I deleted the actual image file but of course now that leaves a little blank box.

 

The store is at MY PAGE

 

 

Thanks very much!

 

-Ryan

Posted

If you are asking how to make the round corner into a square corner (or vice versa), then all you need to do is change the following code in each of the files in includes/boxes

new infoBoxHeading($info_box_contents, true, false

to

new infoBoxHeading($info_box_contents, false, false

There's no need to delete the images.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

If you want to delete them all together go to includes/classes/boxes.php

 

Take the damn things right out of the box constructer for the infoboxes.

 

Make sure you leave in the arrow right stuff tho - needed in some boxes to get other places....

 

Backup your files first too.

  • 1 month later...
Posted
If you are asking how to make the round corner into a square corner (or vice versa), then all you need to do is change the following code in each of the files in includes/boxes
new infoBoxHeading($info_box_contents, true, false

to

new infoBoxHeading($info_box_contents, false, false

There's no need to delete the images.

 

Jack

I have searched but can't find this. Any idea what line this code is on?

Archived

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

×
×
  • Create New...