Halfhidden Posted May 10, 2009 Posted May 10, 2009 Sorry to be a pain but I'm trying hard to do this but I'm stuck at the first hurdle. In index.php Find (around line 78) I should be looking for <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> but it doesn't exist in my index.php nor does <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> In fact I haven't any of the following codes in index.php: ?> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td> </tr> Any help would be appreciated. Quote
Halfhidden Posted May 10, 2009 Author Posted May 10, 2009 OK, looking into this in more detail I can see that the site I'm editing is a template site that has had extensive changes to the index.php. I've since downloaded the latest version of OS Commerce and used Winmerge to determine the changes. So far it seems to have worked. Quote
Halfhidden Posted May 10, 2009 Author Posted May 10, 2009 OK, looking into this in more detail I can see that the site I'm editing is a template site that has had extensive changes to the index.php. I've since downloaded the latest version of OS Commerce and used Winmerge to determine the changes. So far it seems to have worked. Unfortunately my shop has so many changes to all of the files listed in this mod that I cannot do the changes necessary, which is a real pity. I was so looking forward to using this as well :( Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.