General and miscellaneous settings
DateTime settings
Meta tags
SEO Names
 
XML Sitemap
 
A CAPTCHA is a program that can tell whether its user is a human or a computer. You've probably seen them — colorful images with distorted text at the bottom of Web registration forms. CAPTCHAs are used by many websites to prevent abuse from "bots," or automated programs usually written to generate spam. No computer program can read distorted text as well as humans can, so bots cannot navigate sites protected by CAPTCHAs. SmartStore.NET uses reCAPTCHA.
To upload files drop them here or click.
×





Contact us - JSON Guide

  1. Please Use the below JSON structure if you want to have dynamic Contact us reasons and To email based on that reason selection.
  2. [ { "Email": "supportOtherEmail@yourstore.com", "Reason": "I have a question about an order I placed", "ExtraField": "Please Enter Order Number", "ExtraFieldLabel": "Order Number" } ]
  3. Update ContactUs Message Template's TO field with below
  4. {% if Message.ReasonEmailTo %} <{{ Message.ReasonEmailTo }}> {% else %} {{ Email.DisplayName }} <{{ Email.Email }}> {% endif %}