Hello I have a client who wants user to be able to enter a product width and height then select an attribute based on this textfield entry.

For example if 1524 x 1524mm attributes 5ft would be selected.

Is this possible??

Comments

longwave’s picture

Priority: Critical » Normal
Status: Active » Fixed
Issue tags: -drupal custom pricing

Not out of the box. If you wanted attribute selections to directly affect the price you could use https://drupal.org/project/uc_custom_price but this does not support mapping attributes to other attributes. This would likely have to be done in JavaScript on the client side; you would write a small jQuery script that translates the width and heights into the relevant attribute selections.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.