North Commerce
Back to North Commerce
  • 🚀Getting Started
    • Welcome to North Commerce
    • Installation
  • ⛰️Core Concepts
    • Orders
    • Products
      • Create a product
      • One Time Products
      • Subscription Products
      • Payment Plan Products
  • 💳Payment Gateways & Merchants
    • Stripe
    • PayPal
  • 📄Single Page Checkout Forms & Funnels
    • Single Page Checkout
  • 🎨Styling
    • Global CSS Variables
  • Builders
    • Beaver Builder
      • Building With Beaver Builder
    • Bricks
      • Query Loop
      • Attributes
        • Cart Item Attributes
    • Oxygen
  • Shortcodes
    • Product Collections
    • Product Collection Slider
    • Product Page
    • Cart Page
    • Checkout Page
    • Cart Drawer
    • Cart Icon
    • Customer Registration
    • Customer Account
  • Settings
    • General
  • For Developers
    • Flows
      • Add To Cart
      • Flow Events
      • Custom Functions In Flows
    • PHP "API"
      • Basic Entity Access Usage
    • Hooks & Actions
      • View Admin Hook Names
    • REST API
      • Getting Started
      • Adding Test Data
      • Filtering
  • Integrations
    • Create an integration
Powered by GitBook
On this page

Was this helpful?

  1. Builders
  2. Bricks

Attributes

North Commerce uses data attributes to enable you to have complete control over the UI while getting all of the North Commerce ecommerce functionality automatically.

The North Commerce attributes are available on specific Bricks elements that we have deemed necessary for the time being. If you are in need of North Commerce attributes on other elements not currently available just message support and we can add them.

Available Elements

  1. Button

  2. Heading

  3. Basic Text

  4. Image

  5. Container

  6. Div

$elements = [ 'button', 'heading', 'text-basic', 'image', 'container', 'div' ];

In order to set Bricks elements we just have to add the name of the element to this array and the attributes will then be available to that element.

Start Building

PreviousQuery LoopNextCart Item Attributes

Last updated 1 month ago

Was this helpful?