Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Featured Product Support (adding featured manufacturer)


Guest

Recommended Posts

HI team, I love the featured product contribute but am looking to enhance it a little. at the moment it only shows a featured product, what i'm looking to do is add a featured manufacturer to it two, within the same contrib.

 

It shouldn't be too hard, all we would have to do is is make the admin, featured products selection box be able to "call" and select options from the manufacturer database as well as the product database.

 

Can any body help?

 

Thanks

 

Mitchell

Link to comment
Share on other sites

Actually Im having a minor issue with this contrib maybe someone can help me out with, My New Products box is still there along with my featured products box. I cant figure out how to remove it so its just my featured items box showing.

 

Hey buddy

 

catalog/index.php

 

Step 13:
edit /catalog/index.php and change the two instances of FILENAME_NEW_PRODUCTS to FILENAME_FEATURED

FIND:

	  <tr>
		<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
	  </tr>

ADD BEFORE:

<tr>
<td><?php include(DIR_WS_MODULES . FILENAME_FEATURED); ?></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...