Jump to content

Search the Community

Showing results for tags 'product rating'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 9 results

  1. 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?
  2. 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
  3. 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!!!
  4. 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
  5. 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
  6. 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?
  7. 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
  8. Where can i get free module for product rating? May be there is a free module for prestashop 1.4x. Thanks
  9. 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
×
×
  • Create New...