myecommerce Posted October 8, 2014 Share Posted October 8, 2014 I installed a prestashop site and i need some customization. I have default theme and default module.So, I want to do the following things :- 1) I have the default "product comments" module and i added a text field on the product customization area while adding the product . But I want to display the text field on upper and show the "review" part on lower part of the product page . Right now, the "review" part is upper and "customization text field" is in "lower" part of the product page 2) I want to change the text "Grade" to "Rating" on the review part of product page 3) while writing a review, the title part shows "required" . I want to make it optional or remove it 4) I want to remove "title" and "data" string on the review part of product page.I do not want to show it. Thanks Link to comment Share on other sites More sharing options...
PascalVG Posted October 9, 2014 Share Posted October 9, 2014 Hi myecommerce, - What version of PS do you use? - Is your site available? Then it's easier to help. If so, please add URL. pascal. Link to comment Share on other sites More sharing options...
myecommerce Posted October 12, 2014 Author Share Posted October 12, 2014 (edited) thanks for your reply, i already made the changes but am facing a problem in customizing another thing. i want to show 4-5 featured product in product page . i'm using the default module "feature product on home page" . but this shows products only on home page. i want to show them in product page. i use the latest version 1.6 plz help me Edited October 12, 2014 by myecommerce (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted October 12, 2014 Share Posted October 12, 2014 Although not exactly the same, there is a module that shows products from the same category on the product page: Maybe that works for you? Otherwise it needs quite some coding to modify the other module... My 2 cents, pascal Link to comment Share on other sites More sharing options...
myecommerce Posted October 12, 2014 Author Share Posted October 12, 2014 is there any way to show the products from "home" category only here even if that specific product is not home category.. Link to comment Share on other sites More sharing options...
aliaspt Posted November 1, 2014 Share Posted November 1, 2014 On 10/12/2014 at 5:58 AM, myecommerce said: thanks for your reply, i already made the changes but am facing a problem in customizing another thing. i want to show 4-5 featured product in product page . i'm using the default module "feature product on home page" . but this shows products only on home page. i want to show them in product page. i use the latest version 1.6 plz help me How did you change "grade" to "rating"? I edited productcomments.tpl from <div class="comment_author"> <span>{l s='Grade' mod='productcomments'} </span> to <div class="comment_author"> <span>{l s='Rating' mod='productcomments'} </span> But no changes on the front end. Thank you. 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