The script object
script
objects contain information about the Shopify Scripts published in your store.
Find scripts by type using the global scripts
object. It's good practice to check whether a script type exists before referencing its properties with Liquid.
To learn more about Shopify Scripts, visit the help content for Shopify Scripts and the Script Editor .
The script
object has the following attributes:
script.id
Returns the script's ID.
script.name
Returns the script's name.
Input
{% if scripts.cart_calculate_line_items %}
<p>Check out our sale: {{ scripts.cart_calculate_line_items.name }}</p>
{% endif %}
Output
Check out our sale: Buy one chambray shirt and get a second for half price