E-Commerce Platform Template Reference
  • Welcome
  • Feature List
  • Quickstart Guide
  • GENERAL INFORMATION
    • Data Structure
    • Design & Layout
      • Styles
      • Homepage content and logos
      • Pages, groups, and popups
      • Padding
    • Functionality
      • Emails
      • Alerts
      • Hidden variables popup
  • ASSETS
    • Pages
      • index
      • home
      • search
      • product
      • checkout
      • login and loginsimple
      • owner
      • settings
      • termsofservice
      • privacypolicy
      • reset_pw
      • 404
      • standardpage
    • Reuseables
      • header
      • footer
      • signup/login
      • popupsreusable
      • editpopupsreusable
      • menufocusgroup or Menu options (︙)
      • cookiespermission
      • homepageblocks
      • owner's portal reusables
        • ownerdashboard
        • ownergeneralsettings
        • ownerseosettings
        • ownersocialmediasettings
        • ownersocialmediainfo
        • ownerlegalpages
        • ownerhomepagesetup
        • ownerstyles
        • ownerfeaturebacklog
      • menufocusgroup_product
      • popup add_edit_product
      • menufocusgroup_order
      • menufocusgroup_category
      • popup add_edit_category
      • update_lineitem_quantity
      • update_inventory
      • order confirmation
      • searchicon
      • carticon
    • API workflows
Powered by GitBook
On this page
  • Update Inventory Reusable Overview
  • Key Workflows

Was this helpful?

  1. ASSETS
  2. Reuseables

update_inventory

Element for updating a product's total amount in stock

Previousupdate_lineitem_quantityNextorder confirmation

Last updated 6 years ago

Was this helpful?

Update Inventory Reusable Overview

This reusable element is used to update a Product's Total in stock amount. Users can increment or decrement the amount by 1, or input a specific amount to be used. This exists on the .

Key Workflows

Group Increment Quantity is clicked

  • Increases the Product's Quantity by 1

Group Decrement Quantity is clicked

  • Decreases the Product's Quantity by 1

Input Product Quantity's value is changed

  • Updates the Product's Quantity to the inputted value

owner's portal