(function(require){ (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { directoryRegionUpdater: 'Magento_Directory/js/region-updater' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { waitSeconds: 0, map: { '*': { 'ko': 'knockoutjs/knockout', 'knockout': 'knockoutjs/knockout', 'mageUtils': 'mage/utils/main', 'rjsResolver': 'mage/requirejs/resolver', 'jquery-ui-modules/core': 'jquery/ui-modules/core', 'jquery-ui-modules/accordion': 'jquery/ui-modules/widgets/accordion', 'jquery-ui-modules/autocomplete': 'jquery/ui-modules/widgets/autocomplete', 'jquery-ui-modules/button': 'jquery/ui-modules/widgets/button', 'jquery-ui-modules/datepicker': 'jquery/ui-modules/widgets/datepicker', 'jquery-ui-modules/dialog': 'jquery/ui-modules/widgets/dialog', 'jquery-ui-modules/draggable': 'jquery/ui-modules/widgets/draggable', 'jquery-ui-modules/droppable': 'jquery/ui-modules/widgets/droppable', 'jquery-ui-modules/effect-blind': 'jquery/ui-modules/effects/effect-blind', 'jquery-ui-modules/effect-bounce': 'jquery/ui-modules/effects/effect-bounce', 'jquery-ui-modules/effect-clip': 'jquery/ui-modules/effects/effect-clip', 'jquery-ui-modules/effect-drop': 'jquery/ui-modules/effects/effect-drop', 'jquery-ui-modules/effect-explode': 'jquery/ui-modules/effects/effect-explode', 'jquery-ui-modules/effect-fade': 'jquery/ui-modules/effects/effect-fade', 'jquery-ui-modules/effect-fold': 'jquery/ui-modules/effects/effect-fold', 'jquery-ui-modules/effect-highlight': 'jquery/ui-modules/effects/effect-highlight', 'jquery-ui-modules/effect-scale': 'jquery/ui-modules/effects/effect-scale', 'jquery-ui-modules/effect-pulsate': 'jquery/ui-modules/effects/effect-pulsate', 'jquery-ui-modules/effect-shake': 'jquery/ui-modules/effects/effect-shake', 'jquery-ui-modules/effect-slide': 'jquery/ui-modules/effects/effect-slide', 'jquery-ui-modules/effect-transfer': 'jquery/ui-modules/effects/effect-transfer', 'jquery-ui-modules/effect': 'jquery/ui-modules/effect', 'jquery-ui-modules/menu': 'jquery/ui-modules/widgets/menu', 'jquery-ui-modules/mouse': 'jquery/ui-modules/widgets/mouse', 'jquery-ui-modules/position': 'jquery/ui-modules/position', 'jquery-ui-modules/progressbar': 'jquery/ui-modules/widgets/progressbar', 'jquery-ui-modules/resizable': 'jquery/ui-modules/widgets/resizable', 'jquery-ui-modules/selectable': 'jquery/ui-modules/widgets/selectable', 'jquery-ui-modules/slider': 'jquery/ui-modules/widgets/selectmenu', 'jquery-ui-modules/sortable': 'jquery/ui-modules/widgets/sortable', 'jquery-ui-modules/spinner': 'jquery/ui-modules/widgets/spinner', 'jquery-ui-modules/tabs': 'jquery/ui-modules/widgets/tabs', 'jquery-ui-modules/tooltip': 'jquery/ui-modules/widgets/tooltip', 'jquery-ui-modules/widget': 'jquery/ui-modules/widget', 'jquery-ui-modules/timepicker': 'jquery/timepicker' } }, shim: { 'jquery/jquery-migrate': ['jquery'], 'mage/adminhtml/backup': ['prototype'], 'mage/captcha': ['prototype'], 'mage/new-gallery': ['jquery'], 'jquery/ui': ['jquery'], 'matchMedia': { 'exports': 'mediaCheck' }, 'magnifier/magnifier': ['jquery'] }, paths: { 'jquery/validate': 'jquery/jquery.validate', 'jquery/file-uploader': 'jquery/fileUploader/jquery.fileuploader', 'prototype': 'legacy-build.min', 'jquery/jquery-storageapi': 'jquery/jquery.storageapi.min', 'text': 'mage/requirejs/text', 'domReady': 'requirejs/domReady', 'spectrum': 'jquery/spectrum/spectrum', 'tinycolor': 'jquery/spectrum/tinycolor', 'jquery-ui-modules': 'jquery/ui-modules' }, deps: [ 'jquery/jquery-migrate' ], config: { text: { 'headers': { 'X-Requested-With': 'XMLHttpRequest' } } } }; require(['jquery'], function ($) { 'use strict'; $.noConflict(); }); require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'rowBuilder': 'Magento_Theme/js/row-builder', 'toggleAdvanced': 'mage/toggle', 'translateInline': 'mage/translate-inline', 'sticky': 'mage/sticky', 'tabs': 'mage/tabs', 'collapsible': 'mage/collapsible', 'dropdownDialog': 'mage/dropdown', 'dropdown': 'mage/dropdowns', 'accordion': 'mage/accordion', 'loader': 'mage/loader', 'tooltip': 'mage/tooltip', 'deletableItem': 'mage/deletable-item', 'itemTable': 'mage/item-table', 'fieldsetControls': 'mage/fieldset-controls', 'fieldsetResetControl': 'mage/fieldset-controls', 'redirectUrl': 'mage/redirect-url', 'loaderAjax': 'mage/loader', 'menu': 'mage/menu', 'popupWindow': 'mage/popup-window', 'validation': 'mage/validation/validation', 'breadcrumbs': 'Magento_Theme/js/view/breadcrumbs', 'jquery/ui': 'jquery/compat', 'cookieStatus': 'Magento_Theme/js/cookie-status' } }, deps: [ 'mage/common', 'mage/dataPost', 'mage/bootstrap' ], config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Magento_Theme/js/view/add-home-breadcrumb': true }, 'jquery/ui-modules/widgets/sortable': { 'jquery/patches/jquery-ui-sortable': true } } } }; /* eslint-disable max-depth */ /** * Adds polyfills only for browser contexts which prevents bundlers from including them. */ if (typeof window !== 'undefined' && window.document) { /** * Polyfill localStorage and sessionStorage for browsers that do not support them. */ try { if (!window.localStorage || !window.sessionStorage) { throw new Error(); } localStorage.setItem('storage_test', 1); localStorage.removeItem('storage_test'); } catch (e) { config.deps.push('mage/polyfill'); } } /* eslint-enable max-depth */ require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { quickSearch: 'Magento_Search/js/form-mini', 'Magento_Search/form-mini': 'Magento_Search/js/form-mini' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { checkoutBalance: 'Magento_Customer/js/checkout-balance', address: 'Magento_Customer/js/address', changeEmailPassword: 'Magento_Customer/js/change-email-password', passwordStrengthIndicator: 'Magento_Customer/js/password-strength-indicator', zxcvbn: 'Magento_Customer/js/zxcvbn', addressValidation: 'Magento_Customer/js/addressValidation', showPassword: 'Magento_Customer/js/show-password', 'Magento_Customer/address': 'Magento_Customer/js/address', 'Magento_Customer/change-email-password': 'Magento_Customer/js/change-email-password' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { escaper: 'Magento_Security/js/escaper' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { priceBox: 'Magento_Catalog/js/price-box', priceOptionDate: 'Magento_Catalog/js/price-option-date', priceOptionFile: 'Magento_Catalog/js/price-option-file', priceOptions: 'Magento_Catalog/js/price-options', priceUtils: 'Magento_Catalog/js/price-utils' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { compareList: 'Magento_Catalog/js/list', relatedProducts: 'Magento_Catalog/js/related-products', upsellProducts: 'Magento_Catalog/js/upsell-products', productListToolbarForm: 'Magento_Catalog/js/product/list/toolbar', catalogGallery: 'Magento_Catalog/js/gallery', catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' } }, config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Magento_Catalog/js/product/breadcrumbs': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { addToCart: 'Magento_Msrp/js/msrp' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { catalogSearch: 'Magento_CatalogSearch/form-mini' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { creditCardType: 'Magento_Payment/js/cc-type', 'Magento_Payment/cc-type': 'Magento_Payment/js/cc-type' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftMessage: 'Magento_Sales/js/gift-message', ordersReturns: 'Magento_Sales/js/orders-returns', 'Magento_Sales/gift-message': 'Magento_Sales/js/gift-message', 'Magento_Sales/orders-returns': 'Magento_Sales/js/orders-returns' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { discountCode: 'Magento_Checkout/js/discount-codes', shoppingCart: 'Magento_Checkout/js/shopping-cart', regionUpdater: 'Magento_Checkout/js/region-updater', sidebar: 'Magento_Checkout/js/sidebar', checkoutLoader: 'Magento_Checkout/js/checkout-loader', checkoutData: 'Magento_Checkout/js/checkout-data', proceedToCheckout: 'Magento_Checkout/js/proceed-to-checkout', catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { paths: { 'jquery/jquery-storageapi': 'Magento_Cookie/js/jquery.storageapi.extended' } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { requireCookie: 'Magento_Cookie/js/require-cookie', cookieNotices: 'Magento_Cookie/js/notices' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { downloadable: 'Magento_Downloadable/js/downloadable', 'Magento_Downloadable/downloadable': 'Magento_Downloadable/js/downloadable' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { bundleOption: 'Magento_Bundle/bundle', priceBundle: 'Magento_Bundle/js/price-bundle', slide: 'Magento_Bundle/js/slide', productSummary: 'Magento_Bundle/js/product-summary' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftOptions: 'Magento_GiftMessage/js/gift-options', 'Magento_GiftMessage/gift-options': 'Magento_GiftMessage/js/gift-options' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [], shim: { 'chartjs/chartjs-adapter-moment': ['moment'], 'tiny_mce_5/tinymce.min': { exports: 'tinyMCE' } }, paths: { 'ui/template': 'Magento_Ui/templates' }, map: { '*': { uiElement: 'Magento_Ui/js/lib/core/element/element', uiCollection: 'Magento_Ui/js/lib/core/collection', uiComponent: 'Magento_Ui/js/lib/core/collection', uiClass: 'Magento_Ui/js/lib/core/class', uiEvents: 'Magento_Ui/js/lib/core/events', uiRegistry: 'Magento_Ui/js/lib/registry/registry', consoleLogger: 'Magento_Ui/js/lib/logger/console-logger', uiLayout: 'Magento_Ui/js/core/renderer/layout', buttonAdapter: 'Magento_Ui/js/form/button-adapter', chartJs: 'chartjs/Chart.min', 'chart.js': 'chartjs/Chart.min', tinymce: 'tiny_mce_5/tinymce.min', wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { pageCache: 'Magento_PageCache/js/page-cache' } }, deps: ['Magento_PageCache/js/form-key-provider'] }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { captcha: 'Magento_Captcha/js/captcha', 'Magento_Captcha/captcha': 'Magento_Captcha/js/captcha' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { configurable: 'Magento_ConfigurableProduct/js/configurable' } }, config: { mixins: { 'Magento_Catalog/js/catalog-add-to-cart': { 'Magento_ConfigurableProduct/js/catalog-add-to-cart-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { multiShipping: 'Magento_Multishipping/js/multi-shipping', orderOverview: 'Magento_Multishipping/js/overview', payment: 'Magento_Multishipping/js/payment', billingLoader: 'Magento_Checkout/js/checkout-loader', cartUpdate: 'Magento_Checkout/js/action/update-shopping-cart', multiShippingBalance: 'Magento_Multishipping/js/multi-shipping-balance' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { recentlyViewedProducts: 'Magento_Reports/js/recently-viewed' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/quote': { 'Magento_InventoryInStorePickupFrontend/js/model/quote-ext': true }, 'Magento_Checkout/js/view/shipping-information': { 'Magento_InventoryInStorePickupFrontend/js/view/shipping-information-ext': true }, 'Magento_Checkout/js/model/checkout-data-resolver': { 'Magento_InventoryInStorePickupFrontend/js/model/checkout-data-resolver-ext': true }, 'Magento_Checkout/js/checkout-data': { 'Magento_InventoryInStorePickupFrontend/js/checkout-data-ext': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'Magento_InventorySwatchesFrontendUi/js/swatch-renderer': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { subscriptionStatusResolver: 'Magento_Newsletter/js/subscription-status-resolver', newsletterSignUp: 'Magento_Newsletter/js/newsletter-sign-up' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/action/select-payment-method': { 'Magento_SalesRule/js/action/select-payment-method-mixin': true }, 'Magento_Checkout/js/model/shipping-save-processor': { 'Magento_SalesRule/js/model/shipping-save-processor-mixin': true }, 'Magento_Checkout/js/action/place-order': { 'Magento_SalesRule/js/model/place-order-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'slick': 'Magento_PageBuilder/js/resource/slick/slick', 'jarallax': 'Magento_PageBuilder/js/resource/jarallax/jarallax', 'jarallaxVideo': 'Magento_PageBuilder/js/resource/jarallax/jarallax-video', 'vimeo': 'Magento_PageBuilder/js/resource/vimeo/player', 'vimeoWrapper': 'Magento_PageBuilder/js/resource/vimeo/vimeo-wrapper' } }, shim: { 'Magento_PageBuilder/js/resource/slick/slick': { deps: ['jquery'] }, 'Magento_PageBuilder/js/resource/jarallax/jarallax-video': { deps: ['jarallax', 'vimeoWrapper'] }, 'Magento_PageBuilder/js/resource/vimeo/player': { exports: ['Player'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { shim: { cardinaljs: { exports: 'Cardinal' }, cardinaljsSandbox: { exports: 'Cardinal' } }, paths: { cardinaljsSandbox: 'https://includestest.ccdc02.com/cardinalcruise/v1/songbird', cardinaljs: 'https://songbird.cardinalcommerce.com/edge/v1/songbird' } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { transparent: 'Magento_Payment/js/transparent', 'Magento_Payment/transparent': 'Magento_Payment/js/transparent' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { orderReview: 'Magento_Paypal/js/order-review', 'Magento_Paypal/order-review': 'Magento_Paypal/js/order-review', paypalCheckout: 'Magento_Paypal/js/paypal-checkout' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Customer/js/customer-data': { 'Magento_Persistent/js/view/customer-data-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { loadPlayer: 'Magento_ProductVideo/js/load-player', fotoramaVideoEvents: 'Magento_ProductVideo/js/fotorama-add-video-events' } }, shim: { vimeoAPI: {} } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/action/place-order': { 'Magento_CheckoutAgreements/js/model/place-order-mixin': true }, 'Magento_Checkout/js/action/set-payment-information': { 'Magento_CheckoutAgreements/js/model/set-payment-information-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'Magento_Checkout/js/model/place-order': { 'Magento_ReCaptchaCheckout/js/model/place-order-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /*eslint strict: ["error", "global"]*/ 'use strict'; var config = { config: { mixins: { 'Magento_Ui/js/view/messages': { 'Magento_ReCaptchaFrontendUi/js/ui-messages-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'Magento_Paypal/js/view/payment/method-renderer/payflowpro-method': { 'Magento_ReCaptchaPaypal/js/payflowpro-method-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'jquery': { 'Magento_ReCaptchaWebapiUi/js/jquery-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { mageTranslationDictionary: 'Magento_Translation/js/mage-translation-dictionary' } }, deps: [ 'mageTranslationDictionary' ] }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { editTrigger: 'mage/edit-trigger', addClass: 'Magento_Translation/js/add-class', 'Magento_Translation/add-class': 'Magento_Translation/js/add-class' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { configurableVariationQty: 'Magento_InventoryConfigurableProductFrontendUi/js/configurable-variation-qty' } }, config: { mixins: { 'Magento_ConfigurableProduct/js/configurable': { 'Magento_InventoryConfigurableProductFrontendUi/js/configurable': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/view/payment/list': { 'Magento_PaypalCaptcha/js/view/payment/list-mixin': true }, 'Magento_Paypal/js/view/payment/method-renderer/payflowpro-method': { 'Magento_PaypalCaptcha/js/view/payment/method-renderer/payflowpro-method-mixin': true }, 'Magento_Captcha/js/view/checkout/defaultCaptcha': { 'Magento_PaypalCaptcha/js/view/checkout/defaultCaptcha-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'taxToggle': 'Magento_Weee/js/tax-toggle', 'Magento_Weee/tax-toggle': 'Magento_Weee/js/tax-toggle' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { wishlist: 'Magento_Wishlist/js/wishlist', addToWishlist: 'Magento_Wishlist/js/add-to-wishlist', wishlistSearch: 'Magento_Wishlist/js/search' } } }; require.config(config); })(); (function() { /** * Config to pull in all the relevant Braintree JS SDKs * @type {{paths: {braintreePayPalInContextCheckout: string, braintreePayPalCheckout: string, braintreeVenmo: string, braintreeHostedFields: string, braintreeDataCollector: string, braintreeThreeDSecure: string, braintreeGooglePay: string, braintreeApplePay: string, braintreeAch: string, braintreeLpm: string, googlePayLibrary: string}, map: {"*": {braintree: string}}}} */ var config = { map: { '*': { braintree: 'https://js.braintreegateway.com/web/3.94.0/js/client.min.js', } }, paths: { "braintreePayPalCheckout": "https://js.braintreegateway.com/web/3.94.0/js/paypal-checkout.min", "braintreeHostedFields": "https://js.braintreegateway.com/web/3.94.0/js/hosted-fields.min", "braintreeDataCollector": "https://js.braintreegateway.com/web/3.94.0/js/data-collector.min", "braintreeThreeDSecure": "https://js.braintreegateway.com/web/3.94.0/js/three-d-secure.min", "braintreeApplePay": 'https://js.braintreegateway.com/web/3.94.0/js/apple-pay.min', "braintreeGooglePay": 'https://js.braintreegateway.com/web/3.94.0/js/google-payment.min', "braintreeVenmo": 'https://js.braintreegateway.com/web/3.94.0/js/venmo.min', "braintreeAch": "https://js.braintreegateway.com/web/3.94.0/js/us-bank-account.min", "braintreeLpm": "https://js.braintreegateway.com/web/3.94.0/js/local-payment.min", "googlePayLibrary": "https://pay.google.com/gp/p/js/pay", "braintreePayPalInContextCheckout": "https://www.paypalobjects.com/api/checkout" } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/step-navigator': { 'PayPal_Braintree/js/model/step-navigator-mixin': true }, 'PayPal_Braintree/js/view/payment/method-renderer/cc-form': { 'PayPal_Braintree/js/reCaptcha/braintree-cc-method-mixin': true } } }, map: { '*': { braintreeCheckoutPayPalAdapter: 'PayPal_Braintree/js/view/payment/adapter' } }, }; require.config(config); })(); (function() { /* jshint browser:true jquery:true */ var amasty_mixin_enabled = !window.amasty_checkout_disabled, config; config = { 'map': { '*': {} }, config: { mixins: { 'Magento_Checkout/js/model/new-customer-address': { 'Amasty_CheckoutCore/js/model/new-customer-address-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/payment/list': { 'Amasty_CheckoutCore/js/view/payment/list': amasty_mixin_enabled }, 'Magento_Checkout/js/view/summary/abstract-total': { 'Amasty_CheckoutCore/js/view/summary/abstract-total': amasty_mixin_enabled }, 'Magento_Checkout/js/model/step-navigator': { 'Amasty_CheckoutCore/js/model/step-navigator-mixin': amasty_mixin_enabled }, 'Magento_Paypal/js/action/set-payment-method': { 'Amasty_CheckoutCore/js/action/set-payment-method-mixin': amasty_mixin_enabled }, 'Magento_CheckoutAgreements/js/model/agreements-assigner': { 'Amasty_CheckoutCore/js/model/agreements-assigner-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/summary': { 'Amasty_CheckoutCore/js/view/summary-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/shipping': { 'Amasty_CheckoutCore/js/view/shipping-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/summary/cart-items': { 'Amasty_CheckoutCore/js/view/summary/cart-items-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/payment/additional-validators': { 'Amasty_CheckoutCore/js/model/payment-validators/additional-validators-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/customer-email-validator': { 'Amasty_CheckoutCore/js/model/customer-email-validator-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/checkout-data-resolver': { 'Amasty_CheckoutCore/js/model/checkout-data-resolver-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/shipping-rates-validator': { 'Amasty_CheckoutCore/js/model/shipping-rates-validator-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/action/set-shipping-information': { 'Amasty_CheckoutCore/js/action/set-shipping-information-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/full-screen-loader': { 'Amasty_CheckoutCore/js/model/full-screen-loader-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/shipping-rate-processor/new-address': { 'Amasty_CheckoutCore/js/model/default-shipping-rate-processor-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/payment': { 'Amasty_CheckoutCore/js/view/payment-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/payment-service': { 'Amasty_CheckoutCore/js/model/payment-service-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/address-converter': { 'Amasty_CheckoutCore/js/model/address-converter-mixin': amasty_mixin_enabled }, 'Magento_Paypal/js/view/payment/method-renderer/in-context/checkout-express': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/in-context/checkout-express-mixin': amasty_mixin_enabled }, // in Magento 2.4 module Magento_Braintree renamed to Paypal_Braintree 'Magento_Braintree/js/view/payment/method-renderer/paypal': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/braintree/paypal-mixin': amasty_mixin_enabled }, 'PayPal_Braintree/js/view/payment/method-renderer/paypal': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/braintree/paypal-mixin': amasty_mixin_enabled }, 'Magento_Braintree/js/view/payment/method-renderer/cc-form': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/braintree/cc-form-mixin': amasty_mixin_enabled }, 'PayPal_Braintree/js/view/payment/method-renderer/cc-form': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/braintree/cc-form-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/billing-address': { 'Amasty_CheckoutCore/js/view/billing-address-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/payment/default': { 'Amasty_CheckoutCore/js/view/payment/method-renderer/default-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/model/shipping-rate-registry': { 'Amasty_CheckoutCore/js/model/shipping-rate-registry-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/shipping-address/address-renderer/default': { 'Amasty_CheckoutCore/js/view/shipping-address/address-renderer/default-mixin': amasty_mixin_enabled }, 'Amasty_Gdpr/js/model/consents-assigner': { 'Amasty_CheckoutCore/js/model/consents-assigner-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/action/select-payment-method': { // Disable hardcoded save payment information // @see Amasty_CheckoutCore/js/model/payment/salesrule-observer 'Magento_SalesRule/js/action/select-payment-method-mixin': !amasty_mixin_enabled } } } }; if (amasty_mixin_enabled) { config.map['*'] = { checkoutCollapsibleSteps: 'Amasty_CheckoutCore/js/view/checkout/design/collapsible-steps', summaryWidget: 'Amasty_CheckoutCore/js/view/summary/summary-widget', stickyWidget: 'Amasty_CheckoutCore/js/view/summary/sticky-widget', 'Magento_Checkout/template/payment-methods/list.html': 'Amasty_CheckoutCore/template/payment-methods/list.html', 'Magento_Checkout/template/billing-address/details.html': 'Amasty_CheckoutCore/template/onepage/billing-address/details.html', 'Magento_Checkout/js/action/get-totals': 'Amasty_CheckoutCore/js/action/get-totals', 'Magento_Checkout/js/model/shipping-rate-service': 'Amasty_CheckoutCore/js/model/shipping-rate-service-override', 'Magento_Checkout/js/action/recollect-shipping-rates': 'Amasty_CheckoutCore/js/action/recollect-shipping-rates' }; } require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_Swatches/js/swatch-renderer' : 'Amasty_Conf/js/swatch-renderer', 'magento-swatch.renderer' : 'Magento_Swatches/js/swatch-renderer', 'configurable' : 'Amasty_Conf/js/configurable', 'magento-configurable.renderer' : 'Magento_ConfigurableProduct/js/configurable', 'Magento_Swatches/js/catalog-add-to-cart' : 'Amasty_Conf/js/catalog-add-to-cart' } } }; require.config(config); })(); (function() { /* eslint-disable camelcase */ var amasty_mixin_enabled = !window.amasty_checkout_disabled, config; config = { config: { mixins: { 'Magento_Checkout/js/view/billing-address': { 'Amasty_Checkout/js/view/billing-address-mixin': amasty_mixin_enabled }, 'Magento_Checkout/js/view/shipping': { 'Amasty_Checkout/js/view/shipping-mixin': amasty_mixin_enabled } } }, shim: { 'Amasty_CheckoutCore/js/view/onepage': [ 'Amasty_Checkout/js/validation/phone-validation' ] } }; require.config(config); })(); (function() { var config = { map: { '*': { 'amasty-fancyambox' : 'Amasty_HidePrice/js/fancyambox/jquery.fancyambox.min' } }, config: { mixins: { 'mage/validation': { 'Amasty_HidePrice/js/validation-mixin': true }, 'Magento_Swatches/js/swatch-renderer': { 'Amasty_HidePrice/js/swatch-renderer-mixin': true }, 'Amasty_Conf/js/swatch-renderer': { 'Amasty_HidePrice/js/swatch-renderer-mixin': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Amasty_Conf/js/swatch-renderer': { 'Amasty_Label/js/configurable/swatch-renderer': true }, 'Magento_Swatches/js/swatch-renderer': { 'Amasty_Label/js/configurable/swatch-renderer': true }, 'Amasty_Conf/js/configurable': { 'Amasty_Label/js/configurable/configurable': true }, 'Magento_ConfigurableProduct/js/configurable': { 'Amasty_Label/js/configurable/configurable': true } } }, map: { '*': { amInitLabelUi: 'Amasty_Label/js/uiWidget/amLoadUiLabel' } } }; require.config(config); })(); (function() { var config = { map: { '*': { amShopbyTooltipInit: 'Amasty_ShopbyBase/js/components/am-tooltip-init' } } }; require.config(config); })(); (function() { var config = { map: { '*': { amRelatedAnalytics: 'Amasty_Mostviewed/js/mostviewed_analytics' } }, config: { mixins: { 'Amasty_Conf/js/swatch-renderer': { 'Amasty_Mostviewed/js/swatch-renderer': true }, 'Magento_Swatches/js/swatch-renderer': { 'Amasty_Mostviewed/js/swatch-renderer': true } } }, shim: { 'Magento_SalesRule/js/view/payment/discount': { deps: ['Amasty_Mostviewed/js/coupon/action/add-message'] } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Catalog/js/catalog-add-to-cart': { 'Amasty_RequestQuote/js/product/catalog-add-to-cart': true }, 'mage/sticky': { 'Amasty_RequestQuote/js/mage/amquote-sticky': true }, 'Magento_Checkout/js/sidebar': { 'Amasty_RequestQuote/js/sidebar/modify-remove-request': true }, 'Amasty_CheckoutCore/js/view/checkout/summary/item/details': { 'Amasty_RequestQuote/js/view/checkout/summary/item/details/modify-remove-request': true } } }, shim: { 'Magento_Checkout/js/view/shipping': { deps: [ 'Amasty_RequestQuote/js/actions/shipping/add-address' ] }, 'Magento_Checkout/js/view/shipping-address/list': { deps: [ 'Amasty_RequestQuote/js/actions/shipping/add-address' ] } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/shipping-rates-validation-rules': { 'Amasty_ShippingTableRates/js/model/shipping-rates-validation-rules-mixin': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'amshopby_color': 'Amasty_Shopby/js/utils/color' } } }; require.config(config); })(); (function() { var config = { map: { '*': { amShopbyFilterAbstract: 'Amasty_Shopby/js/amShopby', amShopbyResponsive: 'Amasty_Shopby/js/amShopbyResponsive', amShopbyFilterItemDefault: 'Amasty_Shopby/js/components/amShopbyFilterItemDefault', amShopbyFilterDropdown: 'Amasty_Shopby/js/components/amShopbyFilterDropdown', amShopbyFilterFromTo: 'Amasty_Shopby/js/components/amShopbyFilterFromTo', amShopbyFilterHideMoreOptions: 'Amasty_Shopby/js/components/amShopbyFilterHideMoreOptions', amShopbyFilterAddTooltip: 'Amasty_Shopby/js/components/amShopbyFilterAddTooltip', amShopbyFilterCategoryDropdown: 'Amasty_Shopby/js/components/amShopbyFilterCategoryDropdown', amShopbyFilterCategory: 'Amasty_Shopby/js/components/amShopbyFilterCategory', amShopbyFilterContainer: 'Amasty_Shopby/js/components/amShopbyFilterContainer', amShopbyFilterSearch: 'Amasty_Shopby/js/components/amShopbyFilterSearch', amShopbyFilterMultiselect: 'Amasty_Shopby/js/components/amShopbyFilterMultiselect', amShopbyFilterSwatch: 'Amasty_Shopby/js/components/amShopbyFilterSwatch', amShopbyFilterSlider: 'Amasty_Shopby/js/components/amShopbyFilterSlider', amShopbyFilterFlyout: 'Amasty_Shopby/js/components/amShopbyFilterFlyout', amShopbySwiperSlider: 'Amasty_Shopby/js/components/amShopbySwiperSlider', amShopbySwatchTooltip: 'Amasty_Shopby/js/components/amShopbySwatchTooltip', amShopbyStickySidebar: 'Amasty_Shopby/js/components/amShopbyStickySidebar', amShopbyFilterCollapse: 'Amasty_Shopby/js/components/amShopbyFilterCollapse', amShopbySwatchesChoose: 'Amasty_Shopby/js/amShopbySwatchesChoose', amShopbyFiltersSync: 'Amasty_Shopby/js/amShopbyFiltersSync', amShopbyApplyFilters: 'Amasty_Shopby/js/amShopbyApplyFilters', amShopbyTopFilters: 'Amasty_Shopby/js/amShopbyTopFilters', amShopbyAjax: 'Amasty_Shopby/js/amShopbyAjax', amShopbyHelpers: 'Amasty_Shopby/js/utils/helpers', swiper: 'Amasty_LibSwiperJs/js/vendor/swiper/swiper.min' } }, config: { mixins: { 'jquery/ui-modules/widgets/slider': { 'Amasty_Shopby/js/mixins/slider': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { amBrandsSearch: 'Amasty_ShopbyBrand/js/components/ambrands-search', amBrandsFilterInit: 'Amasty_ShopbyBrand/js/components/ambrands-filter-init', amBrandsFilter: 'Amasty_ShopbyBrand/js/brand-filter', swiper: 'Amasty_LibSwiperJs/js/vendor/swiper/swiper.min' } }, config: { mixins: { 'mage/menu': { 'Amasty_ShopbyBrand/js/lib/mage/ambrands-menu-mixin': true } } } }; require.config(config); })(); (function() { /** * @author Amasty Team * @copyright Copyright (c) 2019 Amasty (https://www.amasty.com) * @package Amasty_ThankYouPage */ var config = { map: { '*': { amThankYouPageCreateAccountForm: 'Amasty_ThankYouPage/js/create-account-form', amThankYouPageSubscribeToNewsletter: 'Amasty_ThankYouPage/js/subscribe-to-newsletter' } } }; require.config(config); })(); (function() { var config = { map: { '*': { amsearchSlick: 'Amasty_Base/vendor/slick/slick.min', amsearch_helpers: 'Amasty_Xsearch/js/utils/helpers', amsearch_color_helper: 'Amasty_Xsearch/js/utils/color', amsearchProductLinksStorage: 'Amasty_Xsearch/js/utils/links-storage', amsearchProductSlider: 'Amasty_Xsearch/js/widgets/product-slider', amsearchAnalyticsCollector: 'Amasty_Xsearch/js/widgets/analytics-data-collector', amsearchCollapsible: 'Amasty_Xsearch/js/widgets/collapsible', amsearchFullWidth: 'Amasty_Xsearch/js/widgets/full-width', amsearchCollectProductView: 'Amasty_Xsearch/js/widgets/handle-product-view', amsearchProductItemInit: 'Amasty_Xsearch/js/widgets/product-item-init', amsearchWidgetOverride: 'Amasty_Xsearch/js/content-type/products/appearance/carousel/widget-override.js' } }, paths: { catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' }, shim: { amsearchWidgetOverride: { deps: ['Amasty_Base/vendor/slick/slick.min'] }, amsearchSlick: { deps: ['jquery'] } }, config: { mixins: { 'Magento_MultipleWishlist/js/multiple-wishlist': { 'Amasty_Xsearch/js/mixins/multiple-wishlist': true }, 'Magento_Theme/js/view/breadcrumbs': { 'Amasty_Xsearch/js/mixins/breadcrumbs': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/action/select-payment-method': { 'Anowave_Ec/js/action/select-payment-method':true }, 'Magento_Checkout/js/action/select-shipping-method': { 'Anowave_Ec/js/action/select-shipping-method':true }, 'Magento_Checkout/js/action/place-order': { 'Anowave_Ec/js/action/place-order': true }, 'Magento_Checkout/js/model/step-navigator': { 'Anowave_Ec/js/step-navigator/plugin': true }, 'Magento_Checkout/js/view/shipping-information': { 'Anowave_Ec/js/view/shipping-information': true }, 'Magento_Customer/js/action/check-email-availability': { 'Anowave_Ec/js/action/check-email-availability':true }, 'Magento_Checkout/js/sidebar': { 'Anowave_Ec/js/sidebar': true }, 'Magento_Catalog/js/price-box': { 'Anowave_Ec/js/price-box': true }, 'Magento_SalesRule/js/view/payment/discount': { 'Anowave_Ec/js/discount': true }, 'Magento_ConfigurableProduct/js/configurable': { 'Anowave_Ec/js/configurable': true }, 'Magento_Swatches/js/swatch-renderer': { 'Anowave_Ec/js/swatch-renderer': true } } } }; require.config(config); })(); (function() { /** * BSS Commerce Co. * * NOTICE OF LICENSE * * This source file is subject to the EULA * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://bsscommerce.com/Bss-Commerce-License.txt * * @category BSS * @package Bss_Core * @author Extension Team * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com ) * @license http://bsscommerce.com/Bss-Commerce-License.txt */ var config = { map: { '*': { bssFancybox: 'Bss_Core/js/fancybox/core', bssJsColor: 'Bss_Core/js/jscolor/jscolor', bssOwlCarousel: 'Bss_Core/js/owlcarousel/owl-carousel', bssTooltipster: 'Bss_Core/js/tooltipster/tooltipster.main' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionBase: 'MageWorx_OptionBase/js/catalog/product/base', } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionFeatures: 'MageWorx_OptionFeatures/js/catalog/product/features', optionFeaturesIsDefault: 'MageWorx_OptionFeatures/js/catalog/product/isDefault', selectionLimitValidationRule: 'MageWorx_OptionFeatures/js/selectionLimitValidationRule', qTip: 'MageWorx_OptionFeatures/js/jquery.qtip', qTipWrapper: 'MageWorx_OptionFeatures/js/qTipWrapper' } } }; require.config(config); })(); (function() { /** * Copyright © 2017 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionAdditionalImages: 'MageWorx_OptionFeatures/js/swatches/additional', mwImageReplacer: 'MageWorx_OptionFeatures/js/swatches/imageReplacer' } } }; require.config(config); })(); (function() { /** * Copyright © MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { dynamicOptions: 'MageWorx_DynamicOptionsBase/js/dynamicOptions', dynamicOptionsDefaultCalculator: 'MageWorx_DynamicOptionsBase/js/calculator/default', dynamicOptionMinValueValidationRule: 'MageWorx_DynamicOptionsBase/js/validation/dynamicOptionMinValueValidationRule', dynamicOptionMaxValueValidationRule: 'MageWorx_DynamicOptionsBase/js/validation/dynamicOptionMaxValueValidationRule', dynamicOptionStepValidationRule: 'MageWorx_DynamicOptionsBase/js/validation/dynamicOptionStepValidationRule' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionDependency: 'MageWorx_OptionDependency/js/dependency' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionInventory: 'MageWorx_OptionInventory/js/catalog/product/inventory' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionAdvancedPricing: 'MageWorx_OptionAdvancedPricing/js/advanced-pricing' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { optionSwatches: 'MageWorx_OptionSwatches/js/swatches' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_Translation/js/mage-translation-dictionary': 'Magefan_TranslationPlus/js/mage-translation-dictionary', 'mageTranslationDictionary': 'Magefan_TranslationPlus/js/mage-translation-dictionary' } } }; require.config(config); })(); (function() { /** * Mageplaza * * NOTICE OF LICENSE * * This source file is subject to the mageplaza.com license that is * available through the world-wide-web at this URL: * https://www.mageplaza.com/LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Mageplaza * @package Mageplaza_Core * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = { paths: { 'jquery/file-uploader': 'Mageplaza_Core/lib/fileUploader/jquery.fileuploader', 'mageplaza/core/jquery/popup': 'Mageplaza_Core/js/jquery.magnific-popup.min', 'mageplaza/core/owl.carousel': 'Mageplaza_Core/js/owl.carousel.min', 'mageplaza/core/bootstrap': 'Mageplaza_Core/js/bootstrap.min', mpIonRangeSlider: 'Mageplaza_Core/js/ion.rangeSlider.min', touchPunch: 'Mageplaza_Core/js/jquery.ui.touch-punch.min', mpDevbridgeAutocomplete: 'Mageplaza_Core/js/jquery.autocomplete.min' }, shim: { "mageplaza/core/jquery/popup": ["jquery"], "mageplaza/core/owl.carousel": ["jquery"], "mageplaza/core/bootstrap": ["jquery"], mpIonRangeSlider: ["jquery"], mpDevbridgeAutocomplete: ["jquery"], touchPunch: ['jquery', 'jquery-ui-modules/core', 'jquery-ui-modules/mouse', 'jquery-ui-modules/widget'] } }; require.config(config); })(); (function() { /** * Mageplaza * * NOTICE OF LICENSE * * This source file is subject to the Mageplaza.com license that is * available through the world-wide-web at this URL: * https://www.mageplaza.com/LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Mageplaza * @package Mageplaza_Smtp * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = {}; if (typeof window.AVADA_EM !== 'undefined') { config = { config: { mixins: { 'Magento_Checkout/js/view/billing-address': { 'Mageplaza_Smtp/js/view/billing-address-mixins' : true }, 'Magento_Checkout/js/view/shipping': { 'Mageplaza_Smtp/js/view/shipping-mixins' : true } } } }; } require.config(config); })(); (function() { var config = { map: { "*": { "mgz.owlcarousel": "Magezon_Core/js/owl.carousel.min" } }, shim: { "mgz.owlcarousel": { deps:['jquery'] }, "Magezon_Core/js/owl.carousel.min": { deps:['jquery'] }, 'Magezon_Core/js/jquery-scrolltofixed-min': { deps: ['jquery'] } } }; require.config(config); })(); (function() { var config = { map: { '*': { magezonBuilder: 'Magezon_Builder/js/magezon-builder', jarallax: 'Magezon_Builder/js/jarallax/jarallax.min', jarallaxVideo: 'Magezon_Builder/js/jarallax/jarallax-video', waypoints: 'Magezon_Builder/js/waypoints/jquery.waypoints', mgzTabs: 'Magezon_Builder/js/tabs' } }, shim: { jarallax: { exports: 'jarallax', deps: ['jquery'] }, jarallaxVideo: { deps: ['jarallax'] }, waypoints: { deps: ['jarallax', 'jquery'] }, magezonBuilder: { deps: ['waypoints', 'mage/bootstrap'] }, 'Magezon_Builder/js/magezon-builder': { deps: ['jquery', 'waypoints', 'mage/bootstrap'] }, 'Magezon_Builder/js/carousel': { deps: ['jquery'] }, 'Magezon_Builder/js/countdown': { deps: ['jquery'] } } }; require.config(config); })(); (function() { var config = { paths: { mgzNumberCounter: 'Magezon_PageBuilder/js/number-counter', mgzFotorama: 'Magezon_PageBuilder/vendor/fotorama/fotorama', mgzSlider: 'Magezon_PageBuilder/js/slider', mgzOwlSlider: 'Magezon_Builder/js/carousel' }, shim: { 'Magezon_PageBuilder/vendor/fotorama/fotorama': { deps: ['jquery'] }, 'mgzOwlSlider': { deps: ['jquery'] }, 'mgzSlider': { deps: ['jquery'] }, 'Magezon_Builder/js/carousel': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/common': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/flickr': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/gallery': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/instagram': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/number-counter': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/photoswipe': { deps: ['jquery'] }, 'Magezon_PageBuilder/js/slider': { deps: ['jquery'] } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'ninjamenus': 'Magezon_NinjaMenus/js/ninjamenus', 'ninjamenustop': 'Magezon_NinjaMenus/js/ninjamenustop', 'Magento_Catalog/js/product/breadcrumbs': 'Magezon_NinjaMenus/js/product/breadcrumbs' } } }; require.config(config); })(); (function() { /** * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is provided with Magento in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * * See DISCLAIMER.md for disclaimer details. */ let config = { map: { '*': { mspCrypt: 'MultiSafepay_ConnectFrontend/js/lib/msp-crypt', multisafepayUtils: 'MultiSafepay_ConnectFrontend/js/lib/utils', multisafepayPaymentComponent: 'MultiSafepay_ConnectFrontend/js/payment-component', multisafepayPaymentComponentLib: 'https://pay.multisafepay.com/sdk/components/v2/components.js', multisafepayPaymentProcessor: 'MultiSafepay_ConnectFrontend/js/payment-request/payment', multisafepayApplePayButton: 'MultiSafepay_ConnectFrontend/js/apple-pay', multisafepayGooglePayButton: 'MultiSafepay_ConnectFrontend/js/google-pay', googlePayButtonLibrary: 'https://pay.google.com/gp/p/js/pay.js', select2: 'MultiSafepay_ConnectFrontend/js/lib/select2.min', } } }; require.config(config); })(); (function() { /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { vesallOwlCarousel: 'Ves_All/lib/owl.carousel/owl.carousel.min', vesallBootstrap: 'Ves_All/lib/bootstrap/js/bootstrap.min', vesallColorbox: 'Ves_All/lib/colorbox/jquery.colorbox.min', vesallFancybox: 'Ves_All/lib/fancybox/jquery.fancybox.pack', vesallBootstrap4: 'Ves_All/lib/bootstrap4/js/bootstrap.min', 'popper.js': 'Ves_All/lib/bootstrap4/js/popper.min', vesallFancyboxMouseWheel: 'Ves_All/lib/fancybox/jquery.mousewheel-3.0.6.pack' } }, shim: { 'Ves_All/lib/bootstrap/js/bootstrap.min': { 'deps': ['jquery'] }, 'Ves_All/lib/bootstrap4/js/bootstrap.min': { 'deps': ['jquery'] }, 'Ves_All/lib/bootstrap4/js/popper.min': { 'deps': ['jquery'] }, 'Ves_All/lib/bootstrap/js/bootstrap': { 'deps': ['jquery'] }, 'Ves_All/lib/owl.carousel/owl.carousel': { 'deps': ['jquery'] }, 'Ves_All/lib/owl.carousel/owl.carousel.min': { 'deps': ['jquery'] }, 'Ves_All/lib/fancybox/jquery.fancybox': { 'deps': ['jquery'] }, 'Ves_All/lib/fancybox/jquery.fancybox.pack': { 'deps': ['jquery'] }, 'Ves_All/lib/colorbox/jquery.colorbox': { 'deps': ['jquery'] }, 'Ves_All/lib/colorbox/jquery.colorbox.min': { 'deps': ['jquery'] } } }; require.config(config); })(); (function() { /** * Venustheme * * NOTICE OF LICENSE * * This source file is subject to the Venustheme.com license that is * available through the world-wide-web at this URL: * http://www.venustheme.com/license-agreement.html * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Venustheme * @package Ves_Megamenu * @copyright Copyright (c) 2016 Venustheme (http://www.venustheme.com/) * @license http://www.venustheme.com/LICENSE-1.0.html */ var config = { paths: { "menu.bootstrap": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min", "scrolltofixed": "Ves_Megamenu/js/jquery-scrolltofixed-min", "megamenuowlcarousel": "Ves_All/lib/owl.carousel/owl.carousel.min", "megamenuGeneral": "Ves_Megamenu/js/megamenuGeneral" }, shim: { 'menu.bootstrap': { 'deps': ['jquery'] }, 'scrolltofixed': { 'deps': ['jquery'] }, 'megamenuowlcarousel': { 'deps': ['jquery'] }, 'megamenuGeneral': { 'deps': ['jquery'] }, 'Ves_Megamenu/js/megamenuGeneral': { 'deps': ['jquery'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [ 'Magento_Theme/js/theme' ] }; require.config(config); })(); })(require);