Component JNC.ProductCatalog.Catalog

Product Catalog example

Navionics Full Product Catalog with products, product items list and parameter, product items description visible and custom shop link



    var catalog = new JNC.ProductCatalog.Catalog({
        container: '#catalog',
        zoom: 0.8,
        navKey: ***,
        enabledProducts: [
            { 'product': 'PlatinumPlus', 'showDescription': false}, // dont' show the description
            { 'product': 'NavionicsUpdates', 'showButtonPanel': false},  // don't show the button
            { 'product': 'NavionicsPlus', 'url': 'http://www.esa.int', 'inNewWindow': false } //show all but the link have a different endpoint
        ],
        ScaleLine: false
    });