lateral Posted September 15, 2014 Share Posted September 15, 2014 Hi Guys The Product Comment defaults to 3 stars, I want it to default to 5 stars...can somebody tell me how I can do this??? Link to comment Share on other sites More sharing options...
NemoPS Posted September 15, 2014 Share Posted September 15, 2014 In your theme folder, modules/productcomments, open productcomments.tpl look for this <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" /> and set the fifth as checked 3 Link to comment Share on other sites More sharing options...
lateral Posted September 15, 2014 Author Share Posted September 15, 2014 Thanks Nemo, works like a dream! Link to comment Share on other sites More sharing options...
samyha Posted September 19, 2014 Share Posted September 19, 2014 Hi lateral, Could you please mark your topic as solved please ? Thanks! 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