CTF-OK Posted January 16, 2014 Share Posted January 16, 2014 (edited) Hello, I would like to add a box to our check out page that would allow customers to type the exact quantity they desire. Our page now has a + and - to increase/decrease the quantity, but that takes way too long for large amounts. This, by the way, is really needed for donations. We sell products as well as accept donations on our site. I know that virtual products don't allow for the quantity box to be on the product page, but with the help of the tutorial from this topic: http://mypresta.eu/en/art/developer/prestashop-quantity-field-on-product-list.html, I was able to get the quantity boxes in the product list view. That worked well, but whenever a customer clicks on one of the products, the box goes away. Without being able it on the product page, I'm thinking that a box during check out would be OK. Using PS 1.5.4.1 Thanks for your help on the matter! Edited January 21, 2014 by CTF-OK (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 17, 2014 Share Posted January 17, 2014 On the default theme, you can change the number manually if you click on it Although I admit it's not so evident. Do you use the default theme? Link to comment Share on other sites More sharing options...
vekia Posted January 17, 2014 Share Posted January 17, 2014 i've got problems with changing value manually, if i enter there some other quantity value, it doesn't work check it: http://demo-store.prestashop.com/en/quick-order strange i always thought that it works :| Link to comment Share on other sites More sharing options...
CTF-OK Posted January 17, 2014 Author Share Posted January 17, 2014 Nemo1, no, I use a theme from Graphileom. It was a free one, but I really like the way it matches our main website. People will donate to us in all kinds of amounts and sometimes it can be a sizable amount, so hitting the + button would take too long Thanks for the reply Link to comment Share on other sites More sharing options...
CTF-OK Posted January 20, 2014 Author Share Posted January 20, 2014 Is adding a quantity box to the check out page a major task? Link to comment Share on other sites More sharing options...
PascalVG Posted January 20, 2014 Share Posted January 20, 2014 Hi CTF, Can you add the URL to your site, so we can have a look? Maybe we can make the quantity field editable or so... pascal. Link to comment Share on other sites More sharing options...
CTF-OK Posted January 20, 2014 Author Share Posted January 20, 2014 Pascal, sure thing. I should have done that already. http://creationtruth.com/store You will see "Ministry Donations" under the Categories in the left column & a link in the right column. Those are our only virtual products that need the quantity box on the product page and one on the check out page. Thanks! Link to comment Share on other sites More sharing options...
PascalVG Posted January 21, 2014 Share Posted January 21, 2014 (edited) Hi CTF, Just a first quick remark: On the checkout page, it works already. Just click on the number an you get into an input field, where you can type in any number. Maybe change the layout a little, so that it looks like an input field a little more: in file: /themes/thgr00027b/css/global.css (line 858) .cart_quantity .cart_quantity_input { float: left; margin-left: 5px; width: 30px; <-- make a little wider, change from 20px -> 30px // border: 1px solid #fff; <-- comment out this line (add the //) padding: 3px; <-- add these lines margin-top: -3px; } result: Edited January 21, 2014 by PascalVG filed a little wider 20px->30px (see edit history) Link to comment Share on other sites More sharing options...
CTF-OK Posted January 21, 2014 Author Share Posted January 21, 2014 THANK YOU, Pascal! Worked like a charm. 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