Mareth Posted June 11, 2013 Share Posted June 11, 2013 I'm having difficulty setting up my products as I'd like them. My product is custom made each time a customer orders. Just to give an idea, there are 3 different products, each could be available in anything from 30cm*30cm up to 50cm*50cm, and every possible combination in between. Prices vary depending on the measurements given. However, they're not made until a customer orders. I'd like to be able to put up, for example, 10 items, with the ability for the customers to choose any measurements. But the way Prestashop is set up as standard, if I list all of the possible measurements with applicable prices it lists every possible combination as in stock (which gives something ridiculous like 300000 products in stock), rather than just 10 items which could have any measurements. Is there any way I can set up Prestashop standard the way I want it, or would I have to use a custom module? I hope that makes sense. Thanks in advance. Link to comment Share on other sites More sharing options...
NemoPS Posted June 11, 2013 Share Posted June 11, 2013 Hi, You could try with custom fields (just look in the product config page in back office). You could add a field for each measurement for each product. You just have to specify those fields are mandatory Link to comment Share on other sites More sharing options...
Mareth Posted June 11, 2013 Author Share Posted June 11, 2013 Thanks Nemo1, how would that work with pricing though? It's something I considered, but I don't see how the pricing for the different measurements would work, if it's based on open text fields. The only way I can see it do it would be to take the orders then invoice separately for any potential cost above the standard product price, dependent on measurements given. The way I was doing it was through combinations, but as I said, that leaves me with a ridiculous number of in stock items. Link to comment Share on other sites More sharing options...
NemoPS Posted June 12, 2013 Share Posted June 12, 2013 Uh...right. no, that would not affect the price. And as you said using combinations would lead to an insane number of database entries (not to mention choices in the product page). At this point you can go two ways: 1- Create a module/modification that adds some extra fields to products, and based on that changes the price once a user clicks, say (Give me a quote). This would require editing the database, add a new table there, and a new field to ps_cart_product as well, and in order_detail too. 2- Give your customers separate quotes after the proicess the order (the bad way) Link to comment Share on other sites More sharing options...
Mareth Posted July 1, 2013 Author Share Posted July 1, 2013 A bit late of me, but thanks Nemo1. I'm currently doing the bad way and, well, it's bad. But I have a programmer that's going to be able to sort out option one for me. Link to comment Share on other sites More sharing options...
El Patron Posted July 1, 2013 Share Posted July 1, 2013 you can take a look at this module to see if it meets your needs. http://www.prestashop.com/forums/topic/212190-module-product-properties-extension-sell-products-by-weight-length-volume/ 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