elixir Posted December 14, 2004 Posted December 14, 2004 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); ?>
Guest Posted December 14, 2004 Posted December 14, 2004 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); ?> <{POST_SNAPBACK}>
elixir Posted December 14, 2004 Author Posted December 14, 2004 I will check this out.. not sure what it is yet.. but I'll check it out thanks for the assist. STS Template in the contributions is the easiest way... Other than that you can hack the products_new.php file.... etc...TJ <{POST_SNAPBACK}>
Guest Posted December 14, 2004 Posted December 14, 2004 .. <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.