Jump to content
thirty bees forum
  • 0

Which customer product review module?


30knees

Question

24 answers to this question

Recommended Posts

  • 0

@slick_303 said in Which customer product review module?:

I'd love the ability to give people points for submitting reviews....

I was working on something like that ;) Right now I have postponed it. I love the idea to award your customers with points, when they do certain actions. But to make this "game" fun, you need already a serious customer base.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

@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.

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

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...