Announcement

Collapse
No announcement yet.

Keep Customer Address In Fields After Navigating Away From Checkout Process

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

    Keep Customer Address In Fields After Navigating Away From Checkout Process

    Is there a way to keep the billing / shipping info in the OINF fields if the customer navigates away from the checkout process (and they don't have an account / aren't logged in)?

    I think there might be something in toolkit maybe???

    If a customer updates their cart and goes back to the checkout process, their shipping / billing info is otherwise blank,a nd they have to re-fill it in.

    thanks in advance.
    Mark Romero
    ~~~~~~~~

    #2
    Re: Keep Customer Address In Fields After Navigating Away From Checkout Process

    103. Use basketfiller to refill the basket's customer info if they have browsed your site and then returned to checkout.

    Comment


      #3
      Re: Keep Customer Address In Fields After Navigating Away From Checkout Process

      What/where is basketfiller?

      Comment


        #4
        Re: Keep Customer Address In Fields After Navigating Away From Checkout Process

        Originally posted by joflitton View Post
        What/where is basketfiller?
        it is in toolkit

        103. Use basketfiller to refill the basket's customer info if they have browsed your siteand then returned to checkout. When a customer goes to checkout and does NOT create an account, they enter their address info but it is not saved to the customer database. If they decide to goback and shop some more, those values will not be retained with the typical Merchant flow. Insteadwhen they return to checkout the inputs are all blank. This function will refill those inputs withthe previously entered values if it is the same session. Insert this function at the beginning of the OCST page template.
        <mvt:item name="toolkit" param="basketfiller" />
        Bronson Design Studio, LLC
        Website: bronsondesign.com
        Facebook: facebook.com/bronsondesign

        Comment

        Working...
        X