Questions tagged [review]

Reviews or Product Reviews in magento offer the ability for customers to share there experience and reviews for a product on the store. They gives more credibility and better ranking in google.

352 questions
5
votes
2 answers

Adding custom fields to review form

I need to add custom text field to "add review" form, for example email. There are already some threads on web where people are asking the same thing, but none of them has a solid answer. Most suggest to modify core files directly, or run manual SQL…
Marvin3
  • 639
  • 4
  • 13
  • 26
3
votes
1 answer

How to set the date of a review programatically

I am trying to import some reviews programatically. I am using the following code: $review =…
Matthew Dolman
  • 241
  • 4
  • 13
2
votes
2 answers

Disable reviews page

I have successfully added "reviews list" and "add review form" to the product page. Now I just want to completely disable reviews page (http://example.com/review/...)? (so search engines won't accidentally find and crawl it, noindex and canonical…
Marvin3
  • 639
  • 4
  • 13
  • 26
1
vote
1 answer

change the default text Add Your Review to write review

As per requirement i need to change the default text "Add your review" to "write review". I want to know which file is containing that default text.
Simmi
  • 95
  • 1
  • 7
1
vote
1 answer

Magento reviews page template url

Is it possible to use two different layouts for these two review page URL's? http://www.domain.com/laptop1-reviews http://www.domain.com/review/product/list/id/33661/ Both display exactly the same content. But is it possible to display on one of…
JGeer
  • 1,418
  • 11
  • 59
  • 122
1
vote
0 answers

SCP (Simple Configurable Products) and Product Reviews

I have a working shop system with installed SCP. Whenever I want write a new product review, I get the error message: Please specify the product's option(s). As I can see, the action for the review form links to this…
DaFunkyAlex
  • 398
  • 1
  • 5
  • 15
1
vote
1 answer

After I approve a review how do I save it onto my website?

I have had my first sale and the customer purchased 5 products , then wrote a review about each item. I approved them in admin but it's not showing up on my website when you click on that particular item. Is there a way for me to decide what review…
1
vote
0 answers

How to display review image on review gird in adminhtml?

I add a review_images in review_detail,and I can add images form product page. And now I want to display review images in All Reviews list in admin. public function getReviewImages($reviewId){ $collection =…
ella
  • 21
  • 3
1
vote
3 answers

How to add product reviews progmatically

I want to add product reviews programatically with some custom fields defined on my code below $review = Mage::getModel('review/review') ->setEntityPkValue(intval($pressquote->product_id)) //product…
Netorica
  • 471
  • 1
  • 7
  • 24
0
votes
1 answer

Review Summery dosen't show up

I use the bellow code to display short review summery. 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…
user15151
  • 581
  • 1
  • 8
  • 26
0
votes
3 answers

Blank product review page

Hi I'm fairly new to Magento so this might be a stupid question. I'm using default/carparts theme for my website. The problem is that the product reviews page is always blank like this: Previous reviews and review form are not showing. I believe…
zxwang
  • 11
0
votes
3 answers

All reviews on one page

How can I display all the reviews of the products on a single CMS page? I have found a module: http://www.magentocommerce.com/magento-connect/all-reviews.html, but it is nog compatible with 1.9.
mckbgrd
  • 1
  • 4
0
votes
1 answer

Customising Product review block/tab Text string in magento 1.9

Within Magento product review tab. I have searched for the source code file of following string: "You're reviewing: " to write something else than this. Been looking in several files but not able to find it. In files…
0
votes
1 answer

Magento 2 . How to place review form in the Items Ordered (sales/order/view/order_id)

Can any one suggest. how to place review form in the Items Ordered (sales/order/view/order_id) Magento 2
Vipin
  • 31
  • 4
0
votes
1 answer

Magento 1 - Convert type Administrator to Guest in Reviews

I would like to change my own created reviews from type Administrator to Guest. Normally it should be an easy change inside the database but it isn't. I investigated the database with no luck. Type Customer has customer's id number value set up in a…
ADDISON74
  • 597
  • 1
  • 6
  • 16
1
2