Postscript
Shopify Checkout integration
Recharge Checkout on Shopify
Sections
Postscript lets you easily create and manage SMS marketing campaigns with detailed analytics designed to increase sales and revenue. With the Postscript integration, you can enable Reply to Buy functionality for your customers, collect opt-ins, and attribute sales to text message marketing.
Platform:
- Recharge Checkout on Shopify
- Shopify Checkout Integration (see the Before you start)
Before you start
- This guide is applicable to merchants using the Recharge Checkout on Shopify and walks you through the steps required to enable Postscript on the Recharge Checkout, once the app is installed on your Shopify store.
- Postscript is also compatible with the Shopify Checkout Integration. However, since the checkout is handled directly by Shopify, this guide is not applicable. Merchants using the Shopify Checkout can install Postscript from the Shopify App Store and customize their checkout page within their Postscript Dashboard.
Features
- Send update card and billing notifications
- Enable one time purchases or subscription upsell
- Customer win-back subscription
- "Reply to buy" functionality – subscribers can easily text back "yes" to purchase.
Step 1 - Enable Postscript on checkout
Note: Enabling the integration requires adding JavaScript to the first page of the Recharge checkout. Please reach out to Recharge support to get JS in checkout activated for your store, then proceed with the steps below.
- Click the Storefront in your merchant portal and select Checkout.
- Under CSS editor, check to see if you have the JavaScript checkbox enabled.
- Add the following code to the JavaScript text editor:
<script>
var ps_script = document.createElement('script');
ps_script.type = 'text/javascript';
ps_script.src = 'https://sdk.postscript.io/integrations/sdk-min.js';
document.head.appendChild(ps_script);
</script> - Click Save.
Step 2 - Add Postscript code to the thank you page
- On the Checkout settings page in your merchant portal, scroll down to the Thank you page textbox.
- Enter the following code to the Thank you page text editor:
<script>
window.ps__order_id = {{id}};
var ps_script = document.createElement('script');
ps_script.type = 'text/javascript';
ps_script.src = 'https://sdk.postscript.io/integrations/sdk-min.js';
document.head.appendChild(ps_script);
</script> - Click Save.
You will now see an unchecked SMS box at your checkout. When checked, it will prompt a customer to enter their mobile number.
Step 3 - Set up abandoned cart automation
- Log in to your Postscript account and select Automations.
- Select Create an Automation.
- Select Recharge: Checkout Started for an automation trigger and then set a cancellation trigger for Recharge: Order Created to ensure that the automation ends when a customer has completed their purchase.
Troubleshooting and support
If you require assistance with the Postscript integration, contact the Postscript support team.
Was this article helpful?
1 out of 1 found this helpful
Didn’t find what you’re looking for?
Contact us