Hi,
I'm still a newbie when it comes to Drupal. Enjoying learning it through online tutorials so far - some good book reading is next. I'm getting a grip with how it all fits together.
I've been given a brief asking if the following is possible. I'll try and describe it as well as I can, although trying to get some of it in to words may be interesting...
I need to build an online shop, which I could hand code (in asp), but am keen to try and get working in Drupal.
The shop is for a merchant that sells goods by length, width and thickness, which they have formula to figure out the prices for. This means that there are a set of variables for each product that are applied to a customers requirements. There are 7 variables in total (cost per cubic metre, weight, profit multiplier, finishing charge up to x meters, finishing charge per metre over x metres, delivery charge base rate, delivery charge per extra kilo).
These variables are then multiplied against 3 fixed tables of figures, which pick up on the entered values of the customer, giving a total price. The entered values are going to be: what product they're buying, quantity, length, width, thickness and finish.