Skip to main content

fdk-pdp-size-stores

Deprecation Notice

Vue-based themes will soon be deprecated. Please switch to React-based themes, as all future updates and support will focus exclusively on React.

PDP Size Stores Action Component

Tag

fdk-pdp-size-stores

Description

This action component is used for getting the seller and store information whenever a size is selected. It’s primarily used on the Product Description page, whenever a certain size is selected for a product.

Props

KeyTypeDescriptionPayload
loadSellersfunctionThis function returns the list of all the sellers' details. Only those seller will be returned which deliver the selected size at the entered pincode.loadSellers({slug : string, size : string, pincode : string} : object)
loadStoresfunctionThis function returns the list of all the stores where selected size is available.loadStores({strategy : string,page : string,limit : string} : object)
loadMoreStoresfunctionThis function returns the next list of stores loadMoreStores({strategy : string,page : string,limit : string} : object)
allStoreInfoObjectInformation related to the storeNA
sizeDetailsObjectInformation related to the size of the productNA
all_stores_infoObjectNA
size_detailsObjectNA

Example

<fdk-pdp-size-stores>
<template slot-scope="sellerData">
//size code
</template>
</fdk-pdp-size-stores>

Was this section helpful?