Jump to content

products reviews stars + button link to review


Recommended Posts

you can use free product reviews module, it's a part of default prestashop package.

 

where i can find start button code & write review code ? so i can paste that code into product.tpl file? i can not find that script.

 

post-374708-0-13793300-1371629458_thumb.jpgpost-374708-0-13793300-1371629458_thumb.jpg

Edited by Bejo (see edit history)
Link to comment
Share on other sites

Hi,

 

for display product rate on catalog page use free BelVG module "Product List Rating". With it you can use {$product.rating_review} variable inside product-list.tpl. For example http://belvg.info/demo/prestashop/prestashop_154/3-music-ipods:

{if isset($product.rating_review)}
 {section name="i" start=0 loop=5 step=1}
  {if $product.rating_review le $smarty.section.i.index}
	  <div class="star"></div>
  {else}
	  <div class="star star_on"></div>
  {/if}
 {/section}
{/if}

 

Regards

Link to comment
Share on other sites

Hi,

 

for display product rate on catalog page use free BelVG module "Product List Rating". With it you can use {$product.rating_review} variable inside product-list.tpl. For example http://belvg.info/de...4/3-music-ipods:

{if isset($product.rating_review)}
 {section name="i" start=0 loop=5 step=1}
  {if $product.rating_review le $smarty.section.i.index}
	  <div class="star"></div>
  {else}
	  <div class="star star_on"></div>
  {/if}
 {/section}
{/if}

 

Regards

 

 

thx for share

 

how i can insert that code into {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}?

 

or

 

could you help me how move comment module from actionProductOutOfStock to technical name: displayLeftColumnProduct)

Link to comment
Share on other sites

Hi,

 

for display product rate on catalog page use free BelVG module "Product List Rating". With it you can use {$product.rating_review} variable inside product-list.tpl. For example http://belvg.info/de...4/3-music-ipods:

{if isset($product.rating_review)}
 {section name="i" start=0 loop=5 step=1}
  {if $product.rating_review le $smarty.section.i.index}
	  <div class="star"></div>
  {else}
	  <div class="star star_on"></div>
  {/if}
 {/section}
{/if}

 

Regards

 

 

thx for share

 

how i can insert that code into {if $HOOK_EXTRA_LEFT}{$HOOK_EXTRA_LEFT}?

 

or

 

could you help me how move comment module from actionProductOutOfStock to technical name: displayLeftColumnProduct)

Link to comment
Share on other sites

  • 1 month later...

Hello. When trying to install, an error occur: module not installed correctly - belvg_productlistrating (translated from IT). In folder /modules "belvg_productlistrating" folder is there. Tried to insert the code in product-list, but the stars (and in the source code too) doesn't show up. Can you help me ?

Ps. 1.4.7.3

 

Thanks

Link to comment
Share on other sites

  • 1 month later...

Hi all,

I have PS 1.5.

I installed the module "Product List Rating" by BelVG.

But I can´t find the product-list.tpl file.

Can you help me?

Thank you!

 

product-list.tpl file is located in your theme directory:

 

/themes/YOUR_THEME/product-list.tpl

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Hi rob, 

 

I review code PS 1.4.6.2 and hook "productListAssign" is exists. Do you have any errors while module installation? Does module appears in Backoffice->Modules->Position?

 

Regards

 

Hello and sorry for delay in reply. Well, when trying to install it, it show error:

Not succesfully installed modules (I translated it)

  • belvg_productlistrating

I can see it in module list with "V" installed in the module list, but the module it's not available in Backoffice->Modules->Position

 

Thanks.

Link to comment
Share on other sites

Hi rob,

 

did you use "Display non-positionable hooks" option in your search?

 

Regards

I use "display non-positionable hooks" and the module doesn't show up too. But In the dropdown selection list, I can see "Belvg product list rating". If I select it, it doesn't show in any position.

Link to comment
Share on other sites

  • 2 months later...

this module was tested only in PS 1.5

 

Are you sure it works in 1.5? I am using 1.5.6.1 and I do not see anything of your module on the front end..... Al your other (free :) modules work very good (very gratefull btw for all the free stuff you give away!) and there are no troubles at all with them.

 

I hope you have some time to look around and tell me what I am doing wrong. Website can be found at website.png

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...

Alexander,

after installing your module I've got raiting stars on product-list page. But stars are simply gray. How can I show real rating?

 

Hello,

Same question here, i'm using prestashop 1.5.6.0, and the 5 stars are gray.

Thanks in advance

Link to comment
Share on other sites

  • 2 years later...
Guest locen

Hello, 

Hi would put REVIEWS SECTION unser MORE INFO in product page, how i can make it?

post-1119372-0-74047100-1461674260_thumb.png

someone can help me? 

Link to comment
Share on other sites

  • 3 years later...

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