Question

I'm using magento 1.7. I want export product reviews from magento. For that, I want to find the store and store view codes of the product review. I tried the below, But It does not work.

$review_store = Mage::getModel('review/review')->getStoreId();
$review_storviews = Mage::getModel('review/review')->getStores();

How to get the store and store view from product review object?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top