/* * * Desenvolvido por Integrando.se * hello@integrando.se * * Bootstrap v.3 * */ ;$(document).ready( function(){ if( $.fn.CalypsoMenu ){ $(document).CalypsoMenu(); } if( $.fn.CalypsoProductSelector ){ $('.product-model').each(function (i, node) { if ($(node).attr('id') == 'product-view') { $(document).CalypsoProductSelector({ nodeModel: node, btnAddCartSelector: '.add-to-cart-product-main', isProductView: true }); } else { $(document).CalypsoProductSelector({ nodeModel: node }); } }); } if( $.fn.CalypsoSearch ){ $(document).CalypsoSearch(); } if( $.fn.CalypsoNewsletter ){ $(document).CalypsoNewsletter(); } if( $.fn.CalypsoNewsletterHome ){ $(document).CalypsoNewsletterHome(); } if( $.fn.CalypsoNewsletterOffers ){ $(document).CalypsoNewsletterOffers(); } if( $.fn.CheckoutCalypso ){ $(document).CheckoutCalypso(); } if ( $.fn.CalypsoWishlistController ) { $(document).CalypsoWishlistController({ handleWishlist: false }); } console.log('%cCalypso ', 'font-weight: bold; font-size: 50px; color: rgb(190, 40, 40); text-shadow: 3px 3px 0 rgb(154 25 25), 6px 6px 0 rgb(129 18 18), 9px 9px 0 rgb(78 78 78), 12px 12px 0 rgb(51 51 51), 15px 15px 0 rgb(0, 0, 0)'); console.log('%cPowered by BlackSip ', 'font-weight: bold; font-size: 20px; color: #1A202C; text-shadow: 1px 1px 0 #14171c, 2px 2px 0 #141618, 3px 3px 0 #111112, 4px 4px 0 rgb(51 51 51), 5px 5px 0 rgb(0, 0, 0)'); });