How can we configure the Donation Widget on the Checkout Page (Shopify Plus)?

How can we configure the Donation Widget on the Checkout Page (Shopify Plus)?

Please refer below instructions for Donation Widget Configuration on the Checkout Page for Theme 2.0 & Theme 1.0 both.

→ Add this part of the code from donation.liquid to your checkout template

 <div class='donation' page='cart' >
      <div class='donation_loader'>
      <img width='130' height='130' src=' https://easydonation.zestardshop.com/image/loader_new.svg'/>
    </div>
</div>
<script src=" https://easydonation.zestardshop.com/js/donation.js" defer></script>


Note: If you are using Theme 2.0 then you need to add donation.liquid file inside your theme, please get in touch with us to get it done via Live Chat or send us an email at support@zestard.com.
    • Related Articles

    • Stand-alone Donation Page

      Please refer below instructions for Donation Widget Configuration on the Stand-alone Donation Page for Theme 2.0. Go to Online Store > Pages Section Click on Add Page at the right hand side of the screen Give the Page Title as per your preference and ...
    • How can we configure the Donation Widget on Side Cart/Cart Drawer cart?

      1. Add shortcode in page-cart.liquid 2. Add code from donation.liquid to minicart.liquid or in ajax cart <!--Easy Donation Code --> {%if template != 'cart'%} <div class='donation' id='' page='cart'> <div class='donation_loader'> <img width='130' ...
    • Product Page Configuration

      Please refer below instructions for Donation Widget Configuration on the Product Page for Theme 2.0. Go to Online Store > Themes > Customize Select Product Template from the Drop down menu Product > Default Product Click on Add Block from the left ...
    • Shopify Online Store Theme 1.0

      Please refer below instructions for Donation Widget Configuration on the Cart Page and Product Page for Theme 1.0. Enable donation widget on the Cart Page Copy the given Shortcode from the Dashboard and paste it inside the cart-template.liquid. If ...
    • Troubleshooting: I am unable to see the donation option on my product page?

      There are several reasons you are unable to see the widget on the Cart Page. You are placing the Short Code at wrong file/place Make sure you have placed the code inside product-template.liquid and if your theme doesn’t have product-template.liquid ...