Hello,
If I created a default variant with parts like
Table Qty 1
Chair Qty 4
Price = Sum of Parts (which I can get from price value I think)
Is there a way to discount the price easily (because it is a kit)?
Would you suggest creating a custom field called Set Discount and having some code in the Prod Display area that says
If custom field set discount is not zero, then assign price the price value * (1 - discount)
It would be great to have a discount field in the default variant menu.
Please give me any suggestions.
Thanks
If I created a default variant with parts like
Table Qty 1
Chair Qty 4
Price = Sum of Parts (which I can get from price value I think)
Is there a way to discount the price easily (because it is a kit)?
Would you suggest creating a custom field called Set Discount and having some code in the Prod Display area that says
If custom field set discount is not zero, then assign price the price value * (1 - discount)
It would be great to have a discount field in the default variant menu.
Please give me any suggestions.
Thanks
Comment