Arlulo Posted June 4, 2016 Share Posted June 4, 2016 Hi, I'm actually using Prestashop 1.6.0.14 and also products comments module. In order to be more intuitive for my customers, I'd like them to be able to write a review about the product from their order history. Is there anybody who knows how to integrate product comments link for writing a review in the table listing products of an order? Thank's in advance, Regards Link to comment Share on other sites More sharing options...
shokinro Posted June 4, 2016 Share Posted June 4, 2016 if you just want to add link to bring user to product page, then you can add this to order details page theme file <a href="{$link->getProductLink($product.id_product)}">{l s='Write Review '}<a/> /themes/YourTheme/order-details.tpl Link to comment Share on other sites More sharing options...
Arlulo Posted June 4, 2016 Author Share Posted June 4, 2016 (edited) Thank's for your answer.I've already done this but it seems to be not enough intuitive for my customers. In fact, I would like to integrate the link for the product rewiew in each line of orders table to display the modal popup for comments. Edited June 4, 2016 by lemrao (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted June 4, 2016 Share Posted June 4, 2016 In that case, if you are not familiar with programming, you may need to hire someone to make some custom changes to Order History page implement this. It is not easy to explain here. Link to comment Share on other sites More sharing options...
_Max_ Posted March 18, 2020 Share Posted March 18, 2020 On 6/4/2016 at 11:48 PM, shokinro said: In that case, if you are not familiar with programming, you may need to hire someone to make some custom changes to Order History page implement this. It is not easy to explain here. and how to do it 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