3 min read • Updated a month ago
Manage products with Webstudio CMS
Overview
This article will walk you through creating an add to cart form and binding it to Webstudio CMS data. This article assumes you have already completed the following:
Set up a CMS: Webstudio provides a Headless CMS Finder tool to help with this.
Fetched CMS data: On this page you can find definitions of all parts required and video tutorials. Also here are some integration guides for connecting to a few CMS.
Add Sidecart Functionality
To display the sidecart when a customer adds a product to the cart, you need to include the Foxy loader file in your Webstudio project.
Note
You can skip this section if you already added your foxy loader script to your project.
Obtain the Foxy Loader Code
Add the Code in Webstudio
Create an Add To Cart Form
Next, you'll use Webstudio's Form Element to design your add to cart form. Once you have your form designed, please follow the steps below to connect the form to CMS data and Foxy:
Extend Your Add To Cart Form
Your add to cart form can be as simple or as complex as needed, depending on your use case. The following information covers different ways to extend your add to cart form.
Add a Quantity Field
Update Inventory Counts
Automatically update product inventory counts after each successful transaction with our Foxy Webhooks. We have a tutorial on how to connect the Webhook with Make, from there you just need to add the logic to update your inventory according to your CMS. This can be done with other no code tools like Zapier, or even with serverless functions.