Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(useCart): canAddToCart not working correctly #1417

Closed
wants to merge 3 commits into from

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    0352188 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. docs(composables): added documentation for composables (vuestorefront…

    …#1413)
    
    * docs(composables): added useAddresses, useApi, useBilling, useCart, useCategory docs
    * docs: added useCategorySearch composable doc
    * docs: added useConfig
    skirianov authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    db2f054 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fix(useCart): canAddToCart not working correctly

    Check if `stock_status` is 'IN_STOCK' or 'OUT_OF_STOCK'. 
    
    vuestorefront#1416
    bensinca authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5c87d85 View commit details
    Browse the repository at this point in the history