Announcement

Collapse
No announcement yet.

Gift Wrap & personal messages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Gift Wrap & personal messages

    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?
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    #2
    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--">
    Thank You
    Menar Khan

    Comment

    Working...
    X