Repository URL to install this package:
|
Version:
0.9.6 ▾
|
const collectionProducts = [
{
name: 'Short Sleeve T-Shirts For Women',
identifier: '1124578',
brandName: 'Brand Name',
description:
'Here a shirt that ready to go the distance. Plain comfort, always in style, plain tees from T-Giant.',
image: {
value: 'https://raderain.sirv.com/T-Giant/516B_420010110_alt1.png',
},
salePrice: '$15.00',
regPrice: '$20.00',
bundleMandatoryProductsCount: 2,
bundleOptionalProductsCount: 2,
hasAddon: false,
hasBundleMandatoryProducts: false,
isCollectionSubProduct: true,
isBundleSubProduct: false,
isBundle: false,
viewBundleUrl: 'http://www.gmail.com',
reviewrating: {
reviewcount: 5,
ratings: 4.5,
},
navigationUrl: 'https://schema.org/Product',
},
{
name: 'Short Sleeve T-Shirts For Women',
identifier: '1124578',
brandName: 'Brand Name',
description:
'Here a shirt that ready to go the distance. Plain comfort, always in style, plain tees from T-Giant.',
image: {
value: 'https://raderain.sirv.com/T-Giant/516B_420010110_alt1.png',
},
salePrice: '$15.00',
regPrice: '$20.00',
bundleMandatoryProductsCount: 2,
bundleOptionalProductsCount: 2,
hasAddon: false,
hasBundleMandatoryProducts: false,
isCollectionSubProduct: true,
isBundleSubProduct: false,
isBundle: true,
viewBundleUrl: 'http://www.gmail.com',
reviewrating: {
reviewcount: 5,
ratings: 4.5,
},
navigationUrl: 'https://schema.org/Product',
},
]
export { collectionProducts }