Sky pilot adds dynamic pages to your Shopify store where customers can download files or view videos attached to the products they have purchased. These pages can be customized via HTML/CSS and Liquid from the templates settings of your Sky Pilot account
The following templates are customizable and the liquid variables available within them are listed below.
order.liquid
This is the template for delivering digital goods for a specific order
Available liquid variables
- order
- shop
customer.liquid
This is the template for delivering digital goods for all of a customers past orders
Available liquid variables
- customer
- shop
line_item.liquid
This is the template for delivering digital goods for a specific line item.
Available liquid variables
- line_item
- order
- customer
- shop
collection.liquid
This is the template for delivering a specific collection belonging to a line item.
Available liquid variables
- line_item
- order
- customer
- shop
- collection
file.liquid
This is the template for delivering a specific file belonging to a line item.
Available liquid variables
- line_item
- order
- customer
- shop
- file
- collection
video.liquid
This is the template for delivering a specific video belonging to a line item.
Available liquid variables
- line_item
- order
- customer
- shop
- video
- collection