Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP I AM SOOOOO LOST


ceoshawn

Recommended Posts

Posted

I MESSED UP MY LEFT COLUMN CODE, PLEASE PLEASE PLEASE IF ANYONE CAN HELP ME I WOULD APPERIATE IT !!! THANKS

 

*/

/*

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'products.php');

}

*/

/* AHMAD - 1/12

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

*/

 

/* AHMAD - 1/12 */

//require(DIR_WS_BOXES . 'information.php');

require(DIR_WS_BOXES . 'categories.php');

//require(DIR_WS_BOXES . 'search.php');

require(DIR_WS_BOXES . 'whats_new.php');

//require(DIR_WS_BOXES . 'reviews.php');

//require(DIR_WS_BOXES . 'promo.php');

?>

 

THE WEBSITE IS DVRSQUAD.COM

Posted
I MESSED UP MY LEFT COLUMN CODE, PLEASE PLEASE PLEASE IF ANYONE CAN HELP ME I WOULD APPERIATE IT !!! THANKS

 

*/

/*

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'products.php');

}

*/

/* AHMAD - 1/12

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

*/

 

/* AHMAD - 1/12 */

//require(DIR_WS_BOXES . 'information.php');

require(DIR_WS_BOXES . 'categories.php');

//require(DIR_WS_BOXES . 'search.php');

require(DIR_WS_BOXES . 'whats_new.php');

//require(DIR_WS_BOXES . 'reviews.php');

//require(DIR_WS_BOXES . 'promo.php');

?>

 

THE WEBSITE IS DVRSQUAD.COM

It should look like this, if that is what you mean

 

*/

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_categories_box();

} else {

include(DIR_WS_BOXES . 'categories.php');

}

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

require(DIR_WS_BOXES . 'whats_new.php');

require(DIR_WS_BOXES . 'search.php');

require(DIR_WS_BOXES . 'information.php');

?>

Posted

What error / problem are you having. "I am having problems" and "didn't work" are not very descriptive.

Posted
What error / problem are you having. "I am having problems" and "didn't work" are not very descriptive.

 

if you go to the site, dvrsquad.com, you will just see the codes there...

Archived

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

×
×
  • Create New...