You can manage all of your products and stock in Statamics control panel.
To create a product, simply fill out all fields marked with a little red star.
Field | Description |
product | The product name. |
slug | A unique identifier for the product, which will be used to create the product url. butik will bark if the slug has already been taken. |
price | Product price including taxes. Use the without_tax modifier to show the price without taxes. |
tax | The tax that's added to this product. |
shipping | The shipping profile connected with this product. |
type | Right now there is only physical available. Soon it will be possible to sell digital products as well. |
description | The description shown for this product. |
Field | Description |
available | If deactivated, the product can't be bought and won't show up in the shop. |
stock | How many items are available. |
stock unlimited | Is there an unlimited amount of this product available? Be careful with this setting! |
images | Images will help to sell your product. |
After you saved your product, you will be redirected to the edit view of your product.
This view is nearly identically with the create screen. Variations and categories can be edited from here as well. No hassle jumping to different views to edit a category, variation or similar.
Remove those and you will break everything for sure.
Those are the minimum information butik does need. We need a product price, a tax connected to the product, shipping information.
Field | handle |
Titel | title |
Price | price |
Tax | tax_id |
Shipping | shipping_profile_slug |
Description | description |
Open the product blueprint inside the control panel and add those fields you want to your product. That's it. Done.
If you don't want to use variants, remove the variants fieldtype from the product blueprint.
You can create different variants for your existing products. This might be useful for different cases, like selling T-shirts in different sizes.
Field | Description |
available | If deactivated, this variant can not be bought or won't be shown. |
name | Choose a short and unambiguous name for your variant. |
link price | Do you want to inherit the price or use another price? |
price | Will only show up if prices are not linked. |
inherit stock | Do you want to inherit the stock from your parents? |
stock | Only visible if not inherited from the parent. |
stock unlimited | Do you have unlimited products? Be careful with this setting. |
If you don't want to use categories, remove the variants fieldtype from the product blueprint.
Your shop does work perfectly without any categories. In case you`re having a huge range of products, categories will help your customers find what they need faster.
Simply create a new category when editing your product.
Use the toggles to connect your product to one or multiple categories. That's really everything there is to it.
As soon as you add any category, links will get visibly in our default shop templates to browse products in the belonging categories.