(function(require){ (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' } }, shim: { 'jquery/jquery-migrate': ['jquery'], 'jquery/jstree/jquery.hotkeys': ['jquery'], 'jquery/hover-intent': ['jquery'], 'mage/adminhtml/backup': ['prototype'], 'mage/captcha': ['prototype'], 'mage/new-gallery': ['jquery'], 'mage/webapi': ['jquery'], 'jquery/ui': ['jquery'], 'MutationObserver': ['es6-collections'], 'matchMedia': { 'exports': 'mediaCheck' }, 'magnifier/magnifier': ['jquery'] }, paths: { 'jquery/validate': 'jquery/jquery.validate', 'jquery/hover-intent': 'jquery/jquery.hoverIntent', '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: { mixins: { 'jquery/jstree/jquery.jstree': { 'mage/backend/jstree-mixin': true }, 'jquery': { 'jquery/patches/jquery': true } }, 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', 'zoom': 'mage/zoom', '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: [ 'jquery/jquery.mobile.custom', 'mage/common', 'mage/dataPost', 'mage/bootstrap' ], config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Magento_Theme/js/view/add-home-breadcrumb': true }, 'jquery/ui-modules/dialog': { 'jquery/patches/jquery-ui': 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', '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: { '*': { 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: { '*': { addToCart: 'Magento_Msrp/js/msrp' } } }; 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 = { 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 = { 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: { '*': { 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: { '*': { 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: { '*': { catalogSearch: 'Magento_CatalogSearch/form-mini' } } }; 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', extraOptions: 'Magento_GiftMessage/js/extra-options', 'Magento_GiftMessage/gift-options': 'Magento_GiftMessage/js/gift-options', 'Magento_GiftMessage/extra-options': 'Magento_GiftMessage/js/extra-options' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [], shim: { 'chartjs/Chart.min': ['moment'], 'tiny_mce_4/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', tinymce4: 'tiny_mce_4/tinymce.min', wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter' } } }; /** * Adds polyfills only for browser contexts which prevents bundlers from including them. */ if (typeof window !== 'undefined' && window.document) { /** * Polyfill Map and WeakMap for older browsers that do not support them. */ if (typeof Map === 'undefined' || typeof WeakMap === 'undefined') { config.deps.push('es6-collections'); } /** * Polyfill MutationObserver only for the browsers that do not support it. */ if (typeof MutationObserver === 'undefined') { config.deps.push('MutationObserver'); } /** * Polyfill FormData object for old browsers that don't have full support for it. */ if (typeof FormData === 'undefined' || typeof FormData.prototype.get === 'undefined') { config.deps.push('FormData'); } } 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' } } }; 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: { '*': { 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' } } }; 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 } } } }; 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 = { 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 = { 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 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. */ var config = { shim: { 'Magento_Tinymce3/tiny_mce/tiny_mce_src': { 'exports': 'tinymce' } }, map: { '*': { 'tinymceDeprecated': 'Magento_Tinymce3/tiny_mce/tiny_mce_src' } } }; 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' } }, deps: [ 'mage/translate-inline' ] }; 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: { '*': { '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() { 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', 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 } } } }; 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_GA4 * @author Extension Team * @copyright Copyright (c) 2022-2022 BSS Commerce Co. ( http://bsscommerce.com ) * @license http://bsscommerce.com/Bss-Commerce-License.txt */ var config = { map: { '*': { 'tracking': 'Bss_GA4/js/tracking' } }, config: { mixins: { 'Magento_Checkout/js/action/select-payment-method': { 'Bss_GA4/js/action/select-payment-method-mixin': true }, 'Magento_Checkout/js/action/select-shipping-method': { 'Bss_GA4/js/action/select-shipping-method-mixin': true } } } }; require.config(config); })(); (function() { /** * Ebizmarts_MailChimp Magento JS component * * @category Ebizmarts * @package Ebizmarts_MailChimp * @author Ebizmarts Team * @copyright Ebizmarts (http://ebizmarts.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ var config = { "map": { "*": { campaigncatcher: 'Ebizmarts_MailChimp/js/campaigncatcher' } } }; require.config(config); })(); (function() { /** * Copyright © MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { 'slick' : 'MageWorx_ShippingRules/js/slick', 'slickWrapper': 'MageWorx_ShippingRules/js/slickWrapper' } } }; require.config(config); })(); (function() { /** * Copyright © MageWorx. All rights reserved. * See LICENSE.txt for license details. */ var config = { map: { '*': { shippingZoneSelector: 'MageWorx_ShippingRules/js/zone/selector' } }, config: { mixins: { 'Magento_Checkout/js/model/shipping-rates-validation-rules': { 'MageWorx_ShippingRules/js/checkout/model/shipping-rates-validation-rules-mixin': true }, 'Mageplaza_Osc/js/model/shipping-rates-validator': { 'MageWorx_ShippingRules/js/checkout/model/shipping-rates-validation-rules-mixin': true } } } }; require.config(config); })(); (function() { /** * Magedelight * Copyright (C) 2023 Magedelight * * @category Magedelight * @package Magedelight_Ga4 * @copyright Copyright (c) 2023 Mage Delight (http://www.Magedelight.com/) * @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0) * @author Magedelight */ var config = { map: { '*': { magedelight_gtagLayer: 'Magedelight_Ga4/js/magedelight_gtaglayer' } } }; require.config(config); })(); (function() { /** * Created by magenest on 15/01/2019. */ var config = { paths: { bioEp: 'Magenest_Popup/js/lib/bioep', newCarousel: 'Magenest_Popup/js/lib/slick' } }; 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: { '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'] } }; 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_Blog * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = { paths: { comment: 'Mageplaza_Blog/js/comment', categoryTree: 'Mageplaza_Blog/js/categorytree', owlCarousel: 'Mageplaza_Core/js/owl.carousel.min' } }; 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_CustomerAttributes * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = { config: { mixins: { "Magento_Checkout/js/view/billing-address": { "Mageplaza_CustomerAttributes/js/view/billing-address": true }, "Magento_Checkout/js/view/shipping": { "Mageplaza_CustomerAttributes/js/view/shipping": true }, "Magento_Checkout/js/view/shipping-address/address-renderer/default": { "Mageplaza_CustomerAttributes/js/view/shipping-address/address-renderer/default": true }, "mage/storage": { "Mageplaza_CustomerAttributes/js/storage": true } } } }; 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_InstagramFeed * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = { paths: { 'mageplaza/instagram': 'Mageplaza_InstagramFeed/js/instagram' } }; 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 = { config: { mixins: { 'Magento_Catalog/js/validate-product': { 'Mbs_ProductDetailQtyWidget/js/validate-product':true } } } } require.config(config); })(); (function() { var config = { map : { '*' : { jqueryrut: 'Radar_CheckoutFields/js/jqueryrut' } }, shim:{ jqueryrut: { deps: ['jquery'] } }, config: { mixins: { 'Magento_Ui/js/lib/validation/validator': { 'Radar_CheckoutFields/js/checkout-validations': true }, 'Magento_Checkout/js/view/billing-address': { 'Radar_CheckoutFields/js/view/billing-address-mixin': true } } } } require.config(config); })(); (function() { /** * Solwin Infotech * Solwin Featured Product Extension * * @category Solwin * @package Solwin_FeaturedPro * @copyright Copyright © 2006-2016 Solwin (https://www.solwininfotech.com) * @license https://www.solwininfotech.com/magento-extension-license/ */ var config = { map: { '*': { fpowlcarousel: 'Solwin_FeaturedPro/js/owl.carousel' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Ui/js/form/element/abstract': { 'Swissup_Pagebuilder/js/mixin/form-element-abstract-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © 2016 Ubertheme.com All rights reserved. */ var config = { map: { '*': { "jquery/lazyload": "Ubertheme_Base/js/lazy.load/jquery.lazyloadxt.min", owlCarousel2: "Ubertheme_Base/js/owl.carousel2/owl.carousel.min" } } }; require.config(config); })(); (function() { var config = { paths: { "owlCarousel1": "Ubertheme_UbContentSlider/js/owl-carousel1/owl.carousel.min", "ubOwlCarousel1": "Ubertheme_UbContentSlider/js/ub-owlcarousel1" }, shim: { 'owlCarousel1':{ 'deps':['jquery'] }, 'ubOwlCarousel1':{ 'deps':['owlCarousel1'] } } }; require.config(config); })(); (function() { /** * Webkul Software. * * @category Webkul * @package Webkul_ImageSearch * @author Webkul * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com) * @license https://store.webkul.com/license.html */ var config = { map: { "*": { "@tensorflow/tfjs": "Webkul_ImageSearch/js/tensorflow/tf", "@tensorflow/netjs": "Webkul_ImageSearch/js/tensorflow/mobilenet", "@tensorflow/tfjs-core": "Webkul_ImageSearch/js/tensorflow/tfjs-core", "@tensorflow/tfjs-converter": "Webkul_ImageSearch/js/tensorflow/tfjs-converter" } } }; require.config(config); })(); (function() { var config = { map: { '*': { weltpixel_gtm: 'WeltPixel_GoogleTagManager/js/weltpixel_gtm', weltpixel_persistentLayer: 'WeltPixel_GoogleTagManager/js/weltpixel_persistentlayer' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'sociallogin': 'WeltPixel_SocialLogin/js/sociallogin', 'slReferer': 'WeltPixel_SocialLogin/js/slreferer' } } }; 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); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { paths: { 'bootstrap':'Magento_Theme/js/bootstrap.bundle.min', } , shim: { 'bootstrap': { 'deps': ['jquery'] } } }; require.config(config); })(); })(require);