Hi,
I have a selection of handmade greetings cards within my shop. On some of these I have an optional component of 'Personalisation' which the customer should tick if they require it. This will cost them an extra £0.25 on top of the cost of the card and is automatically added to the cart. They would then enter their message in the 'Other Info Prompt' box.
Now, I have realised that even if a customer does not tick the 'Personalisation' box, they can still enter a message in the other info box. I think this could cause problems as people may use it as a way of getting the card personalised without paying the additional cost.
I already have the following condition wrapped around the Other Info Prompt to ensure this only appears in my Handmade Card section (otherwise it would appear in the other product sections where it is not needed).
<actinic:variable name="OtherInfoPrompt" /> != ""
What I would like to do is either one of the following:
1. Have a condition which means that the 'Other Info Prompt' is only shown when the customer ticks the 'Personalisation' option
OR
2. Have a condition which automatically selects the 'Personalisation' tick box as soon as the customer enters the personalisation message so that the extra £0.25 is added to the order.
If option 2 is used I still need the condition above to be included too to stop it appearing in my other product sections.
I have had a look in the help guide and tried to implement various conditions but have not had any success so far.
Has anybody got any suggestions please?
Thanks,
I have a selection of handmade greetings cards within my shop. On some of these I have an optional component of 'Personalisation' which the customer should tick if they require it. This will cost them an extra £0.25 on top of the cost of the card and is automatically added to the cart. They would then enter their message in the 'Other Info Prompt' box.
Now, I have realised that even if a customer does not tick the 'Personalisation' box, they can still enter a message in the other info box. I think this could cause problems as people may use it as a way of getting the card personalised without paying the additional cost.
I already have the following condition wrapped around the Other Info Prompt to ensure this only appears in my Handmade Card section (otherwise it would appear in the other product sections where it is not needed).
<actinic:variable name="OtherInfoPrompt" /> != ""
What I would like to do is either one of the following:
1. Have a condition which means that the 'Other Info Prompt' is only shown when the customer ticks the 'Personalisation' option
OR
2. Have a condition which automatically selects the 'Personalisation' tick box as soon as the customer enters the personalisation message so that the extra £0.25 is added to the order.
If option 2 is used I still need the condition above to be included too to stop it appearing in my other product sections.
I have had a look in the help guide and tried to implement various conditions but have not had any success so far.
Has anybody got any suggestions please?
Thanks,
Comment