PDA

View Full Version : Gift Wrap & personal messages


jmedinger
24-Feb-2003, 03:08 PM
I've added a component to an item in my store which references a hidden product which is the gift wrapping.

All fine.

I also want the customer to be able to enter a personal message for the card *IF* gift wrapping has been selected.

If I use the Other info Prompt, the text box for their message is displayed at checkout irrespective of whether the gift wrap component has been selected.

Is there any way I can tell Actinic that the other info text box is NOT a required field or better still, only display it if the component is selected?

Menar
25-Feb-2003, 03:01 PM
Hi there,

As far as I am aware, I believe this cannot be done in Actinic as a standard features.

A solution is to use a default value for the 'Other Info' prompt. Switch the shopping mode to 'Quantity on Product Page' in Actinic goto Design | Text phase -1 ID 2161 and change the prompt there from

%s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d">

to

%s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" value="--enter message if you are using giftwrapping--">