Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I place specials and the whats new boxes on the right column but its not showing up?


johnduo0007

Recommended Posts

Posted

This is the code I place, but only specials shows up no the whats new box:

 

<?php

 

 

 

require(DIR_WS_BOXES . 'specials.php');

require(DIR_WS_BOXES . 'whats_new.php');

 

 

 

?>

 

Wondering what im doing wrong

Posted
This is the code I place, but only specials shows up no the whats new box:

 

<?php

 

 

 

require(DIR_WS_BOXES . 'specials.php');

require(DIR_WS_BOXES . 'whats_new.php');

 

 

 

?>

 

Wondering what im doing wrong

Do you have anything new?

Posted
I got it working, I just place the whats_new.php over the special.php and they both show up now. is that weird?

Yes it is.

Archived

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

×
×
  • Create New...