Hello --
Not sure if this is a feature or bug in the Click & Pledge Drupal Commerce module:
From my understanding the C&P module pulls the price from the commerce_price field directly from the product (line 1057 in commerce_cnp.module). Product Pricing Rules make their changes on the line item price in the order which stores its value in the commerce_unit_price field (https://prezi.com/e7mfg8u5qldv/sell-price-calculation/). This allows for things such as discounts to be applied to the price or let's the user input their own price.
Would it be possible for the module to pull the commerce_unit_price field instead of the commerce_price field?
Thanks!
Not sure if this is a feature or bug in the Click & Pledge Drupal Commerce module:
From my understanding the C&P module pulls the price from the commerce_price field directly from the product (line 1057 in commerce_cnp.module). Product Pricing Rules make their changes on the line item price in the order which stores its value in the commerce_unit_price field (https://prezi.com/e7mfg8u5qldv/sell-price-calculation/). This allows for things such as discounts to be applied to the price or let's the user input their own price.
Would it be possible for the module to pull the commerce_unit_price field instead of the commerce_price field?
Thanks!
Comment