MarlboroMan Posted September 28, 2016 Share Posted September 28, 2016 Hi How do I add an extra field under my product price to show installments when a customer want's to buy on credit. Link to comment Share on other sites More sharing options...
rocky Posted September 30, 2016 Share Posted September 30, 2016 Do these instalments needs to be specified for each product or can they be automatically calculated based on the full price? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 30, 2016 Share Posted September 30, 2016 If you open the product add/edit form in the back office, you will see a field named "Unit price (tax excl.)" in prices tab. If you enter anything there then it is shown just below the product price in the front end. You can use this field to get the desired result. Link to comment Share on other sites More sharing options...
MarlboroMan Posted September 30, 2016 Author Share Posted September 30, 2016 (edited) Hi Rocky When I upload my csv price list I will add an extra column with the installment amount already calculated. I just need a way to display the amount like per attachment. Edited September 30, 2016 by MarlboroMan (see edit history) Link to comment Share on other sites More sharing options...
MarlboroMan Posted September 30, 2016 Author Share Posted September 30, 2016 Hi By using the "Unit price (tax excl.)" it might work. How do I modify it to look like the sample in my previous post? Link to comment Share on other sites More sharing options...
rocky Posted October 5, 2016 Share Posted October 5, 2016 You can use something like the following in product.tpl: <div class="instalments">{l s='From'} {convertPrice price=$product->unit_price|floatval} {l s='per month'}</div> Then you can use CSS to style .instalments and add the image. Link to comment Share on other sites More sharing options...
plutten22 Posted February 16, 2022 Share Posted February 16, 2022 Hi. I want to show installment price on product page in prestashop 1.7 under the normal price. Can someone help me how to do this. Regards Plutten22 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