Sky Pilot adds dynamic pages to your Shopify store where customers can download files or view videos attached to their purchased products. These pages can be customized via HTML/CSS and Liquid from the template settings of your Sky Pilot account.
To do so:
1. Go to Settings
2. Click on Theme
3. In the current theme, click on Actions and select Edit Code
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 customer's 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