ohin Posted February 3, 2013 Share Posted February 3, 2013 (edited) Hello, I would like to know, if it is possible to implement a module capable of following: I want to have one special product which will not have any price (so it will not be possible to add it to the cart). On product detail page there will be file upload form for the customer. He will upload a file to the server, the file will be automatically analysed. The result of the analysis will be the price of the product. Once the price is known, it is displayed on the product detail and customer is now allowed to add this product to the cart. He can add this item multiple times always providing different file, therefore having different prices. Is it possible? If yes, could you please give me some hints where to start? Edited February 3, 2013 by ohin (see edit history) Link to comment Share on other sites More sharing options...
yoxiray Posted February 4, 2013 Share Posted February 4, 2013 I was thinking about the same module. The only solution I found was to create many different options (hidden from customer) that are chosen by Java Script according to analyzes of the file uploaded. To reduce number of options you can make some intervals and round the results so they will belong to the right interval. I know... that's not what you are looking for, but always something. Link to comment Share on other sites More sharing options...
ohin Posted February 4, 2013 Author Share Posted February 4, 2013 Thanks, as you say: at least something. If I don't find any other way, I will have to go with your solution. 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