ASC - Collecting Surveys - Shopify
If you don't have a BCC field for Shopify, it's easy to associate collection with our unique email address.
Incoming Email : Shopify
2. Click on Settings
3. Click on Notifications
4. Scroll down to "Staff Order Notifications"
5. Click on New order
6. Click on Edit code
7. Paste provided snippet into template editor
Paste the content provided by your CSR into the template after the opening <head> tag. The variables used here must be exactly as shown.
{%- capture rsr_data -%}
{
"seller":"12345",
"email": "{{ email }}",
"invoice":"{{ name }}",
"transaction_date":"{{ created_at }}",
"sku": {{ line_items | map: 'sku' | json }}
}
{%- endcapture %}
<!--#rsr.data:{{ rsr_data }}-->