I have a use case where i need to do the following :
- I have a shop selling tshirts
- I want to be able to give the customer an optional feature of printing a line of text on the tshirt with an additional charge.
- In the product detail page the base price (say $10.0) is displayed against the product and a checkbox with the line printing options is displayed with an additional charge of $2
- If the user adds only the tshirt to the cart without checking the line print option checkbox then cart total is $10.00 . If the product is added with the line print option checked then the cart total is $12.00
- User should be able to add X no of tshirts with no print option and Y number of tshirts with print option .
Is the above possible in VC2 Community edition ?