nclark Posted March 15, 2013 Share Posted March 15, 2013 I work for a printing company and we are trying to create an online ordering system for some of our customers. We only want them to be able to order things in certain quantities and have the price set for those quantities. Anyone know of a module that can do this, or anyone who can help with this? For example a company can order business cards but we only want them to have the choice of ordering 250, 500, 1000, 1500, 2000 and we want to be able to put in the cost for each of those quantities. Hope this make sense. Any help would be greatly appreciated, if there is nothing out there like this we would be willing to pay to get something that will work!f Thanks, Natalie Link to comment Share on other sites More sharing options...
El Patron Posted March 16, 2013 Share Posted March 16, 2013 back office-->catalog-->(edit the product business cards)-->combinations see if this doc helps http://doc.prestashop.com/display/PS15/Adding+Products+and+Product+Categories#AddingProductsandProductCategories-AddingProductCombinations Link to comment Share on other sites More sharing options...
nclark Posted March 20, 2013 Author Share Posted March 20, 2013 Thanks for the help! Ok so the combinations solved my problem, but now I need to get rid of the default Quantity field since the Quantity is now a drop box where they choose the specific quantity from the combinations that I created. Is this possible to do within the back-office or will I have to modify some code somewhere? Link to comment Share on other sites More sharing options...
tomerg3 Posted March 20, 2013 Share Posted March 20, 2013 The way to hide it is using CSS or changing the input type of the quantity box from text to hidden. If you simply delete it you will run into Javascript errors, or other issues. Link to comment Share on other sites More sharing options...
nclark Posted March 21, 2013 Author Share Posted March 21, 2013 Where about would I go to change the input type? And what would I change in the CSS and is it in the global.css?? Sorry I am brand new to Prestashop and ecommerce websites! Link to comment Share on other sites More sharing options...
tomerg3 Posted March 21, 2013 Share Posted March 21, 2013 product.tpl in your theme folder or product.css in the theme/css folder. Link to comment Share on other sites More sharing options...
nclark Posted March 21, 2013 Author Share Posted March 21, 2013 Can I edit .tpl files in Dreamweaver? This is the first time I have ever had files with this extension. Thanks so much for your help and quick response! Link to comment Share on other sites More sharing options...
tomerg3 Posted March 21, 2013 Share Posted March 21, 2013 Yes, it's plain text. Link to comment Share on other sites More sharing options...
nclark Posted March 21, 2013 Author Share Posted March 21, 2013 Thanks I got it figured out. Now where would I go to make the same change to the mobile version? Link to comment Share on other sites More sharing options...
tomerg3 Posted March 21, 2013 Share Posted March 21, 2013 Should be the same file in the mobile folder 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