cancel
Showing results for 
Search instead for 
Did you mean: 

variant condition pricing ( variant product * qty selected)

Former Member
0 Kudos

Hi All,

I have created two characteristics for a variant

characacter-1 is for the type of SHEET ( PVC SHEET, SYNTHETIC SHEET ) and maintained price as PVC SHEET = 100 and SYNTHETIC SHEET = 200

character-2 is for the length ( where in the user will select any lenght between 0-200 meters)

now at the time of order creation first the user will select the type of sheet ( PVC SHEET or SYNTHETIC SHEET) and the quantity as 50.

if PVC SHEET is selected system should give 100 * 50 = 5000 as value for character-2.

Hope my question is clear, can any body help how to do this.

Thanks & Regards

Siva

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Create 2 new Characteristics (Numeric format) lets say C and D and assign a dependncy either to this Char D or to the Config Profile with the syntax:

$self.New_char_D = $self.New_Char_C*$self.B;

where B - Quantity Char (Numeric)

New_Char_C = New Characteristics for the price of he Sheets options.

Enjoy VC

Jai

Former Member
0 Kudos

Hi,

Hope you have done necessary settings for Variant configuration Characteristics in CT04 i.e. you have done setting for dependecies

if yes then do the following

Add VA00 condition type in your pricing procedure in V/08

Create condition record in VK11 for condition type VA00

There enter the variant / characteristics and its price

Create sales order and test and revert your feedback

Hope you get some inputs

regards,

Sagar