ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
How to use:
2
Start by going through your checkout.liquid file and make a note of every single script you come across. Keep everything organized by providing a relevant script name and location, hours estimate (if relevant) to help with prioritization, and notes. Select a Script Type from the list and Instructions and links to the examples will populate.
3
Proceed to Additional Scripts and do the same.
4
Don't forget to audit your apps for modifications to the checkout.
5
6
Days left until checkout.liquid is turned off for Information, Shipping, & Payment pages:Helpful Links:
7
-395(Deadline has passed)
Checkout Extensibility documentation
8
Days left until checkout.liquid is turned off for Thank you & Order status pages:
Shoify pixels documentation
9
-18
Digital Position example code
10
11
12
DoneScript NameScript LocationHours EstimateNotesScript TypeInstructionsInstruction LinksInstruction Links
13
Example scriptCheckout.liquid2Standard Google Ads implementationGoogle Ads tagsCustom tracking implemented for Google Ads will need to be carried over to Shopify pixels. Settings > Customer events.Google Example
14
Example script #2Additional Scripts4Geolocation checker. Need to check the plugin's documentationCustom ScriptAdapt your script for Shopify Pixels, applying it to desired pages; convert Liquid to Shopify's JavaScript variables. NOTE: For analytics scripts only. The way to modify the style or functionality of the checkout is through the new checkout editor and checkout appsAll Pages ExampleCheckout ONLY Example
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100