Search the Community
Showing results for tags 'product rating'.
-
I found a similar topic for an older version of PrestaShop, but none of the solutions in here worked for me: My issue is that the product reviews do not display correctly on my site. Next to the criterion there is now only one single star and a red error icon, like this: I tried resetting, then uninstalled/reinstalled the module, nothing changed. My PrestaShop version is 1.7.8.3, I am working on a child of the Classic theme. Does anybody know how to fix this?
-
Hi everybody! I just published a new tutorial: In this one, we'll see how to display the star rating under eachproduct name in the product list. here is the link http://nemops.com/prestashop-product-rating-product-list/ Cheers! Fabio
- 17 replies
-
- 4
-
-
- product rating
- starts
-
(and 2 more)
Tagged with:
-
Hello! I am using PS 1.6.0.8 (theme: default-bootstrap) and I want to see the product rating stars when a user adds a comment either as a GUEST / USER. Right now the stars are not showing (please see img 1) however in the "productcomments.tpl" i can see there is something that has to do with the stars: {if $criterions|@count > 0} <ul id="criterions_list"> {foreach from=$criterions item='criterion'} <li> <label>{$criterion.name|escape:'html':'UTF-8'}:</label> <div class="star_content"> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="1" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="2" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="3" checked="checked" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="4" /> <input class="star" type="radio" name="criterion[{$criterion.id_product_comment_criterion|round}]" value="5" /> </div> <div class="clearfix"></div> </li> {/foreach} </ul> {/if} So, how to enable stars? There is something from Admin panel, or I need a code modification? Thank you!!!
-
Dear Prestashop communicty, a couple of months ago we set up our new Hermeswein webshop. We're now looking for a good module to push user feedbacks/ product ratings in our shop. From what I can see the standard Prestashop rating function does not offer the function we're looking for. What I have in mind is a rating / review module that... reminds the buyer, say, three weeks after the purchase, via eMail and an direct link to the rating form to rate the purchased products. When the buyer clicks that link he sees all products which he has bought and can directly rate the products in that list (similar to the eBay rating function) Is there a module available that supports such a function? Best regards and thanks a lot in advance, Stefan
- 15 replies
-
- product rating
- product review
- (and 6 more)
-
Hello tout le monde, Je vous propose de vous facilitez la vie et je vous mets à disposition les fichiers nécessaire pour disposé des fameux google rich snippets pour son site. Attention, ceux-ci on été modifier pour la version 1.5.2 de PS Voici ce qui faut faire. 1. télécharger l'archive en bas de page 2. sauvegarder les fichiers suivant présent dans votre Thème Product.tpl thème \ module \ productcomment \ productcomments.tpl thème \ module \ productcomment \ productcomments-extra.tpl thème \ js \ product.js 3. mettre les fichiers de l'archive en place 4. tester si cela fonction avec l'outil de google : http://www.google.co...chsnippets?url= Je vous invite à tester l'outils de google avec le lien suivant, provenant de mon propre site : http://www.entre-cop...-desigual-.html Il ne me reste plus cas trouver comment mettre les petites étoiles dans le product-list.tpl , afin qu'elle soit visible sur le listing des produits dans une catégorie ( juste en dessous des photos de produits ). Bien a vous johan google rich snippets.zip
- 20 replies
-
- product rating
-
(and 2 more)
Tagged with:
-
Despues de instalar el modulo y ver que a otros si les funciona correctamente....a mi, al entrar en cualquier producto, me casca y me sale este error Error: SELECT command denied to user ''@'localhost' for table 'i3d_ratings' Desde el phpmyadmin puedo entrar a esa tabla sin problema y tiene los mismos permisos que otras...os suena este error?
-
Hi, I'm developping a site (1.5.3) in catalog mode and it's all about ratings. What I need is a module that allows me to show some "best rated products" blocks and "worst rated products" blocks by category. Any help? and how much will it cost? Thanks Bob
-
Dear Prestashop community, a couple of days ago I started a post to find a review/ rating module that sends automatic "reminder" eMails to customers to remind them (with a direct link to the product) to rate the product. I would've also been happy with a module that only shows the customer a list of all the purchased products with links to the product pages to rate them. Unfortunately such a module does not seem to exist: http://www.prestasho...__fromsearch__1 As a mitigation I had two "quick fix" ideas in mind: Change the existing "Order History Page" to display all ordered items (with links to the product page) without the need to click on each order. By clicking on the purchased item the user could directly be sent to the product detail page with the respective review-section. Create a new eMail template (which could be sent semi-automatically by selecting a new status in the order-liste) containing the purchased products (and links to the product page). However I do not yet know how to include the products and the links to the product pages in such an eMail. In the standard-templates there's only the hook {products} which lists product name, number, price, quantity, ..., but not the pure product name with a link to the product page. Does anyone of you know how to realize one of the above mentioned quick fix ideas? All I'm trying to do is having a basic review functionality that is easy to use by my customers... :-/ Best regards and thanks a lot in advance, Hermeswein
- 3 replies
-
- purchased products
- product review
- (and 8 more)