Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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 }