crewe Posted October 21, 2006 Posted October 21, 2006 hi I want to move my what's new for the month box (www.creativemindsstore.co.uk) from the bottom of the page to the top, after the login message. Any help please. Thanks in advance
jpweber Posted October 21, 2006 Posted October 21, 2006 hi I want to move my what's new for the month box (www.creativemindsstore.co.uk) from the bottom of the page to the top, after the login message. Any help please. Thanks in advance Yes. Go to your (path to catalog)/index.php and find this line: <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> Highlight it, and cut it out. Place it directly below this line: <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> So your new code will look like this: <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> Good luck. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.