The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

Is there a way to know the “Model name” that was used to get the “Collection” in Magento?

In pager.phtml in Magento, the data can be coming from many different sources. Example: pager.phtml is used to get the reviews, tags, products, etc. In pager.phtml, the count of items shows as ...
-4
votes
1answer
58 views

Google Play Reviews & Comments Bug [closed]

I have strange situation here which is when I open my app from Google play like Ebadaty: The review stats only appear and no comments at all. It shows: User Reviews No fans or critics yet? Be the ...
0
votes
0answers
72 views

Remove link 'add your review' from upsell product grid in magento product view page

I am displaying upsell product in product view page in grid format. Now problem is by using code <?php echo $this->getReviewsSummaryHtml($_link, 'short') ?> it displays me 2 links under ...
-3
votes
1answer
60 views

Request iOS reviews with PHP

I have an app in the appstore and I want to display a review count and the average stars of the app. I tried to do this with php, but I failed. This is the link of the rss feed of my app. ...
0
votes
1answer
62 views

iTunes Connect: how to follow (properly) reviews with an RSS reader/agregator?

In Itunes Connect, there is for each app a RSS url (like https://itunes.apple.com/cn/rss/customerreviews/id=XXXXXXXXX/sortBy=mostRecent/xml?l=fr) to follow the user reviews. I copy/pasted this URL in ...
0
votes
1answer
139 views

Magento: how can I show all reviews of all products on a cms page

I want to show all my reviews of all the products on a cms page. Does anybody know ho to do this? I'm using Magento 1.4.2
1
vote
1answer
22 views

ACS reviews callback

I have an Appcelerator question. Is there somekind of callback for new ACS reviews? One way to do this is to make the app refresh every x-seconds.. but this will quickly use too much resources. ...
0
votes
1answer
43 views

Allow customers to remove their product reviews in Magento

I've not been able to find anything. No built-in functionality, no modules, and nothing about anyone trying to do this. Now, the reason I need to know this is because I have a customer that would like ...
0
votes
0answers
124 views

vmError: Cant save rating/review/vote without vote/product_id virtuemart reviews and rating [closed]

I got this error. I cant publish user's comment, reviews and ratings for product in administrator page in virtuemart component(in Reviews and Rating). When I want to publish this reviews and rating I ...
0
votes
0answers
81 views

Writing a webcrawler for reviews?

For my NLP project I'm part of a team who is responsible for writing a web crawler that can get review content for different kinds of products from different sites. I would ideally like to have a ...
1
vote
0answers
70 views

I got a dozen 1-star reviews on day one! I suspect these are fake competition ratings [closed]

My iOS app got a bunch of 1-star reviews on day one only to slowly recover ratings in the following days. The strange thing is that mone of these reviews had a comment and every country showed the ...
2
votes
0answers
134 views

“Rate this app” stopped working on iOS

The "rate this app" link stopped working from all my iOS published apps. Now when I hit the "rate it" button I get the following error message from the app store: "Error Cannot connect to iTunes ...
0
votes
0answers
94 views

rich snippet microdata nesting events in review and vice versa

So i am working on this app that has bunch of events (at a discrete date) and i also have reviews associated with it. I was wondering if there is a way to combine these two somehow. i haven't found ...
0
votes
0answers
79 views

simple machines forum post on my website

I want users can post their review on hospital available on my site. all hospitals are coming from database. I am using simple machine forum. I have seen on www.novasans.com/forum that this is ...
1
vote
1answer
249 views

PHP Code to pull in Amazon product reviews (AWS)

When I google for this subject, it looks like Amazon has been pretty protective, and only allows an ugly iFrame to show reviews on our own website. That said, there are discussions which talk about ...
1
vote
1answer
190 views

How can i add a review useful vote system in magento?

I want to add a thumbs up / thumbs down system to the magento review system and don't quite know where to start. What are the files that control the review and how would I go about extending it to fit ...
1
vote
0answers
811 views

Crawling data from Amazon

I need to crawl data from Amazon. Specifically, I need the crawler to crawl only specific type of products (say books), retrieve all its reviews (review title, review content, review rating, # users ...
0
votes
0answers
12 views

Can you just fix minor problems in a ReviewBoard review?

We use svn, with ReviewBoard, and have manditory pre-commit reviews in ReviewBoard. The one part of the process that it would be really nice to improve is, when a reviewer makes a comment on code, if ...
2
votes
1answer
186 views

Open Source customer review system in Django, or any other Python framework [closed]

I want to implement an opinion or customer review system, kind of Disqus, or comments for models in Django, with some extra work on processing this reviews. I have been googling and searching in ...
0
votes
1answer
122 views

Google Places API Reviews, changing the sorting order?

Well according to the docs https://developers.google.com/places/documentation/#PlaceDetails the Google Places API is now able to display 5 reviews from a specific location which is pretty awesome! But ...
25
votes
4answers
2k views

Protect from fake reviews on Google Play [closed]

I published my Android app to Google Play and everything was fine. I got about 5000 user reviews with an average 4.6 mark. But at some moment I started getting lowest mark with an insane speed. ...
2
votes
3answers
88 views

Customer Review Section? in PHP

I'm relatively new to PHP. I want to give my users the ability to write reviews of businesses that are located on my website but I'm not sure how to implement the code. In the below URL I want my ...
0
votes
1answer
535 views

Google Review on my Website

I am wondering if anyone knows of a way to feed google reviews into my website? I would like it to be kinda of a testimonial type page. Or if i could feed it with a slider reviews that would be really ...
0
votes
0answers
118 views

Not all reviews appearing on Category page in magento

I am having an issue with Category pages, in list view. They show 1 product review when there are numerous ones. Look at the following link. http://www.colbrookkitchen.com/cool-tools.html?p=2 Do a ...
1
vote
2answers
167 views

Fake reviews datasets

There are datasets with usual mail spam in the Internet, but I need datasets with fake reviews to conduct some research and I can't find any of them. Can anybody give me advices on where fake reviews ...
0
votes
0answers
301 views

A review/commenting django app with a rating and liking features

I am searching for a Review & Rating and Vote on the Review django app. I have searched for many, but didn't get anything like the django comment app. Basically, I require an app which can do the ...
0
votes
2answers
679 views

Calling invoice number and customer email on success.phtml

I need to call the invoice number and customer email on magento success.phtml grammatically. I need this for pre-populated email for resellerrating exit survey code. <link rel="stylesheet" ...
0
votes
2answers
1k views

Magento - Review helper

I'm trying to instantiate the review helper class but failing.. I need to access getReviewsSummaryHtml() of class Mage_Review_Block_Product_View (app/code/code/Mage/Review/Block/Product/View.php). ...
1
vote
0answers
145 views

Which API to use to find a Product's User based Reviews?

I have list of some non IT products and I need to find user reviews for it. I tried using Google API, Google Shopping API and Bing API, the results were not pleasing enough. Thus, the questions are: ...
4
votes
2answers
296 views

Find out programmatically who has given 5 star rating to our iPhone app

I see many apps saying that "if you give 5 star rating to our app you will receive 1000 coins." The user can use these coins in the downloaded app. I want to implement the same feature. How can we ...
0
votes
2answers
496 views

API for leaving an iTunes review in-app

Is there such an API for leaving an iTunes review in-app? Or is there something else I could use? What sort of solutions have you come up with? Cheers guys, look forward to your ideas and experiences ...
0
votes
1answer
689 views

Add additional text field to magento review

I'm trying to add an additional text field to magento's product review. It looks like maybe this would need to live in the 'review_detail' table, but beyond creating the column in the db and adding ...
0
votes
1answer
532 views

How to get reviews from Google Books API with PHP

I'm struggeling with getting reviews back from the Google Books API in PHP. I've tried almost everything, but without much luck so far. To try this, I've started with the examples provided by Google ...
2
votes
0answers
223 views

What are the differences between the books “The Clean Coder” and “Clean Code”? (both written by Robert C. Martin) [closed]

What are the differences between the books "The Clean Coder" and "Clean Code"? (both written by Robert C. Martin). I heard a lot about the book "Clean Code", but when I buy I also found another book: ...
0
votes
1answer
507 views

Only members can post reviews in magento

I'm novice in Magento and I can't find option that reviews can post only members. I search it about 4 hours... Sorry for my bad English and lame question
0
votes
1answer
200 views

How do I access my facebook page's reviews from the Graph API?

I have been trying to pull the reviews left on my facebook page. I tried following the advice given from this question. However, when I try this, I only get the reviews left specifically for the ...
0
votes
3answers
335 views

Get restaurant reviews from other review sites

I am building a restaurant review site using php. I wanted to know how to show reviews from other reviews sites. For example check this link to see how google is picking up reviews from other sites. ...
0
votes
2answers
194 views

Magento question? How to loop add reviews in the table?

I attempt through the circulation increase the commentary the data, has the following code $i=1; while($i<=2){ ...
0
votes
1answer
58 views

Facebook getting the stars on the auth request

this might be a simple question but I can't find any info on it, I'm looking for a way to show a star rating when an application on facebook is requesting access. On the request for permission page ...
5
votes
4answers
2k views

Are there RSS feeds for iOS apps' reviews on the app store?

I am interested in getting an RSS feed for new customer reviews for my app on the app store, does Apple provide an RSS feed for new app reviews?
1
vote
1answer
932 views

how to get all reviews of new products on home page

I need to show new products on home page with all reviews. I got new products by adding new product widget on home page cms. Can anybody suggest me how to get reviews of these products by editing new ...
6
votes
2answers
4k views

Reviews/Comparison of Open Source ASP.NET MVC CMS

I am looking for an open source CMS for ASP.NET MVC. I have found MvcCms, N2, and AtomicCMS. I'm looking for any advice, anecdotes, resources or articles comparing the different open source projects ...
1
vote
0answers
99 views

Web Application Review Sites

I am looking for sites like http://web.appstorm.net/why-quick-look/ but i haven't found a site quite like it.Appstorm reviews your web application and you have to part ways with $49.What alternatives ...
1
vote
2answers
606 views

Facebook “Reviews” Tab Data — Where is it stored in Graph API and how to access it?

I'm totally stumped here. I'm trying to get access to the data that appears under the reviews tab in the Facebook Page http://facebook.com/freemanfoxx (Page ID=149530265092626). I've figured out that ...
7
votes
1answer
2k views

WP7 Link to Buy App/Reviews

I have seen in some applications they link directly to the Review page of their application. It also states here that developers should "Provide a way for users to buy your trial application before ...
0
votes
1answer
241 views

I am not a programmer. How does pulling Yelp reviews into a website work? [closed]

I have read the Yelp developers section and have a few outstanding questions. Notably: Do you need to partner with Yelp at all, or do they just approve your API use and let you get on with it? Do ...
6
votes
6answers
3k views

Is CakePHP preferable for a large scale web application? [closed]

I am a good PHP developer and wanted to develop a large scale web application in PHP. I was thinking about using the CakePHP framework. Is CakePHP good for large scale web applications? Should I ...
2
votes
1answer
39 views

Need a tool to review flash content

Are there any review tools out there that can load swf's and allow comments to be written against them? Thanks
1
vote
3answers
639 views

Django 5 star Reviews

I am new to programming and I just jumped in to Django and I need a bit of help. I downloaded the generic reviews model off of Google code and I have no clue how to implement it. Can anyone pass ...
5
votes
3answers
588 views

Do you check out potential employers on the review sites - are they accurate? [closed]

I've recently checked out some reviews of potential employers on sites like JobVent, Telonu, and Glassdoor. The reviews tend to skew negative as might be expected, so I'm wondering how useful they are ...

1 2