Tailor Starter Documentation
Get ThemeOctober CMS DocsGitHub
  • Getting Started
  • Pages
    • Blocks
      • Hero Section
      • Section
        • Advanced Tab
        • Content Column
        • Buttons Column
        • Image Column
        • Posts Column
        • Events Column
        • Products Column
        • FAQs Column
        • Form Column
        • Search Column
      • Posts Section
      • Events Section
      • Products Section
      • Form Section
      • FAQs Section
      • Search Section
      • Creating Blocks
      • Editing Blocks
  • Menus
    • Main Menu
    • Secondary Menu
    • Social Menu
  • Blog
    • Posts
    • Authors
    • Categories
  • Events
  • Shop
    • Products
    • Product Categories
    • Product Properties
    • Orders
    • Cart
  • FAQs
  • Forms
    • Submissions
  • Search
  • Icons
  • Settings
  • Editing Blueprint Files
  • Seed Data
Powered by GitBook
On this page
  • Introduction
  • Simple Products
  • Variable Products
  • Template Files
  • Pages
  • Blueprints
Edit on GitHub
  1. Shop

Products

PreviousShopNextProduct Categories

Last updated 2 years ago

Introduction

Products are Tailor Blueprint entries designed to show products based on the entry's settings. Product entry content is determined by the file.

The idea behind the shop is to show a semi-simple product library with most features. If you need more features, Install the .

There are two types of products Simple Products & Variable Products

Simple Products

Simple products are just that. They support the following content:

  • A Description Field

  • A Short Description Field

  • Price field

  • Quantity field with Stock support (Decrementing when purchased)

  • Product Categories

  • Product Images (The first one is used as the main one)

  • SEO & OG Tag information provided by the file

  • Header, Body, and Footer code areas provided by the file

These products are designed to sell non-variable items, like a "one-of-a-kind" piece.

Variable Products

Variant quantities are not supported.

  • No Stock Support (Decrementing when purchased)

  • Ability to set variants from a Property Set or specify your own Custom Properties

Custom Properties

Custom properties allow more power for creating variant options for the product. They have the following options

  • Variant Property Title

  • Variant Property Type

    • Dropdown

    • Color

  • Dropdown Items (In a repeater. Depends on the Variant Property Type of Dropdown)

    • Title

    • Slug

    • Price

    • Enabled (Defaults to false)

  • Color Items (In a repeater. Depends on the Variant Property Type of Color)

    • Title

    • Color

    • Price

    • Enabled (Defaults to false)

Template Files

The pages and layouts below are used to display content throughout the site. Below is an explanation of what each file does and how things are rendered.

Pages

product.htm

Blueprints

builder/products/*

These products are more powerful. You can add or specify Custom Attributes. All variant pricing defaults to the price under the the Manage tab. To summarize, These products have the following content and abilities:

All the fields in the

SEO & OG Tag information provided by the file

Header, Body, and Footer code areas provided by the file.

is used to display a single product entry type from the blueprint.

are used to render the top level Section blocks in the Dynamic Page Builder.

products.yaml
OFFLINE.Mall plugin
seo_fields.yaml
code_fields.yaml
Product Properties
seo_fields.yaml
code_fields.yaml
This file
products.yaml
These files
Simple Products