Hello,

I'm currently developing a Drupal website for a customer and received a slightly unusual request.
The customer asks for an interactive pricing list.
Basically, the products should be displayed with their purchasing and renting prices. Each products also has optional features that cost extra.
Now, the visitor would, for example, select "I want 5x product01 with additional features extra01, extra02 and extra05. Then the final price should be displayed.
In addition, certain features are only available if the product is purchased, not rented (e.g. because they're included in the rented version).
It is important to note that the customer does not want to sell anything through the website, it is merely for information.

The visitor should also be able to save their configuration. If they do, they would receive an E-Mail with a code (e.g. article number + additional numbers), which can be entered to look up the configuration.

Does anyone know a module that can do this?

Regards
~Irolan

Comments

VM’s picture

google 'drupal dynamic pricing' for similar requests/discussions. My cursory search did not uncover an already existing module. however, a full search should be undertaken by you.

Irolan’s picture

As far as I can see, this only returns Drupal Commerce and addons for it. I found Customizable Products, an addon for DC, which allows me to do it, more or less. However, for the purpose of an interactive price list it's not really suitable. I also don't want to put an entire Drupal Commerce behind it.

VM’s picture

Apologies for the assumption that Commerce module was in use. If you aren't using DC or UC then it looks like a custom module will be necessary implementing hook form alter.