Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted

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.

Posted
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 :(

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...