Bejo Posted June 19, 2013 Share Posted June 19, 2013 thank you for sharing, anybody know how to add star review and bottong link to add review on product tpl like image below here: Link to comment Share on other sites More sharing options...
vekia Posted June 19, 2013 Share Posted June 19, 2013 you can use free product reviews module, it's a part of default prestashop package. Link to comment Share on other sites More sharing options...
Bejo Posted June 19, 2013 Author Share Posted June 19, 2013 (edited) 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. Edited June 19, 2013 by Bejo (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted June 19, 2013 Share Posted June 19, 2013 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 More sharing options...
Bejo Posted June 19, 2013 Author Share Posted June 19, 2013 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 More sharing options...
vekia Posted June 19, 2013 Share Posted June 19, 2013 i moved all questions related to the comments review to the new thread. Link to comment Share on other sites More sharing options...
Bejo Posted June 19, 2013 Author Share Posted June 19, 2013 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 More sharing options...
Alex Simonchik BelVG Posted June 21, 2013 Share Posted June 21, 2013 (edited) Hi, for using my code inside HOOK_EXTRA_LEFT, your module must be registred into Left hook Edited June 21, 2013 by Alexander Simonchik (see edit history) Link to comment Share on other sites More sharing options...
scenteddelights Posted August 6, 2013 Share Posted August 6, 2013 you can use free product reviews module, it's a part of default prestashop package. i just reinstalled prestashop, but i do not have a product review module standard. or maybe i'm jsut missing it, what is the module called? Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 This module is called "product comments" with this addon you can create product "reviews" feature Link to comment Share on other sites More sharing options...
rob84 Posted August 10, 2013 Share Posted August 10, 2013 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 More sharing options...
fcoitino Posted September 11, 2013 Share Posted September 11, 2013 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! Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 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 1 Link to comment Share on other sites More sharing options...
rob84 Posted September 15, 2013 Share Posted September 15, 2013 I would love it for PS 1.4 . Any clue to get it working ? Link to comment Share on other sites More sharing options...
rob84 Posted September 19, 2013 Share Posted September 19, 2013 I would love it for PS 1.4 . Any clue to get it working ? up Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted September 30, 2013 Share Posted September 30, 2013 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 Link to comment Share on other sites More sharing options...
rob84 Posted October 11, 2013 Share Posted October 11, 2013 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 More sharing options...
Alex Simonchik BelVG Posted October 11, 2013 Share Posted October 11, 2013 Hi rob, did you use "Display non-positionable hooks" option in your search? Regards Link to comment Share on other sites More sharing options...
rob84 Posted October 11, 2013 Share Posted October 11, 2013 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 More sharing options...
Alex Simonchik BelVG Posted October 11, 2013 Share Posted October 11, 2013 Ok rob, in this situation I can't get you more info without access to you site. I am sorry, but this module was tested only in PS 1.5, and doesn't have support more older versions, so if you want get stable version for PS 1.4 I suggest to you to contact with our support team for getting quote for this work. Regards Link to comment Share on other sites More sharing options...
petert Posted December 13, 2013 Share Posted December 13, 2013 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 Link to comment Share on other sites More sharing options...
nimuravka Posted March 18, 2014 Share Posted March 18, 2014 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? Link to comment Share on other sites More sharing options...
Sébastien L Posted March 29, 2014 Share Posted March 29, 2014 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 More sharing options...
Guest locen Posted May 5, 2016 Share Posted May 5, 2016 Hello, Hi would put REVIEWS SECTION unser MORE INFO in product page, how i can make it? someone can help me? Link to comment Share on other sites More sharing options...
pakin1 Posted January 15, 2020 Share Posted January 15, 2020 Hi, when I'm trying to add New review by default 3 stars are selected, how to change it to 5? Thanks in advance Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now