Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

right column


vertex

Recommended Posts

Posted

I by mistakenly took out the specials box out of the right column, does anyone know how to get it back? Thanks a lot.

Posted
I by mistakenly took out the specials box out of the right column, does anyone know how to get it back? Thanks a lot.

 

You can add back in what is missing

 

if (isset($HTTP_GET_VARS['products_id'])) {

if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES . 'tell_a_friend.php');

} else {

include(DIR_WS_BOXES . 'specials.php');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...