Yes, this is now possible!
We have added the ability to display the total donation amount for either 1 specific cause, or the total donation amount for every cause since the app has been installed.
Display Total Donations for ALL Causes in your Store
This can be done by adding this div to the location you would like the amount to display:
<div class="w3-donation-tracker-total"></div>
Display Total Donations for a Single Cause
You can also limit the total donation display to a single cause by adding a data-cause="" tag to the snippet, and then passing in the Cause ID between the quotation marks.
This will look something like this:
<div class="w3-donation-tracker-total" data-cause="1"></div>
The cause ID can be found on the "Causes" page in our app, next to the cause you would like to display the total for.
Please Note
By default, only the total dollar amount will be displayed within the div and it will not be styled in any way. However, you can do some pretty cool things with this data once you have it!
For example, you could create a "Campaign" with a progress meter for an individual cause:
This is just one example of how the data could be displayed. If you are looking for something custom catered to your store, please feel free to reach out to us HERE.