I am creating a store with Drupal Commerce (1x), but with the difference that instead of "Process the purchase", it will be "Request a quote".
For this I am using a module called c2w ( link ), which passes the information of the Letter to a Webform.
My case is that this module collects the values of the fields of the name of the product, the SKU, and quantity, but I need to also reflect the value of a Reference field to terms that I have included in the product (Color). How can I achieve that?