Hello, I have made my project in webflow using the ecommerce but I found out is not a viable option for me since stripe is not available in my country. So, I found Snipcart that allows to add ecommerce to webflow page with a payment getaway that will work in my country.
What I am wondering is if I can safe a little more money (Since my budget is really low) using the basic plan and maybe fetching my products from maybe airtable (I found something called Wized for that) and using Snipcart for the ecommerce. Is it something possible? Thanks for the advise!
Completely possible and super easy to do. You won’t need airtable or anything else, just to hard code all the info onto each product page, it’s a bit inefficient and annoying but that’s the price you pay for not paying the larger price (I’ve done it, it isn’t THAT bad.)
You can do this one of two ways.
Add a button, in the custom attributes and add this text -
data-item-id=“”
data-item-price=“”
data-item-url=“”
data-item-description=“”
data-item-image=“”
data-item-name=“”
Hi @edwteja21 .
Josh with Foxy here. If you don’t get what you need with Snipcart, you might consider our seamless Webflow integration: https://foxy.io/webflow
Webflow CMS definitely makes things easier for product management, but it’s not required. You can create products with a link element, button element, Webflow form, or with the HTML embed element.
Here to help if you have any questions or need help getting started: hello@foxy.io
You can absolutely use Webflow’s Basic plan, fetch your products from Airtable using Wized, and handle checkout/payments with Snipcart. This setup avoids Webflow’s e-commerce limitations while keeping costs low.
How It Works
Store Products in Airtable
Airtable acts as your product database (ID, Name, Price, Image, Description).
Use Wized to Fetch Products
Wized lets you connect Airtable to Webflow, dynamically displaying products without Webflow’s CMS plan.