kewlgoods Posted March 18, 2007 Posted March 18, 2007 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! Quote
Guest Posted March 23, 2007 Posted March 23, 2007 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! :) Quote
kewlgoods Posted March 26, 2007 Author Posted March 26, 2007 Hi there! Sweet shop! I am also having this problem.. :( i cant seem to find anyone with an answer that works for this problemplease 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... Quote
benspun Posted April 16, 2007 Posted April 16, 2007 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 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.