AllButton

The parameter controls color and text button that redirects to Printlean store page.

allButton: {
    buttonText: 'See All Products',
    buttonColor: '#5ab6f8',
  }

AllButton

 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,
    allButton: {
    buttonText: 'See All Products',
    buttonColor: '#5ab6f8',
    },
    rootID: 'printlean'
  });
allButton : {buttonText : 'See All Products', buttonColor: '#5ab6f8'}
allButton : {buttonText : 'Go to Store', buttonColor: '#880808'}
 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,
    allButton: {
    buttonText: 'Go to Store',
    buttonColor: '#880808',
    },
    rootID: 'printlean'
  });

Last updated