Donation Data

Donation Data

Donation Data does the similar thing as Track Donation does, it will give you more insights of how many donations you have received in total along with the Order ID, Donation Name, Amount, etc details at one place only.

    • 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' ...
    • Troubleshooting: It says “donation.liquid” file is not available

      This appears when the Donation Snippet File is not added to your theme or if you have changed the theme recently. Please follow below steps in order to resolve the same: Make sure you have the snippet file inside your theme called ‘Donation.liquid’. ...
    • 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 ...
    • How can we display an Easy donation box on specific product pages only?

      Please follow below instructions for the widget configuration on specific products. Tag: show-donation-widget (Tag Name can be anything and you need to change it in the below code) Add below code inside the product-template.liquid file: {%- if ...