MCPcopy Create free account

hub / github.com/Youhan/shopify-vuejs-theme / functions

Functions27 in github.com/Youhan/shopify-vuejs-theme

↓ 7 callersFunctioncamelCase
(text)
src/vue/utils/Helpers.js:5
↓ 7 callersFunctionupperFirst
(string)
src/vue/utils/Helpers.js:1
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/layout/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/collection/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/product/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/search/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/home/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/cart/components/index.js:4
↓ 2 callersFunctionRegisterComponents
(requireComponents)
src/vue/entry/account/components/index.js:4
↓ 2 callersMethodchange
* This call sets the quantity of an item already in the cart. * POST /cart/change.js
src/vue/utils/Cart.js:66
↓ 2 callersFunctiontoggleRecoverPasswordForm
* Show/Hide recover password form
src/scripts/customer/login.js:34
↓ 1 callersFunctioncheckUrlHash
()
src/scripts/customer/login.js:22
↓ 1 callersFunctiongetEntries
(pattern)
webpack.config.js:24
↓ 1 callersFunctionresetPasswordSuccess
* Show reset password success message
src/scripts/customer/login.js:42
MethodaddBulk
* Use this to add multiple variants to the cart. * POST /cart/add.js * @returns {Promise<Response>} axios response
src/vue/utils/Cart.js:28
MethodaddItem
* Use this to add one or multiple variants to the cart. * POST /cart/add.js * @returns {Promise<Response>} axios response
src/vue/utils/Cart.js:11
Methodclear
* This call sets all quantities of all line items in the cart to zero. * POST /cart/clear.js
src/vue/utils/Cart.js:84
FunctionconsoleBanner
()
src/vue/utils/Helpers.js:13
Methodconstructor
()
src/vue/utils/Cart.js:4
Methodconstructor
()
src/vue/utils/ProductService.js:4
MethodgetAll
* Fetch products of a collection with filtered tags * * @param {String} handle collection handle * @param {Array} tags provided tags * @p
src/vue/utils/ProductService.js:19
MethodgetOne
* Fetch the product from a custom liquid endpoint and * transform it * * @param {String} handle Shopify product handle
src/vue/utils/ProductService.js:56
MethodgetOneMini
* Fetch the product from a custom liquid endpoint and * transform it * * @param {String} handle Shopify product handle
src/vue/utils/ProductService.js:83
MethodgetState
* Use this to get the cart as JSON. * GET /cart.js * @returns {Promise<Response>} axios response
src/vue/utils/Cart.js:47
FunctiononShowHidePasswordForm
(evt)
src/scripts/customer/login.js:17
MethodremoveItem
* Sets quantity to zero ond runs change
src/vue/utils/Cart.js:73
MethodupdateLine
* Use this to update the cart's note, attributes, or line item quantities. * POST /cart/update.js
src/vue/utils/Cart.js:55