Product with attribute adjustment price should be multiplied by value of its attribute.
HI All,
Need help on achieving below requirement.
Product with attribute adjustment price should be multiplied by value of its attribute.
Product A:
Ex1: Attrb1:xyz, Attrib2:abc, Price is $10
it should be multiplied by Attrib3:(Number)=100
Final Price: 100*10=1000
Ex2:Attrb1:123, Attrib2:345, Price is $20
it should be multiplied by Attrib3:(Value)=100
Final Price: 100*20=2000
I am able to achieve first part of it "Attrb1:123, Attrib2:345, Price is $20" using attribute adjustment. price will be calculated as $20 in Start Price field. Then I used RSST in 'Pricing Procedure - Calculate Net Price' to get third attribute value using "GetXA({Row}, "Name", <Attribute Name>, "Value")".