Hi, I need a dynamic price calculator such as the one available on http://writingsharks.com/. How can I install such a feature.

Comments

drupalshrek’s picture

It sounds like you would have to write (or get someone else to write) custom code to do this. See:
https://drupal.org/node/262422

The custom code would do 2 things:

  • define the form and each field item
  • do the calculation

drupalshrek