cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing calculation on Variants

kyusufzai
Participant
0 Kudos

Hi Experts,

I have a scenario in pricing where I need to calculate a percentage surcharge on each variant condition. I tried to configure in below way but it doesn't work. Please suggest.

      Base Price  PR00     2000          2000

            VAR1   VA00       200            200               

            VAR2   VA00       100            100

            VAR3   VA00         50             50

       Subtotal                   2350          2350

            VAR1   VA01         2%        I want this to be calculated on VAR1 200 = 4

            VAR2   VA01          5%        I want this to be calculated on VAR1 100 = 5 

            VAR3   VA01         10%       I want this to be calculated on VAR1   50 = 5

      I cant do this  by putting subtotal index or From-To.  Because percentage is then calculated on total value of VA00. I want this to be calculated individually.

     Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205178
Contributor
0 Kudos

Hi,

Here is what you can do.

Create three New Condition Types which are referencing the original Variant Condition and name them as for example

New Condition Type     ->>>>>         Reference Condition Type

ZVA1           ->>>>>>>>>>>>>          VAR1

ZVA2           ->>>>>>>>>>>>>          VAR2

ZVA2           ->>>>>>>>>>>>>          VAR3

These condition Types should be for Amount and would be the Condition Category - Discount / Surcharge and Statistical. The from for ZVA1 to 3 would refer to the from of the Original Condition Type. Note these should not be maintained as Variant Conditions.

Once you have these, link them as follows:

Condition Type     ->>>>>                 Reference Condition Type

VAR1             ->>>>>>>>>>>>>      ZVA1

VAR2             ->>>>>>>>>>>>>      ZVA2     

VAR3           ->>>>>>>>>>>>>        ZVA3 

The from for VAR1 to 3 would refer to the from of the Condition Type ZVA1 to 3.

Get back to me if you have any further questions.

Thanks.