• Welcome to KonaKart Community Forum. Please login or sign up.
 

add optional product to a digital download

Started by Iruñea, December 08, 2008, 12:53:48 pm

Previous topic - Next topic

Iruñea

Hello Konakarts,

Im dealing with Digital Downloads. Im trying to achieve the following:

The shop shells downloadable documents. So, all are set as 'digital download's.
When a client selects the product, he has to be able to select whether or not he wants to buy ALSO the paper version. If he don´t, no problem. editcartsubmit.do will look something like:
---------------------------------------------
Products                    Tax           Total
1 x   document1     10.00%   24.66 €

Sub-Total:                                   24.66 €
Tax Rate for Digital Downloads:   2.47 €
Total:                                   27.13 €
----------------------------------------------


BUT! if he do select the printed version, editcartsubmit.do has to look like:
---------------------------------------------
Products                         Tax        Total
1 x   document1         10.00%       24.66 €
      Printed document1       5.00%      10.00 €

Sub-Total:                                   34.66 €
Tax Rate for Digital Downloads:   2.47 €
Tax Rate for printed document1:   0.50 €
Total:                                   37.63 €
----------------------------------------------

(Its important to show the 2 taxes separately)

So the problem is how to implement this.
- First idea I had is to create a bundle product, but, this way, the user cant choose whether he wants or not the printed document so I dont see like a possible solution

- Second idea is to add to the product 2 options: Dig. Download only(+0Eur) and DigitalDownloadPlusPrintedVersion(+10Euro). The problem is that I can´t add a tax to the option, can I ?? Its important to show to in the invoice this 2 taxes.(I can´t put directly +10.5 Eur, to the "DigitalDownloadPlusPrintedVersion" option in the example above)

I beleave I should follow the second idea and try to add the tax for the "printed document" price manually, programming it. Is this correct ?


Thanks!

Iruñea

trevor

You could try connecting them as dependent products in the merchandising section of the admin app.

Iruñea

Thank you for the answer, I think Im gonna try the following:
Give the customer the possibility to add the paper product once he is in the digital product description. I want to show a checkbox.

Do you know which JSPs should I change to show this checkbox? And wich ActionClass in order to add the paper product to the cart?

Thanks again !

Iruñea

Quote from: Iruñea on December 08, 2008, 02:40:00 pm
Thank you for the answer, I think Im gonna try the following:
Give the customer the possibility to add the paper product once he is in the digital product description. I want to show a checkbox.

Do you know which JSPs should I change to show this checkbox? And wich ActionClass in order to add the paper product to the cart? (if he has checked the checkbox:)

Thanks again !