gift flick Integration to Shopify
We are still working on Shopify Apps. Therefore, Shopify integration still require copy and paste the code to your site.
However, Integrating gift flick into your shopify website is pretty simple. Please follow the below steps. If you require anything more specific, please contact us at hello@giftflick.com.au
- You will need to contact us to create account and setting up simple gift creation design. Our team will guide you through the process
-
Copy and paste the gift flick script to product.liquid and
checkout page.
Please use "Development" code for testing. We are using different key for production and development
Production
<script src="https://www.giftflick.com.au/shopify/shopify-app.js" async="true"></script>
Development
<script src="https://www.giftflick.com.au/shopify/shopify-app-dev.js" async="true"></script>
- Add gift flick script to product.liquid
Themes -> Action -> Edit Code
Themes -> Template -> product.liquid
add js. snippet to the end of the file.
- Add gift flick script to checkout page
Settings -> Checkout -> scroll to Additional script
add js. snippet to the end of the file. please see the example below.