toyzonline 0 Posted May 13, 2015 I am looking to replace the listing of products on the index.php with a good formatted introduction. Obviously I can change (and have already) the default text. However formatting within php are not really my thing. I have completed a site: search in google but have not found anything too relevant and obviously just creating a new .php file and calling it index.php creates linking problems etc. Are there any shortcuts or add-ons that I have not been able to find? Cheers Ricardo Complete Newbie On The Learn - Not A Programmer But Learning As I Go Share this post Link to post Share on other sites
toyzonline 0 Posted May 17, 2015 ? Complete Newbie On The Learn - Not A Programmer But Learning As I Go Share this post Link to post Share on other sites
Hotclutch 205 Posted May 17, 2015 Comment out the new products module, find include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); and replace it with //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); Then edit TEXT_MAIN to suit. Share this post Link to post Share on other sites