I want to build an application for pricing products depend on product dimensions(width, height).
So I will have on product page 2 fields one for each dimension, the user will put the dimensions and the app must take the exact price form a csv, or table and presented to the user.
Can you please guide me in witch way is this possible?
That worked like a charm, thank you for your time Mahares, people like you encourage newbie's like me to go on and learn.
I want to ask if there a reference site to look in order to (try) learn sql?
That worked like a charm, thank you for your time Mahares, people like you encourage newbie's like me to go on and learn.
I want to ask if there a reference site to look in order to (try) learn sql?
Hello to all, I wish to all of you merry Christmas...
I have made progress with the application but I am facing a problem, I have for every type of construction(lets say fix for example) 3 profiles with different
price range. So I must have 3 .txt files (one for every profile for fix construction).When the application loads load the .txt with the prices, I am trying to add a spinner in order to choose profile and change the price. It is possible to choose the .txt file after application loads?