vuestorefront / vsf-capybara

Capybara is a Storefront UI based theme for Vue Storefront. Always Open Source, MIT license. Made with :green_heart: by Vue Storefront.
https://capybara.storefrontcloud.io/
MIT License
154 stars 84 forks source link

Product manage stock #565

Open Cheeerd opened 3 years ago

Cheeerd commented 3 years ago

Hello, products with disabled manage qty are shown as out of stock. Here https://github.com/vuestorefront/vsf-capybara/blob/a7fc86c07137e6347f246677b392eb574d5e5d68/pages/Product.vue#L207 instead of this.manageQuantity = res.isManageStock; should be this.stock.manageQuantity = res.isManageStock;.