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. Shortcodes

Cart Page

The cartpage is one of the few pages that is automatically generated when the North Commerce Plugin is activated.

PreviousProduct PageNextCheckout Page

Last updated 2 years ago

Was this helpful?

The cart page page has 2 states.

[nc-cart]
  1. Empty Cart state which is the state of the cart page when a customer has not added any items to their cart. This state looks like:

  2. The state of the cart when a customer has added a product to their cart looks like:

If your product has variations a customer will be able to update their product options directly from the cart page.

The cart page component is not complete and has a few bugs that need to be fixed.

SEE ALSO:

CART DRAWER