Hello. I’m looking at the documentation for additional checkout scripts and can’t find any definitive information about what Liquid objects are available. The documentation says “you are able to use the shop Liquid object, the order Liquid object, and the OrderStatus JavaScript asset.” However, the examples further down the page refer to other top-level objects/variables such as total_price and line_items, and in our live additional checkout scripts we have other variables such as subtotal_price.
There is a page with all of the JS variables (at the bottom of this page), but not an equivalent that I can find for what Liquid variables are available.
Where can I find a full list of Liquid objects/variables that are available in the additional checkout scripts? Or is it the case that all properties of the order object are available as top-level variables too?
Anyone able to help?
Many thanks!