Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I NEED some HELP please - how to display


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.

 

 

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

STS Template in the contributions is the easiest way... Other than that you can hack the products_new.php file.... etc...

 

 

TJ

 

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. 

   

 

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

 

 

You can hack the files, but everything has to remain in the root of the site to work...

 

catalog/mynewfile.php

 

It has to have the osC engine working under the hood to work properly.

 

Application_top.php and filenames.php etc...

 

 

Let me know what ya come up with.

 

TJ

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...