Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 10 Jan 2018 04:17 AM by  Steve L
Add a Calendar field into Shipping Information section at Checkout?
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages


New Member


Posts:
New Member


--
08 Dec 2017 04:47 AM

    Hi Stephen,

    I am building a site which sell Flowers online. I just wonder if there is a way to add a Calendar field into Shipping Information section at Checkout so that client can choose when the item should be delivered.

    I am looking forward to hearing from you.

    Cheers,

    Tim Nguyen

    0


    Veteran Member


    Posts:2956
    Veteran Member


    --
    18 Dec 2017 09:19 PM

    Hi Tim

    Just use the Custom Field under the Configuration > Checkout settings. If you use the Single page checkout mode, I think the placement might be acceptable.

    Thanks!

    0


    New Member


    Posts:
    New Member


    --
    27 Dec 2017 06:34 AM

    Great! Thanks Stephen.

    By the way, could you please so me how to refer to that custom field by using XSL Token?

    Cheers,

    Tim

    0


    Veteran Member


    Posts:2956
    Veteran Member


    --
    10 Jan 2018 04:17 AM

    Suppose your calendar has the ID "MyCalendar", then you can query it in your email receipt template like this. Please note the default email template should already print out all the custom fields.

    {xsl:value-of select="in/salesOrder/dynamicFormResult/fields/field[@id='MyCalendar']" /}

    0
    You are not authorized to post a reply.