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 mandatoryProducts = [
  {
    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',
    totalPrice: '$25.00',
    savePrice: '$5.00',
    bundleMandatoryProductsCount: 2,
    bundleOptionalProductsCount: 2,
    hasAddon: false,
    hasBundleMandatoryProducts: true,
    isCollectionSubProduct: false,
    isBundleSubProduct: true,
    reviewrating: {
      reviewcount: 5,
      ratings: 4.5,
    },
    options: [
      {
        label: 'size',
        value: 'small',
        isColon: true,
      },
      {
        label: 'color',
        value: 'black',
        isColon: true,
      },
      {
        label: 'Item #',
        value: '1124578',
        isColon: true,
      },
    ],
    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: true,
    isCollectionSubProduct: false,
    isBundleSubProduct: true,
    reviewrating: {
      reviewcount: 5,
      ratings: 4.5,
    },
    options: [
      {
        label: 'size',
        value: 'Extra-small',
        isColon: true,
      },
      {
        label: 'color',
        value: 'white',
        isColon: true,
      },
      {
        label: 'Item #',
        value: '1124578',
        isColon: true,
      },
    ],
    navigationUrl: 'https://schema.org/Product',
  },
]

const addonProducts = [
  {
    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',
    totalPrice: '$35.00',
    savePrice: '$5.00',
    bundleMandatoryProductsCount: 2,
    bundleOptionalProductsCount: 2,
    hasAddon: true,
    hasBundleMandatoryProducts: true,
    isCollectionSubProduct: false,
    isBundleSubProduct: true,
    inventoryContent: 'available',
    reviewrating: {
      reviewcount: 5,
      ratings: 4.5,
    },
    options: [
      {
        label: 'size',
        value: 'Extra Large',
        isColon: true,
      },
      {
        label: 'color',
        value: 'Pink',
        isColon: true,
      },
      {
        label: 'Item #',
        value: '1124578',
        isColon: true,
      },
    ],
    navigationUrl: 'https://schema.org/Product',
  },
  {
    name: 'Short Sleeve T-Shirts For Men',
    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',
    totalPrice: '$45.00',
    savePrice: '$10.00',
    bundleMandatoryProductsCount: 2,
    bundleOptionalProductsCount: 2,
    hasAddon: true,
    hasBundleMandatoryProducts: true,
    isCollectionSubProduct: false,
    isBundleSubProduct: true,
    inventoryContent: 'limited',
    reviewrating: {
      reviewcount: 5,
      ratings: 4.5,
    },
    options: [
      {
        label: 'size',
        value: 'small',
        isColon: true,
      },
      {
        label: 'color',
        value: 'black',
        isColon: true,
      },
      {
        label: 'Item #',
        value: '1124578',
        isColon: true,
      },
    ],
    navigationUrl: 'https://schema.org/Product',
  },
]

export { mandatoryProducts, addonProducts }