Jump to content
thirty bees forum
  • 0

Which customer product review module?


Question

24 answers to this question

Recommended Posts

  • 0
Posted

@mdekker I'm new to PS/TB and haven't tested it yet, but I remember that merchants complained about it.

@lesley What are the main features missing, in your opinion?

  • 0
Posted

Good idea! I'm looking into this module: https://addons.prestashop.com/en/customer-reviews/17896-store-reviews-product-reviews-google-rich-snippets.html Integrating it into the cutomer loyalty module would be neat.

  • 0
Posted

I like the look of this one https://addons.prestashop.com/en/customer-reviews/19010-voucher-on-comment.html

Too bad it's still too much money for me :moneywithwings: I'd still rather just have it give ppl X points, rather than actually make a voucher tho.

  • 0
Posted

Something to consider for reviews (this site has a lot of decent research)

(it might actually be worthwhile to set up a crowdfunding to get them to audit the default theme and make UX recommendations)

https://baymard.com/blog/user-ratings-distribution-summary

  • 0
Posted

@mdekker

I do not know if it's due to the reviews module, but after receiving a few feedbacks from customers, Google shows the number of reviews and stars in search results! Great work guys!

  • 0
Posted

@lesley

No, at the moment only Product Comments v4.0.3 module. I will install JSON + LD today, I just read about him, thank you!

  • 0
Posted

Thanks!

Small tip: If your language has variants of the word review, you can modify the /themes/yourtheme/modules/productcomments/productcommentsreviews.tpl file by modifying line 20, e.g.

        <span class="nb-comments">
                {if $nbComments==0}
            {l s='0 review' mod='productcomments'}
                {elseif $nbComments==1}
            {l s='1 review' mod='productcomments'}
                {elseif ($nbComments>1) && ($nbComments<5)}
            {$nbComments} {l s='2-4 review' mod='productcomments'}
                {elseif $nbComments>=5}
            {$nbComments} {l s='review(s)' mod='productcomments'}   
                {/if}
        </span>

After saving the file you can translate the phrases in the admin panel.

  • 0
Posted

@baarssen Thanks! I bought it and it seems to be working. I have no products loaded yet because I cannot get the migration pro module to connect to the source to load the old db.products etc;

  • 0
Posted

@basix101 contact the developer if you have checked everything what is recommended to connect to your source shop. When everything is good including the permissions on the img folder in the target shop it should work(the migration module)

  • 0
Posted

@baarssen

I ended up contacting the developer who got back really quick.

The problem was the shops were in Maintenance Mode DUH?

Just a heads up for anyone who has the module and can't connect, the shops have to be LIVE.

After getting everything set up the module worked perfectly. I now have all my data back, and am happy.

  • 0
Posted

Ehm, you are talking about this one: https://addons.prestashop.com/en/customer-reviews/17896-store-reviews-product-reviews-google-rich-snippets.html ?`

you once have to make a connection to the author of the module to get your product_comments migrated and then you can run it on your own without script connecting to their server?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...