Zend certified PHP/Magento developer

How to add dynamic pricing on a configurable product

I’m trying to make a configurable curtain product like on https://thesnugco.com/cat/curtain. On the attributes I would have set values for all:

  • Width and height (entered via a text box but converted with js to one of 60, 80, 100 cm etc.)
  • Headings:(pencil pleat, eyelet etc.)
  • Linings: blackout, thermal etc.

That’s all ok, but depending on the chosen options I need to have a custom price calculated dynamically othewrwise there’ll be thousands of options and variations on 2000+ fabric types which isn’t a good idea!

Is there a pricing component I can override where the users chosen attributes are passed in and the price is returned? I can then add in my custom pricing.

Thanks