0

I use the bellow code to display short review summery.

<?php echo $this->getLayout()->createBlock('review/helper')->getSummaryHtml($product, 'short', false); ?>

What is wired to me is that on one web site it works, but on another one it want show up anything. And I use multiple domains. Any ideas?

user15151
  • 581
  • 1
  • 8
  • 26
  • Are you using different theme for different websites ? I assume you have single Magento with multiple website setup – Akhilesh Patel Jan 10 '16 at 17:19
  • Hi Akhilesh, that is correct. I'm using different themes. Have a single Magento, with multiple website. Any idea? – user15151 Jan 10 '16 at 18:03
  • Hi, my bad. I just sow that reviews are related to view store. Now, with the write store view I managed to displayed it correctly. Thanks Akhilesh for your effort. – user15151 Jan 10 '16 at 18:26
  • @user15151 could you post your last comment as an answer to this question? Thanks. – Arjen Miedema Jan 16 '16 at 13:44

1 Answers1

0

my bad. I just sow that reviews are related to view store. Now, with the write store view I managed to displayed it correctly. Thanks Akhilesh for your effort.

user15151
  • 581
  • 1
  • 8
  • 26