Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products for month module problem


beuleux

Recommended Posts

Posted

I wanted to place the new products for month module on additional pages so i pasted the code from index.php

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

into the appropriate table cell this worked to an extent the module appeared where it was supposed to but the heading title instead of "new products for month" it reads "NEW_PRODUCTS_HEADING_TITLE" I obviously need to paste some more code the thing is I dont know which piece lol.... thanks

Posted

...just figured it out, the page I added the module to didnt have the line of code..

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT);

...now it does and works fine.

Archived

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

×
×
  • Create New...