Reviews not showing on product pages

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeReviews not showing on product pages

This topic has been marked as resolved.

I have enabled reviews in the OC admin. However, none of the saved and activated reviews are showing on product pages. I can see the rating/stars, i.e. if a product has a rating. But the review text isn’t showing on the product pages with your theme.

October 17, 2011 at 11:14 am #2614

Hi,

Have you checked this issue with the default OpenCart theme. We haven’t experienced such a problem until now.

Could you send us your website address and ftp so we could check? A screenshot will help as well.

Best regards,
ThemeBurn team

October 17, 2011 at 1:17 pm #2633

This was an error related to prettyPhoto which I removed and replaced with Fancybox. Now fixed.

November 11, 2011 at 3:16 pm #3455

We will be grateful, if you give more information about this issue, so we could fix it in future updates.

Steps that invoke the problem and the browser you have used.

Thanks,
ThemeBurn team

November 14, 2011 at 12:23 am #3489

The issue was between Prettyphoto and Fancybox in product.tpl. I thought I had removed all references to Prettyphoto but had missed to remove the reference to Prettyphoto between:

AND

jQuery( function($) {
$(“.s_tabs”).tabs({ fx: { opacity: ‘toggle’, duration: 300 } });

$(“.s_review_write, .s_total a”).bind(“click”, function() {
$(‘.s_tabs’).tabs(‘select’, ‘#product_reviews’);
});

$(‘#review .pagination a’).live(‘click’, function() {
$(‘#review’).slideUp(‘slow’);
$(‘#review’).load(this.href);
$(‘#review’).slideDown(‘slow’);

return false;
});

$(‘#review’).load(‘index.php?route=product/product/review&product_id=’);

});

So this wasn’t a “Shoppica” error.

November 14, 2011 at 12:53 am #3496

Thanks for the post anyway! It could could help someone with a similar issue.

Best regards,
Svetoslav

ThemeBurn team

November 14, 2011 at 11:15 am #3504
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.