ClientSay
Data
Name | Type | Description | Initial value |
---|---|---|---|
carouseSetting | object | {"loop":false,"slidesPerView":2,"spaceBetween":10,"navigation":{"nextEl":".dj-carousel__next","prevEl":".dj-carousel__prev"},"breakpoints":{"undefined":{"slidesPerView":2,"spaceBetween":10}}} |
DefaultDescription
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | ||
offers | array | [] | |
reviews | array | [] | |
display-specifications | boolean | true | |
display-attributes | boolean | true | |
display-review | boolean | true | |
display-other-offers | boolean | true |
Data
Name | Type | Description | Initial value |
---|---|---|---|
displayCustomerReview | object | ctx.$config.customerReviewIsActive |
Computed Properties
Name | Type | Description |
---|---|---|
nbOffers | number | |
rating | unknown | |
productDescription | unknown | |
productSpecifications | unknown | |
productAttributes | unknown | |
productShipping | unknown |
DescriptionFullContent
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | ||
offers | array | [] |
Data
Name | Type | Description | Initial value |
---|---|---|---|
catalogMode | unknown | process.env.catalog_mode == 'true' ? true : false |
Computed Properties
Name | Type | Description |
---|---|---|
nbOffers | number | |
rating | unknown | |
productDescription | unknown | |
productSpecifications | unknown | |
productAttributes | unknown |
AddressCard
Props
Name | Type | Description | Default |
---|---|---|---|
address | object | {} | |
active | boolean | false | |
select | boolean | true |
Data
Name | Type | Description | Initial value |
---|---|---|---|
test | object | {} | |
increment | unknown | Math.random() | |
additionalAddress | unknown | this.address.additionalAddress ? this.address.additionalAddress : '' | |
addresss | unknown | this.address.address ? this.address.address : '' | |
billing | unknown | this.address.billing ? this.address.billing : '' | |
city | unknown | this.address.city ? this.address.city : '' | |
country | unknown | this.address.country ? this.address.country : '' | |
fullName | unknown | this.address.fullName ? this.address.fullName : '' | |
label | unknown | this.address.label ? this.address.label : '' | |
phone | unknown | this.address.phone ? this.address.phone : '' | |
shipping | unknown | this.address.shipping ? this.address.shipping : '' | |
state | unknown | this.address.state ? this.address.state : '' | |
zipcode | unknown | this.address.zipcode ? this.address.zipcode : '' | |
edit | boolean | false | |
supp | boolean | false | |
username | unknown | null | |
valid | boolean | true | |
error | boolean | false |
Computed Properties
Name | Type | Description |
---|---|---|
actived | object | Dependencies: active |
Events
Name | Description |
---|---|
refresh | Arguments
|
Methods
refresh()
Syntax
refresh(): void
close()
Syntax
close(params: unknown): void
onClickButton()
Syntax
onClickButton(): void
deleteTitle()
Syntax
async deleteTitle(id: unknown): Promise<void>
editModal()
Syntax
editModal(): void
editAddresse()
Syntax
async editAddresse(id: unknown): Promise<void>
DjCartSidebar
Props
Name | Type | Description |
---|---|---|
open-cart required | unknown |
Data
Name | Type | Description | Initial value |
---|---|---|---|
loading | boolean | false | |
increment | number | 0 |
Computed Properties
Name | Type | Description |
---|---|---|
totalAmountOfCart | unknown | Dependencies: increment , $core , cartItems , currency |
Events
Name | Description |
---|---|
close-cart | Arguments
|
Methods
closeCart()
Syntax
closeCart(): void
viewCart()
Syntax
viewCart(): void
checkout()
Syntax
checkout(): void
handleRemoveProductFromCart()
Syntax
handleRemoveProductFromCart(product: unknown): void
clearBasket()
Syntax
clearBasket(): void
DjCategoriesBox
Props
Name | Type | Description | Default |
---|---|---|---|
categories | array | [] |
Computed Properties
Name | Type | Description |
---|---|---|
categoriesToShow | unknown | Dependencies: $core , categories , $config |
Description
Props
Name | Type | Description | Default |
---|---|---|---|
type | string | "tabs" |
Computed Properties
Name | Type | Description |
---|---|---|
DesctiptionType | unknown | Dependencies: type |
DjCategoriesSidebar
Data
Name | Type | Description | Initial value |
---|---|---|---|
activeItem | string | "test" | |
sideBar | boolean | false |
Computed Properties
Name | Type | Description |
---|---|---|
menuCategories | unknown | Dependencies: $core , $store |
Methods
showCatMenu()
Syntax
showCatMenu(sideBar: unknown): void
hideCatMenu()
Syntax
hideCatMenu(sideBar: unknown): void
isActive()
Syntax
isActive(menuItem: unknown): binary
setActive()
Syntax
setActive(menuItem: unknown): void
FeaturedProducts
Props
Name | Type | Description |
---|---|---|
block | object |
Data
Name | Type | Description | Initial value |
---|---|---|---|
swiperProperties | object | {"loop":false,"slidesPerView":4,"spaceBetween":40,"autoHeight":true,"navigation":{"nextEl":".swiper-next","prevEl":".swiper-prev"},"pagination":{"el":".swiper-pagination","dynamicBullets":true},"breakpoints":{"undefined":{"slidesPerView":1,"spaceBetween":10}}} | |
newwkey | number | 30928809 | |
products | array | [] | |
TestLoading | boolean | true | |
nb | number | 0 | |
increment | number | 1 |
Computed Properties
Name | Type | Description |
---|---|---|
line | unknown | Dependencies: block |
DjFooter
Props
Name | Type | Description | Default |
---|---|---|---|
show-widgets | boolean | true | |
show-links | boolean | true | |
show-copyright | boolean | true | |
full-width | boolean | false |
DjHeader
Props
Name | Type | Description | Default |
---|---|---|---|
type | string | "horizontal" |
Computed Properties
Name | Type | Description |
---|---|---|
HeaderComponent | unknown | Dependencies: type |
index
Computed Properties
Name | Type | Description |
---|---|---|
totalAmountOfCart | unknown | Dependencies: $core , cartItems , currency , $store |
DjRelatedProducts
Props
Name | Type | Description | Default |
---|---|---|---|
products | array | [] | |
display-line | boolean | false | |
title | string | "" |
Data
Name | Type | Description | Initial value |
---|---|---|---|
swiperProperties | object | {"navigation":{"nextEl":".dj-product-slider .swiper-next","prevEl":".dj-product-slider .swiper-prev"},"slidesPerView":5,"spaceBetween":10,"autoHeight":false,"pagination":{"el":".swiper-pagination","dynamicBullets":true,"clickable":true},"loop":false,"speed":1000,"autoplay":{"delay":3000},"breakpoints":{"undefined":{"slidesPerView":4,"spaceBetween":50}}} | |
newwkey | number | 20321 |
Computed Properties
Name | Type | Description |
---|---|---|
line | unknown | Dependencies: displayLine |
DjTable
Slots
Name | Description |
---|---|
default |
Methods
updateColumnsCount()
Syntax
updateColumnsCount(columnsCount: unknown): void
DjMiniProductCart
Props
Name | Type | Description | Default |
---|---|---|---|
cart-line required | object | ||
deletable | boolean | true |
Data
Name | Type | Description | Initial value |
---|---|---|---|
quantity | unknown | this.$core.getCart.getQuantity(this.cartLine) | |
load | object | this.$store.state.cart.load |
Computed Properties
Name | Type | Description |
---|---|---|
productUnitPrice | unknown | Dependencies: $core , cartLine , currency |
stock | unknown | Dependencies: $core , cartLine |
stockWaring | unknown | Dependencies: $config , quantity , stock |
Methods
handleRemoveProductFromCart()
Syntax
handleRemoveProductFromCart(cartLine: unknown): void
quantityValue()
Syntax
quantityValue(params: unknown): void
DjSwiperBlock
Slots
Name | Description |
---|---|
default |
Props
Name | Type | Description | Default |
---|---|---|---|
title | string | "" | |
background-color | string | "transparent" | |
withlink | boolean | false | |
width | string | "94%" |
MenuSidebar
Data
Name | Type | Description | Initial value |
---|---|---|---|
menuItems | array | [{"text":"Dashboard","url":"/","icon":"icon-home"},{"text":"Orders","url":"/products","icon":"icon-bag2"},{"text":"Quotes","url":"/quotes","icon":"icon-papers"},{"text":"BuyingList","url":"/customers","icon":"icon-heart"},{"text":"Shop","url":"/products","icon":"icon-store"},{"text":"Addresses","url":"/categories","icon":"icon-map"},{"text":"Settings","url":"/settings","icon":"icon-cog"},{"text":"Logout","url":"/settings","icon":"icon-lock"}] |
MenuCategories
Data
Name | Type | Description | Initial value |
---|---|---|---|
logo | unknown | null | |
itshow | number | 0 |
Computed Properties
Name | Type | Description |
---|---|---|
menuCategories2 | unknown | Dependencies: $core , $store |
Events
Name | Description |
---|---|
close-overlay | Arguments
|
Methods
closeOverlay()
Syntax
closeOverlay(): void
handleClick()
Syntax
handleClick(event: unknown): void
PartialOfferAutocompleteItem
Props
Name | Type | Description |
---|---|---|
offer | object | |
offer-price | object | |
product | object |
Data
Name | Type | Description | Initial value |
---|---|---|---|
quantity | object | this.offerPrice.itemPerPack | |
quantityPerPack | object | this.offerPrice.itemPerPack | |
increment | number | 1 |
Computed Properties
Name | Type | Description |
---|---|---|
offerBestPrice | unknown | Dependencies: $core , offerPrice , currency |
offerId | unknown | Dependencies: $core , offerPrice |
supplierName | unknown | Dependencies: $core , offer |
supplierId | unknown | Dependencies: $core , offer |
productName | object | Dependencies: product |
productImage | object | Dependencies: product |
productId | object | Dependencies: product |
productVariantId | unknown | Dependencies: $core , offer |
Methods
quantityValue()
Syntax
quantityValue(params: unknown): void
ProductCart
Props
Name | Type | Description | Default |
---|---|---|---|
product-sku | string | "" | |
product-image | object | null | |
product-per-pack | number | 1 | |
product-name | string | "ProductName" | |
product-brand | string | null | |
product-navigation-category-name | string | null | |
supplier-name | string | "Supplier" | |
offer-quantity-in-stock | number | 1 | |
qte | number | 1 | |
attributs | array | ||
allow-product-link | boolean | false | |
allow-supplier-link | boolean | true | |
size | string | "standard" |
ProductOrder
Props
Name | Type | Description |
---|---|---|
product | object | |
product-variant | object | |
price | object |
Computed Properties
Name | Type | Description |
---|---|---|
attributes | unknown | Dependencies: productVariant |
ProductOrderSelect
Props
Name | Type | Description | Default |
---|---|---|---|
is-selected | boolean | false | |
product | object | ||
line | boolean | false |
Data
Name | Type | Description | Initial value |
---|---|---|---|
isHiding | boolean | false |
Computed Properties
Name | Type | Description |
---|---|---|
locale | unknown | Dependencies: $i18n |
productImage | unknown | Dependencies: $core , product |
productBrandName | unknown | Dependencies: $core , product |
productTitle | object | Dependencies: product |
productId | unknown | Dependencies: $core , product |
productSku | unknown | Dependencies: $core , product |
ProductResult
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | {} | |
add-option | boolean | true |
Data
Name | Type | Description | Initial value |
---|---|---|---|
selected | boolean | false | |
offers | array | [] |
Events
Name | Description |
---|---|
product-offers | Emit this information to the parents component Arguments
|
Methods
selectProduct()
Syntax
selectProduct(): void
viewOffers()
Syntax
async viewOffers(): Promise<void>
hideOffers()
Syntax
async hideOffers(): Promise<void>
destroyOffers()
Syntax
destroyOffers(): void
ProductSmall
Slots
Name | Description |
---|---|
default |
Props
Name | Type | Description |
---|---|---|
image | unknown | |
name | string | |
brand | string | |
sku | string | |
navigation-category-name | string |
ProductThumbnail
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | ||
line | boolean | false | |
orientation | string | "vertical" |
Data
Name | Type | Description | Initial value |
---|---|---|---|
productModal | boolean | false | |
productPreload | boolean | true | |
isImageLoaded | boolean | false | |
quickviewDialog | boolean | false | |
isHiding | boolean | false | |
quantity | number | 1 |
Computed Properties
Name | Type | Description |
---|---|---|
locale | unknown | Dependencies: $i18n |
productInfos | unknown | Dependencies: $core , product |
productImages | unknown | Dependencies: $core , productInfos |
productPictures | unknown | Dependencies: $core , productInfos |
productBrandName | unknown | Dependencies: $core , productInfos |
productTitle | unknown | Dependencies: $core , productInfos |
productVariantTitle | unknown | Dependencies: $core , product |
productId | unknown | Dependencies: $core , productInfos |
productSku | unknown | Dependencies: $core , productInfos |
productVariantId | unknown | Dependencies: product , $core |
rating | unknown | Dependencies: $core , product |
nbReview | unknown | Dependencies: $core , product |
itemPrice | unknown | Dependencies: product , $core |
quantityPerPack | unknown | Dependencies: product , $core |
offerId | unknown | Dependencies: product , $core |
productTagsToDisplay | unknown | Dependencies: $core , productInfos |
isSale | boolean | Dependencies: product |
isInPromotion | boolean | Dependencies: product |
orientationDisplay | unknown | Dependencies: orientation |
mainImage | unknown | Dependencies: $core , productInfos |
Methods
quantityValue()
Syntax
quantityValue(params: unknown): void
ProductThumbnailHorizontal
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | ||
line | boolean | false |
Data
Name | Type | Description | Initial value |
---|---|---|---|
productModal | boolean | false | |
productPreload | boolean | true | |
isImageLoaded | boolean | false | |
quickviewDialog | boolean | false | |
isHiding | boolean | false | |
quantity | number | 1 |
Computed Properties
Name | Type | Description |
---|---|---|
locale | unknown | Dependencies: $i18n |
productInfos | unknown | Dependencies: $core , product |
productImages | unknown | Dependencies: $core , productInfos |
productBrandName | unknown | Dependencies: $core , productInfos |
productTitle | unknown | Dependencies: $core , productInfos |
productId | unknown | Dependencies: $core , productInfos |
productSku | unknown | Dependencies: $core , productInfos |
productVariantId | unknown | Dependencies: product , $core |
rating | unknown | Dependencies: $core , product |
nbReview | unknown | Dependencies: $core , product |
offer | unknown | Dependencies: $core , product |
productTagsToDisplay | unknown | Dependencies: $core , productInfos |
isSale | boolean | Dependencies: product |
isInPromotion | boolean | Dependencies: product |
Methods
quantityValue()
Syntax
quantityValue(params: unknown): void
ProductWidgets
Props
Name | Type | Description | Default |
---|---|---|---|
collection-slug | string | "" |
Data
Name | Type | Description | Initial value |
---|---|---|---|
adsImage | unknown | null |
Computed Properties
Name | Type | Description |
---|---|---|
products | unknown |
WidgetTopProducts
Props
Name | Type | Description | Default |
---|---|---|---|
products | array | [] | |
title | string | "All Products" |
Data
Name | Type | Description | Initial value |
---|---|---|---|
carouselSetting | object | {"loop":false,"slidesPerView":4,"spaceBetween":1,"scrollbar":{"draggable":true},"pagination":{"el":".swiper-pagination","dynamicBullets":false},"breakpoints":{"undefined":{"slidesPerView":2,"spaceBetween":10}}} |