Shopify install instructions
To implement WAAVE Checkout you need to,
Install the WAAVE App,
Configure your keys and messaging,
Embed a small JS script in your checkout page so that our widget shows there.
Installing WAAVE is done directly online - no files to upload or update.
Installing the WAAVE App
Login the your Shopify store.
Navigate to
https://shopify-stg.getwaave.co/app.php
Enter the url of YOUR Shopify store and click on "Install" button.
You will be redirected to your Shopify account. Then click on "Install unlisted APP".
Configure your credentials
Once the app is installed you will be redirected to APP settings page. Fill all the values and save the settings. You will get a confirmation when the information is saved.Configure Messaging
Go to the Payment option under settings.
Click on "Create custom payment method" under Manual payment methods.
Please ensure payment name should be " WAAVE Checkout ". You can use the "Additional details" to communicate any messaging to Customers. They will see it by the WAAVE Checkout button.
Embedding the JS code
Go to the checkout option under settings.
Add the code below to "Additional scripts" under checkout settings.
<script src="https://shopify-stg.getwaave.co/js/jquery.min.js"></script>
<script src="https://shopify-stg.getwaave.co/js/waave.min.js"></script>