Adding "Add to Cart" and "Buy Now" Buttons in Canva
Yes, you can add an “Add to Cart” button to your Canva page! And Canvify will make it work seamlessly.
Step 1: Install the Shopify Buy Button App
Make sure you have the free Shopify-made app Buy Button installed in your store.
Step 2: Create Checkout Link
- Go to Products in your Shopify admin.
- Click More actions in the top right corner.
- Click Create checkout link.
- Copy the link and paste it into your Canva design as a link. Please refer to the “How to Set Up Links” section here.
Now, the Canva button will take the customer to the checkout page with the product already added to the cart.
Pro-tip:
If you only need an “Add to Cart” button (without immediate checkout), just add &storefront=true
at the end of the link you get from the Buy Button.
Advanced: Using Variant IDs Without Buy Button App
The Buy Button app is optional if you know how to find the variant ID of the product.
Add to cart links look like this: https://www.yourstore.com/cart/VARIANT_ID:1?storefront=true
Replace https://www.yourstore.com with your store URL and VARIANT_ID with the product’s variant ID.
Finding the Variant ID:
- In your Shopify admin, select the product.
- Choose the variant you want.
- You will find the variant ID in the URL of your browser. It will look something like this:
Buy Now Button:
For a “Buy Now” button (taking customers directly to checkout), remove ?storefront=true
from the URL.
P.S.: :1 in the URL specifies the product quantity. You can adjust this number as needed.