Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I display new products outside of the store


elixir

Recommended Posts

how do I get new products to be displayed outside of the /catalog area..

ie..

http://www.hibias.ca

 

if I want that bottom right area with " new in store " to display the

new products added for december.. how can I do this.

 

does anyone know how to include just that portion ..

 

maybe an iframe ?.. but how can one just include the new products.

Link to comment
Share on other sites

Like, I believe it's this line -

 

<?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

 

but how do I call that to include.. outside of the root of /catalog

 

would it be as simple as

 

<?php include(/catalog/index.php?DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...