This aide will help you out with the step-by-step process to install Recurpay snippet on your Shopify store.

  • Product Page - To show the Recurpay widget on your product pages follow the below steps:

  1. Insert this code just above the add to cart button on your product page

    <div id="recurpay-pdp-widget"></div>

  2. Create a snippet named as recurpay.liquid and paste the code from the below link:
    https://cdn.shopify.com/s/files/1/0265/7687/9691/files/recurpay_4d23afb1-1aee-4bf5-8e4d-cf02076b84bc.liquid?v=1651643221

  • Account Page - To show Recurpay widget on your account page follow the below steps:

  1. Insert this code on the account page wherever you want the manage subscription snippet to appear.

    <div id="recurpay-account-widget"></div>
  • Theme Change- Navigate to theme.liquid and add the below code before the end of </body> tag.

    {% include ‘recurpay.liquid’ %}

Note: Once the file is added, add the recurpay url in the customise section of theme. Customize > Theme Settings > Recurpay Subscription and make the required changes.

Did this answer your question?