-- url of the page with the problem -- : n/a yet
-- HikaShop version -- : 2.2.1
-- Joomla version -- : 3.1.5
-- PHP version -- : 5.3.13
Hi,
I am building a site to sell cards, where the visitor is able to add a personal message to a cart. However, the personal message comes with a price, which I want to add to the cart. From my point of view the steps would be the following:
1. User selects a product
2. On the product page, the user adds additional options (small gifts)
3. The user selects if he wants to add a personal message
3a. In case yes, a text field appears
3b. In case no, nothing happens
4. When clicking the order-button:
On the shopping cart, the specifc product appears, the selected options and an additional product for the cost of the personal message
Currently I have tried to accomplish this:
1. by adding two options to the product page, but unfortunately I cannot show the custom text box in that case when the user selects yes for the personal message. The product will appear on the cart
2. by creating two custom fields, one for the selection and one for the text box, but unfortunately then I cannot add the additional product to the cart.
Hope somebody can help me out.
Thanks in advance,
Jeroen