Working on setting up some JS that needs to collect certain data at checkout.
Those being email, invoice and SKU
So far I am able to collect email and invoice just fine but nothing is working out for SKU. Looking for suggestions.
Solved! Go to the solution
This is an accepted solution.
Checkout object can access line_items first so something like {{ checkout.line_items[0].sku }} may work.
User | Count |
---|---|
23 | |
19 | |
18 | |
16 | |
16 |