Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Youhan/shopify-vuejs-theme
/ functions
Functions
27 in github.com/Youhan/shopify-vuejs-theme
⨍
Functions
27
◇
Types & classes
4
↓ 7 callers
Function
camelCase
(text)
src/vue/utils/Helpers.js:5
↓ 7 callers
Function
upperFirst
(string)
src/vue/utils/Helpers.js:1
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/layout/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/collection/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/product/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/search/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/home/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/cart/components/index.js:4
↓ 2 callers
Function
RegisterComponents
(requireComponents)
src/vue/entry/account/components/index.js:4
↓ 2 callers
Method
change
* This call sets the quantity of an item already in the cart. * POST /cart/change.js
src/vue/utils/Cart.js:66
↓ 2 callers
Function
toggleRecoverPasswordForm
* Show/Hide recover password form
src/scripts/customer/login.js:34
↓ 1 callers
Function
checkUrlHash
()
src/scripts/customer/login.js:22
↓ 1 callers
Function
getEntries
(pattern)
webpack.config.js:24
↓ 1 callers
Function
resetPasswordSuccess
* Show reset password success message
src/scripts/customer/login.js:42
Method
addBulk
* Use this to add multiple variants to the cart. * POST /cart/add.js * @returns {Promise<Response>} axios response
src/vue/utils/Cart.js:28
Method
addItem
* 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
Method
clear
* This call sets all quantities of all line items in the cart to zero. * POST /cart/clear.js
src/vue/utils/Cart.js:84
Function
consoleBanner
()
src/vue/utils/Helpers.js:13
Method
constructor
()
src/vue/utils/Cart.js:4
Method
constructor
()
src/vue/utils/ProductService.js:4
Method
getAll
* 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
Method
getOne
* Fetch the product from a custom liquid endpoint and * transform it * * @param {String} handle Shopify product handle
src/vue/utils/ProductService.js:56
Method
getOneMini
* Fetch the product from a custom liquid endpoint and * transform it * * @param {String} handle Shopify product handle
src/vue/utils/ProductService.js:83
Method
getState
* Use this to get the cart as JSON. * GET /cart.js * @returns {Promise<Response>} axios response
src/vue/utils/Cart.js:47
Function
onShowHidePasswordForm
(evt)
src/scripts/customer/login.js:17
Method
removeItem
* Sets quantity to zero ond runs change
src/vue/utils/Cart.js:73
Method
updateLine
* Use this to update the cart's note, attributes, or line item quantities. * POST /cart/update.js
src/vue/utils/Cart.js:55