Adding A Commerce7 Buy Button
Here is how to add add a Commerce7 add to cart widget to your site. Note that this is just the price/size and add to cart, it does not include the product name or bottle shot.
1.Add a Text Block to your page and drag it where you want the form to go on the page (or use an existing Text block).
2.In the Text Block Content area, click on the Text tab.
3.Paste this code snippet:
<div class="c7-buy-product" data-product-slug="SLUG GOES HERE"></div>
4.Replace SLUG GOES HERE with the C7 product slug, found by going to Store > Products and clicking on the product you want to add, the scrolling to the very bottom to the SEO section
6.Scroll back up the page and click on Publish or Update in the top right to publish the form.