Announcement

Collapse
No announcement yet.

Problem with shipping user definable prompt

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

    Problem with shipping user definable prompt

    Hi,

    I have recently changed the shipping user definable prompt, in line with this Knowledge Base article (http://community.actinic.com/showthread.php?t=45370) because I need my customers to tell me when they want their order delivered. So the start of my layout code now looks like this:

    <select name="SHIPUSERDEFINED">
    <option value="Please select">Please select</option>
    <option value="Flowers">Flowers</option>
    <option value="week 5">Week beginning 1st February 2010</option>
    <option value="week 6">Week beginning 8th February 2010</option>
    <option value="week 7">Week beginning 15th February 2010</option>

    In Design | Text | Web Site (cont) | Shipping and Tax I have set this prompt to be required, because if the customer does not enter a date I then have to contact them to get the information. However, if the customer does not spot this prompt and leaves it as the default "Please Select" then the order goes through without them giving a date. Now, I guess that this is to do with the option tag but if someone could give me a way of making this prompt required I would be very grateful.
    Last edited by KB2; 22-Mar-2010, 10:56 AM. Reason: Updating kb links
Working...
X