Customize the look and function of the digital delivery pages Sky Pilot creates in your store

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

Screen Shot 2023-02-26 at 16.32.49.png


2. Click on Theme

Screen Shot 2023-02-26 at 16.33.06.png


3. In the current theme, click on Actions and select Edit Code

Screen Shot 2023-02-26 at 16.33.30.png


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