Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Created December 31, 2016 17:46
Show Gist options
  • Save gelanivishal/c8c4edd05993aca9473b3e6d37910feb to your computer and use it in GitHub Desktop.
Save gelanivishal/c8c4edd05993aca9473b3e6d37910feb to your computer and use it in GitHub Desktop.
<?php
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$reviewFactory = $objectManager->create('Magento\Review\Model\Review');
$storeId = $this->_storeManager->getStore()->getId();
$reviewFactory->getEntitySummary($product, $storeId);
$ratingSummary = $product->getRatingSummary()->getRatingSummary();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment