Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Featured Products


kewlgoods

Recommended Posts

Hello All,

 

I am having a problem with the featured products contrib. I have installed everything sucessfully and can add items to the featured products in the admin. Problem is as soon as i point index.php to FEATURED_PRODUCTS from NEW_PRODUCTS it just goes blank.

 

Once I tweaked featured_products.php /catalog/featured_products.php, I was able too see all of my featured products on that page. I would like to see my featured products in the same format as newproducts on index.php. Can anyone help?

 

http://www.kewlgoods.com/featured_products.php - Here is featured_products working fine!

 

Thanks in advance!

Link to comment
Share on other sites

Hello All,

 

I am having a problem with the featured products contrib. I have installed everything sucessfully and can add items to the featured products in the admin. Problem is as soon as i point index.php to FEATURED_PRODUCTS from NEW_PRODUCTS it just goes blank.

 

Once I tweaked featured_products.php /catalog/featured_products.php, I was able too see all of my featured products on that page. I would like to see my featured products in the same format as newproducts on index.php. Can anyone help?

 

http://www.kewlgoods.com/featured_products.php - Here is featured_products working fine!

 

Thanks in advance!

 

 

Hi there! Sweet shop! I am also having this problem.. :( i cant seem to find anyone with an answer that works for this problem

please send me a PM if you find a solution for this! :)

Link to comment
Share on other sites

Hi there! Sweet shop! I am also having this problem.. :( i cant seem to find anyone with an answer that works for this problem

please send me a PM if you find a solution for this! :)

 

 

Thanks! We have put alot of work into it :) I will let you know if we figure this one out...

Link to comment
Share on other sites

  • 3 weeks later...
Hello All,

 

I am having a problem with the featured products contrib. I have installed everything sucessfully and can add items to the featured products in the admin. Problem is as soon as i point index.php to FEATURED_PRODUCTS from NEW_PRODUCTS it just goes blank.

 

Once I tweaked featured_products.php /catalog/featured_products.php, I was able too see all of my featured products on that page. I would like to see my featured products in the same format as newproducts on index.php. Can anyone help?

 

http://www.kewlgoods.com/featured_products.php - Here is featured_products working fine!

 

Thanks in advance!

 

Hi Dave & Alexander,

 

I've installed the Featured Products contribution and it works fine for me.

 

There seems to be one mistake about what you say for your index.php file:

You have to replace "FILENAME_NEW_PRODUCTS" by "FILENAME_FEATURED" (and *not* by "FILENAME_FEATURED_PRODUCTS" - that won't work!)

 

It should look like this:

 

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

 

And don't forget that you have to make this modification twice in this file.

 

That's true that you shop looks good!

 

Regards,

 

-Ben Martin

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