InterviewSolution
Saved Bookmarks
| 1. |
I Need To Have An Additive Price Based On A Variant Characteristic Selected And Then Provide A Discount For Each Of The Characteristics. I Must Discount The Correlating Characteristic, Not The Gross Value. Price ------ Char 1 = 1.00 Char 2 = 2.00 Char 3 = 3.00 Gross Price = 6.00 Discount ------ Char 1 = 10% Of 1.00 = .10 Char2 = 20% Of 2.00 = .40 Char3 = 15% Of 3.00 = .45 Total Discounts = .95 The Discount May Vary By Customer. How Do I Find Out How Configure This? |
|
Answer» You can FIND out how to configure this by TAKING a look at the documentation for $SET_PRICING _FACTOR,” in LO-VC. You can find out how to configure this by taking a look at the documentation for $SET_PRICING _FACTOR,” in LO-VC. |
|