Walrus Posted March 12, 2016 Share Posted March 12, 2016 When selling packs or bundles, you can specify unit price as per 'foo.' The per field has a character limit. How do I increase it? I want to say something like '£64.99 per product. You save £64.99' Please see attachment. Thanks. Link to comment Share on other sites More sharing options...
tdr170 Posted March 13, 2016 Share Posted March 13, 2016 What version of Prestashop are you using as in 1.6.1.4 the per field is set to 255 characters. You will find the prices.tpl file you need to edit in admin/themes/default/template/controllers/products/ look around line 215 1 Link to comment Share on other sites More sharing options...
Walrus Posted March 13, 2016 Author Share Posted March 13, 2016 Forgot to say still using version 1.6.0.14. I changed maxlength to 255 for: <input id="unity" name="unity" type="text" value="{$product->unity|htmlentitiesUTF8}" maxlength="255" Thanks ever so much! 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