• Resolved lycat

    (@lycat)


    Hi,
    I added a surecart Input field into my checkout form
    Product “website maintenance Plan” and the input field = (website)

    I can see the entered data in the order detail under Metadata

    But I would appreciate it if we could add those data inside the Order & Subscription overview

    And we must get it into the confirmation emails, the one for the admin and the one for the client.

    Is there a way to hook inside those places?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Adam @ WPCrafter

    (@wpcrafter)

    Let me check on this with the dev team. If you can give me a day as it’s the weekend.

    Plugin Author Andre Gagnon

    (@2winfactor)

    Hi There!

    Thanks for your patience! When you say order and subscription overview, are you talking about the customer’s view? You should see the order metadata on the Merchant’s order view.

    Regarding showing this in emails – you can do this by editing the customer notification templates. You can do this under SureCart > Settings > Customer Notifications.

    These are in liquid templating language, meaning you can output parts of the order and change it to whatever you want.

    
    {% if checkout.metadata.website %}
       Website: {{ checkout.metadata.website }}
    {% endif %}`
    
    Plugin Author Andre Gagnon

    (@2winfactor)

    Since I haven’t heard back, I assume this is resolved. But if you still need assistance, feel free to reply and I’m happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display input field value in dashboard & confirmation Email’ is closed to new replies.