HidePrice

The parameter controls displaying prise on widget view.

hidePrice: boolean

HidePrice: false

ProductSlider({
  apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
  backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
  sliderType: 1,
  sliderPerView: {
    1200: 5,
    992: 3,
    768: 2,
    320: 1.5,
  },
  enablePreview: true,
  enableAutoHover: true,
  rootID: 'printlean',
  hidePrice: false
});
hidePrice:false
hidePrice: true

hidePrice: true

ProductSlider({
  apiKey: 'SNGbv8bSovxeDDDAXMS4Qm-ncTd8LOfORRVe0pdPkTk6o-jbu9',
  backgroundURL: 'https://your-domain.com/url-address-of-the-image.jpg',
  sliderType: 1,
  sliderPerView: {
    1200: 5,
    992: 3,
    768: 2,
    320: 1.5,
  },
  enablePreview: true,
  enableAutoHover: true,
  rootID: 'printlean',
  priceColor: '#dddddd'
  hidePrice: true
});

Last updated