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 in two ways: via basic settings or via HTML/CSS and Liquid code from your Sky Pilot account.
1. Basic Customization (via Customize)
For simpler, non-technical adjustments:
- Go to Settings
- Click on Library and Account Settings
- Click Customize on your current theme
In Customize, you can make basic layout and functionality adjustments, including:
- Adjust spacing and width of sections
- Enable or disable product/file search
- Video and audio player settings (e.g., disable download, set autoplay)
- EPUB reader settings
- Product description settings
These changes are quick and don’t require coding knowledge.
2. Advanced Customization (via Edit Code)
For full control over the design and functionality:
- Go to Settings
- Click on Library and Account Settings
- In the current theme, click on Actions and select Edit Code
Here, you can edit templates using HTML/CSS and Liquid. The following templates are customizable, and the available Liquid variables 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
styles.css
You can also edit styles.css file for basic styling, like adjusting colors, fonts, spacing, and other visual tweaks without touching the Liquid templates.