bbott Posted August 2, 2005 Share Posted August 2, 2005 Hey Everyone, I just recently developed a client's website and am in the process of working out the bugs. The website is http://www.njmuscle.net Here is my issue, on the front page I have the "Featured Product Review Box" located along the left hand column. This appears correctly but when you click on it, the review is all messed up - says it was posted 1969, pictures are missing, etc. Here is the example of when you click on it: http://www.njmuscle.net/product_reviews_in...6383a2e4afe9cb4 The wierd thing is... if you go to that product, view it's description, and then click on reviews - the review comes up and appears just fine! It's only when you try to read the featured product review on the homepage. Here is an example of when you click on the review via the product description page: http://www.njmuscle.net/product_reviews.ph...0f3f9aa7f7ee598 Works fine! Does anyone know how to fix this issue? Your help is greatly appreciated! Thank you. Link to comment Share on other sites More sharing options...
Guest Posted August 2, 2005 Share Posted August 2, 2005 Hey Everyone, I just recently developed a client's website and am in the process of working out the bugs. The website is http://www.njmuscle.net Here is my issue, on the front page I have the "Featured Product Review Box" located along the left hand column. This appears correctly but when you click on it, the review is all messed up - says it was posted 1969, pictures are missing, etc. Here is the example of when you click on it: http://www.njmuscle.net/product_reviews_in...6383a2e4afe9cb4 The wierd thing is... if you go to that product, view it's description, and then click on reviews - the review comes up and appears just fine! It's only when you try to read the featured product review on the homepage. Here is an example of when you click on the review via the product description page: http://www.njmuscle.net/product_reviews.ph...0f3f9aa7f7ee598 Works fine! Does anyone know how to fix this issue? Your help is greatly appreciated! Thank you. <{POST_SNAPBACK}> Try looking at includes/languages/english/product_reviews_info.php and you should be able to correct the (T of 5 stars) issue. And for some reason it is calling for an image by the name of T in your includes/images directory with not extension like jpg or gif. If it works for you in the product_reviews.php and not in the product_reviews_info.php see if you can compare the two. btw you want to compare the product_reviews.php and the product_reviews_info.php from your catalog root folder. The includes/languages/english/ php file is for editing just the text that people see. Where there is the T of 5 stars in this english directory product_reviews_info.php you probably have a extra comma or slash somewhere. Hope i didnt confuse you too much! Good Luck! Matt Link to comment Share on other sites More sharing options...
bbott Posted August 2, 2005 Author Share Posted August 2, 2005 Try looking at includes/languages/english/product_reviews_info.php and you should be able to correct the (T of 5 stars) issue. And for some reason it is calling for an image by the name of T in your includes/images directory with not extension like jpg or gif. If it works for you in the product_reviews.php and not in the product_reviews_info.php see if you can compare the two. btw you want to compare the product_reviews.php and the product_reviews_info.php from your catalog root folder. The includes/languages/english/ php file is for editing just the text that people see. Where there is the T of 5 stars in this english directory product_reviews_info.php you probably have a extra comma or slash somewhere. Hope i didnt confuse you too much! Good Luck! Matt <{POST_SNAPBACK}> I restored these files to the original state - but still receive the error. Any ideas ? Link to comment Share on other sites More sharing options...
OceanRanch Posted August 2, 2005 Share Posted August 2, 2005 Edit product_reviews_info.php search and replace find: $review replace with: $myreview Complements of thread http://www.oscommerce.com/forums/index.php?showtopic=68653&hl= HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.