Setting up Skio
Customize customer login
For developers, the Skio Customer Portal login can be customized by using CSS styling overrides from your theme.liquid file.A styling override example can be found below (styling generates the above…
Theme debugging
Check your theme.liquid file. If the Skio plan picker is not rendering, it is usually best to double check your theme.liquid file to make sure you have the following renders after the <head> tag: {%…
Integrating with page builders (GemPages, PageFly, Shogun, Replo)
Introduction. Apps like GemPages , PageFly , Shogun Page Builder and Replo provide interfaces through which you can build pages but integrating 3rd party apps like Skio into them can get tough. This…
One-click checkout / Buy now
The below function can be used to create a quick checkout link that bring the customer straight to checkout populated with the product variant and selling plan provided. function skioMagicLinkGenerat…
Exporting Shopify variant IDs
Getting Started. In the case that you have a large number of shop items that are unfeasible to set up manually, the Skio support team can assist you by running a script for bulk plan creation. Before…
Customizing the Plan Picker
All of the frontend code for Skio's plan picker lives within your theme. This means you're free to customize the plan picker to best match your business's needs! Feel free to check out how some of ou…
Billing window
The billing window can be set by going to Skio Dashboard > Settings > Billing & Orders If an order falls outside the billing window for the day it's on, it will be processed during the next billing w…
Customize Customer Portal Design / CSS
For developers, the Skio Customer Portal pages can be customized by using CSS styling overrides from your theme.liquid file.A styling override example can be found below (styling generates the above…
Migration details
Input API keys The API keys required change depending on which payment processor you're using. Note that this includes any payment processor you have ever used (including migrations in the past). For…
Skio Colors
Skio gives you the option to customize the colors of the customer portal to match your site's branding. To change the colors of the customer portal you can click “Colors” in the Skio dashboard menu o…
Inventory policy
Overview (TL;DR). The Inventory policy in your Skio Dashboard allows you, as a merchant, to control what happens when a subscription item is out of stock. What is the Inventory policy? In order to us…