Product Page

Before App can start working on your store, you will need to install the app into your current theme.

Let's start installing the app on product pages

1. Starting from your Shopify dashboard, click on Online Store, and then click on Themes.

2. Click the Actions ▼ button, then select Edit code

3. In the top left corner of the theme code editor, search for your product.liquid file and click into it.

4. If you see that your product.liquid file is guiding you to your product-template.liquid file. Go into the product-template.liquid file under the Sections folder.

5. Do a search using the keyboard shortcuts (Ctrl F or ⌘ F) for the word.

type="submit"

6. Copy the code snippet below.

{% render 'donate-source' %}

7. Paste the install code snippet right above the add to cart button wrapper text, as seen below.

8. Save your changes and view on the cart page 🙂.

Last updated