(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', 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: { '*': { 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: { '*': { 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: { '*': { 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', 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' } }, 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() { /** * 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: { '*': { 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 = { 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 = { 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: { '*': { 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: { '*': { 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 : { '*': { // Magento FE libs 'algoliaCommon' : 'Algolia_AlgoliaSearch/internals/common', 'algoliaAutocomplete' : 'Algolia_AlgoliaSearch/autocomplete', 'algoliaInstantSearch': 'Algolia_AlgoliaSearch/instantsearch', 'algoliaInsights' : 'Algolia_AlgoliaSearch/insights', 'algoliaHooks' : 'Algolia_AlgoliaSearch/hooks', // Autocomplete templates 'productsHtml' : 'Algolia_AlgoliaSearch/internals/template/autocomplete/products', 'pagesHtml' : 'Algolia_AlgoliaSearch/internals/template/autocomplete/pages', 'categoriesHtml' : 'Algolia_AlgoliaSearch/internals/template/autocomplete/categories', 'suggestionsHtml': 'Algolia_AlgoliaSearch/internals/template/autocomplete/suggestions', 'additionalHtml' : 'Algolia_AlgoliaSearch/internals/template/autocomplete/additional-section', // Recommend templates 'recommendProductsHtml': 'Algolia_AlgoliaSearch/internals/template/recommend/products' } }, paths : { 'algoliaBundle' : 'Algolia_AlgoliaSearch/internals/algoliaBundle.min', 'algoliaAnalytics': 'Algolia_AlgoliaSearch/internals/search-insights', 'recommend' : 'Algolia_AlgoliaSearch/internals/recommend.min', 'recommendJs' : 'Algolia_AlgoliaSearch/internals/recommend-js.min', 'rangeSlider' : 'Algolia_AlgoliaSearch/navigation/range-slider-widget', }, deps : [ 'algoliaInstantSearch', 'algoliaInsights' ], config: { mixins: { 'Magento_Catalog/js/catalog-add-to-cart': { 'Algolia_AlgoliaSearch/insights/add-to-cart-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ var config = { map: { '*': { amazonLogout: 'Amazon_Login/js/amazon-logout', amazonOAuthRedirect: 'Amazon_Login/js/amazon-redirect', amazonCsrf: 'Amazon_Login/js/amazon-csrf' } } }; require.config(config); })(); (function() { /** * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ var config = { map: { '*': { amazonCore: 'Amazon_Payment/js/amazon-core', amazonWidgetsLoader: 'Amazon_Payment/js/amazon-widgets-loader', amazonButton: 'Amazon_Payment/js/amazon-button', amazonProductAdd: 'Amazon_Payment/js/amazon-product-add', amazonPaymentConfig: 'Amazon_Payment/js/model/amazonPaymentConfig', sjcl: 'Amazon_Payment/js/lib/sjcl.min' } }, config: { mixins: { 'Amazon_Payment/js/action/place-order': { 'Amazon_Payment/js/model/place-order-mixin': true }, 'Magento_Tax/js/view/checkout/summary/grand-total': { 'Amazon_Payment/js/view/checkout/summary/grand-total-mixin': true } } } }; require.config(config); })(); (function() { /** * CedCommerce * * NOTICE OF LICENSE * * This source file is subject to the End User License Agreement (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://cedcommerce.com/license-agreement.txt * * @category Ced * @package Ced_CsMarketplace * @author CedCommerce Core Team * @copyright Copyright CedCommerce (http://cedcommerce.com/) * @license http://cedcommerce.com/license-agreement.txt */ var config = { map: { '*': { csjquery: "Ced_CsMarketplace/dist/js/jquery.min", csnoconflict: "Ced_CsMarketplace/js/ced/csmarketplace/noconflict", csvendor: "Ced_CsMarketplace/js/ced/csmarketplace/vendor", csbootstrap: "Ced_CsMarketplace/bower_components/bootstrap/dist/js/bootstrap", metismenu : "Ced_CsMarketplace/bower_components/metisMenu/dist/metisMenu.min", csvendorpanel: "Ced_CsMarketplace/dist/js/sb-admin-2", checkoutbalance: 'Magento_Customer/js/checkout-balance', captcha: 'Magento_Captcha/js/captcha', flot: "Ced_CsMarketplace/js/ced/csmarketplace/flot/jquery.flot", flotResize: "Ced_CsMarketplace/js/ced/csmarketplace/flot/jquery.flot.resize.min", raphael : "Ced_CsMarketplace/bower_components/raphael/raphael-min", morrisMin : "Ced_CsMarketplace/js/ced/csmarketplace/morris.min", csvmap : "Ced_CsMarketplace/js/ced/csmarketplace/jqvmap/jquery.vmap", csvmapworld : "Ced_CsMarketplace/js/ced/csmarketplace/jqvmap/maps/jquery.vmap.world", ceddropdown : "Ced_CsMarketplace/js/view/header" } }, deps: [ "jquery", "jquery/ui", "jquery/validate", "mage/translate" ] }; require.config(config); })(); (function() { /** * CedCommerce * * NOTICE OF LICENSE * * This source file is subject to the End User License Agreement (EULA) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://cedcommerce.com/license-agreement.txt * * @category Ced * @package Ced_CsOrder * @author CedCommerce Core Team * @copyright Copyright CEDCOMMERCE (https://cedcommerce.com/) * @license https://cedcommerce.com/license-agreement.txt */ var config = { map: { '*': { "mage/backend/tabs" : 'mage/backend/tabs', "floatingHeader": "mage/backend/floating-header", "Magento_Sales/order/giftoptions_tooltip" : "Ced_CsOrder/js/giftoptions_tooltip" } }, deps: [ "jquery", "jquery/ui", "jquery/validate", "mage/translate" ] }; require.config(config); })(); (function() { /** * CedCommerce * * NOTICE OF LICENSE * * This source file is subject to the End User License Agreement (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://cedcommerce.com/license-agreement.txt * * @category Ced * @package Ced_CsProduct * @author CedCommerce Core Team * @copyright Copyright CedCommerce (http://cedcommerce.com/) * @license http://cedcommerce.com/license-agreement.txt */ var config = { "bundles": { "js/theme": [ "globalNavigation", "globalSearch", "modalPopup", "useDefault", "loadingPopup", "collapsable" ] }, map: { '*': { "Magento_CatalogInventory/js/components/use-config-settings":"Ced_CsProduct/js/components/use-config-settings", "Magento_CatalogInventory/js/components/qty-validator-changer":"Ced_CsProduct/js/components/qty-validator-changer", "Magento_CatalogInventory/js/components/use-config-min-sale-qty":"Ced_CsProduct/js/components/use-config-min-sale-qty", "Magento_Downloadable/js/components/is-downloadable-handler":"Ced_CsProduct/js/components/is-downloadable-handler", "Magento_Bundle/js/components/bundle-input-type":"Ced_CsProduct/js/components/bundle-input-type", "Magento_Catalog/js/bundle-proxy-button":"Ced_CsProduct/js/bundle-proxy-button", "Magento_Catalog/js/custom-options-type":"Ced_CsProduct/js/custom-options-type", "Magento_Catalog/component/static-type-input":"Ced_CsProduct/component/static-type-input", "Magento_Downloadable/js/components/file-uploader":"Ced_CsProduct/js/components/file-uploader", "Magento_Downloadable/js/components/upload-type-handler":"Ced_CsProduct/js/components/upload-type-handler", "Magento_Downloadable/js/components/price-handler":"Ced_CsProduct/js/components/price-handler", "Magento_Bundle/js/components/bundle-checkbox":"Ced_CsProduct/js/components/bundle-checkbox", "Magento_Bundle/js/components/bundle-option-qty":"Ced_CsProduct/js/components/bundle-option-qty", //"Magento_Ui/js/form/client":"Ced_CsProduct/js/form/client", "Magento_Backend/js/media-uploader":"Ced_CsProduct/js/media-uploader", "Magento_Catalog/js/components/new-category":"Ced_CsProduct/js/components/new-category", "Magento_Catalog/js/components/dynamic-rows-import-custom-options":"Ced_CsProduct/js/components/dynamic-rows-import-custom-options", "Magento_Catalog/js/components/attribute-set-select":"Ced_CsProduct/js/components/attribute-set-select", "Magento_Catalog/js/components/import-handler":"Ced_CsProduct/js/components/import-handler", //"mage/tabs" : "mage/backend/tabs", "Magento_Catalog/catalog/type-events" : "Ced_CsProduct/catalog/type-events", "Magento_Catalog/js/product/weight-handler" : "Ced_CsProduct/js/product/weight-handler", "Magento_Catalog/catalog/apply-to-type-switcher" : "Ced_CsProduct/catalog/apply-to-type-switcher", form : "mage/backend/form", calendar : "mage/calendar", productGallery : 'Ced_CsProduct/js/product-gallery', newCategoryDialog: 'Ced_CsProduct/js/new-category-dialog', baseImage : 'Ced_CsProduct/catalog/base-image-uploader', suggest : "mage/backend/suggest", "floatingHeader" : "mage/backend/floating-header", "button" : "mage/backend/button", // "jquery/jquery.tabs" : "jquery/jquery.tabs", //"toolbar_entry" : "Ced_CsProduct/catalog/toolbar_entry", "backend/bootstrap" : "mage/backend/bootstrap", "globals" : "mage/adminhtml/globals", "dropdown-old" : "mage/dropdown_old", "product-attributes" : "Ced_CsProduct/catalog/product-attributes", "select" : "Magento_Ui/js/form/element/select", "integration" : "Ced_CsProduct/catalog/integration", "notification" : "mage/backend/notification", "productAttributes" : "Ced_CsProduct/catalog/product-attributes", "Magento_Downloadable/template/components/file-uploader.html":"Ced_CsProduct/template/components/file-uploader.html", "Magento_Downloadable/downloadable-type-handler" : "Ced_CsProduct/js/DownloadableProduct/downloadable-type-handler", "mage/adminhtml/browser":"Ced_CsProduct/js/adminhtml/browser", "Magento_Bundle/js/bundle-product" : "Ced_CsProduct/js/BundleProduct/bundle-product", "Magento_Bundle/js/bundle-type-handler" : "Ced_CsProduct/js/BundleProduct/bundle-type-handler", "groupedProduct" : "Ced_CsProduct/js/GroupedProduct/grouped-product", "Magento_Theme/js/sortable" : "Ced_CsProduct/js/Theme/sortable", //"js/theme" : "Ced_CsProduct/js/Theme_admin_backend/theme", "Magento_Catalog/js/custom-options" : "Ced_CsProduct/js/custom-options", "mediabrowser" : "jquery/jstree/jquery.jstree", "folderTree" : "Ced_CsProduct/js/folder-tree", "Magento_Variable/variables" : "Ced_CsProduct/js/variables", "treeSuggest" : "mage/backend/tree-suggest", "jstree" : "jquery/jstree/jquery.jstree", "actionLink" : "mage/backend/action-link", newVideoDialog : "Ced_CsProduct/js/video/new-video-dialog", openVideoModal: "Ced_CsProduct/js/video/video-modal", "Magento_ProductVideo/js/get-video-information" : "Ced_CsProduct/js/video/get-video-information", "global" : "mage/adminhtml/globals" } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'Elgentos_LargeConfigProducts/js/swatch-renderer-mixin': true }, //'Magento_Swatches/js/configurable-customer-data': { // 'Elgentos_LargeConfigProducts/js/configurable-customer-data-mixin': true //}, 'Magento_ConfigurableProduct/js/configurable': { 'Elgentos_LargeConfigProducts/js/configurable-mixin': true } } } }; require.config(config); })(); (function() { /** * This file is part of the Klarna KP module * * (c) Klarna Bank AB (publ) * * For the full copyright and license information, please view the NOTICE * and LICENSE files that were distributed with this source code. */ var config = { config: { mixins: { 'Magento_Checkout/js/action/get-payment-information': { 'Klarna_Kp/js/action/override': true } } }, map: { '*': { klarnapi: 'https://x.klarnacdn.net/kp/lib/v1/api.js' } } }; require.config(config); })(); (function() { /** * This file is part of the Klarna Onsitemessaging module * * (c) Klarna Bank AB (publ) * * For the full copyright and license information, please view the NOTICE * and LICENSE files that were distributed with this source code. */ var config = { config: { mixins: { 'Magento_Catalog/js/price-box': { 'Klarna_Onsitemessaging/js/pricebox-widget-mixin': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { mwRewardSlider: 'MW_RewardPoints/js/mw.reward.slider', mwPopup: 'MW_RewardPoints/js/mw_popup', mwTransaction: 'MW_RewardPoints/js/transaction', mwSlideShow: 'MW_RewardPoints/js/slideshow', mwEarnRewardpoints: 'MW_RewardPoints/js/view/checkout/summary/earn-rewardpoints', mwRedeemRewardpoints: 'MW_RewardPoints/js/view/checkout/summary/redeem-rewardpoints' } } }; require.config(config); })(); (function() { var config = { map: { '*': { magepalGtmDatalayer: 'MagePal_GoogleTagManager/js/datalayer' } }, shim: { 'MagePal_GoogleTagManager/js/datalayer': ['Magento_Customer/js/customer-data'] } }; require.config(config); })(); (function() { var config = { map: { '*': { addToCartGa4DataLayer: 'MagePal_GoogleAnalytics4/js/add-to-cart-datalayer', addToCartAjaxGa4DataLayer: 'MagePal_GoogleAnalytics4/js/add-to-cart-ajax-datalayer', dataLayerGa4ShareComponent: 'MagePal_GoogleAnalytics4/js/shared-component', checkOutGa4DataLayer: 'MagePal_GoogleAnalytics4/js/checkout-datalayer', ga4DataLayer: 'MagePal_GoogleAnalytics4/js/datalayer' } }, config: { mixins: { 'Magento_Checkout/js/view/shipping': { 'MagePal_GoogleAnalytics4/js/mixin/shipping-mixin': true }, 'CyberSource_Address/js/view/cybersource-shipping': { 'MagePal_GoogleAnalytics4/js/mixin/shipping-mixin': true }, 'Magento_Checkout/js/view/payment/default': { 'MagePal_GoogleAnalytics4/js/mixin/payment/default-mixin': true }, 'Magento_Checkout/js/view/form/element/email':{ 'MagePal_GoogleAnalytics4/js/mixin/view/form/element/email-mixin': true }, 'Aheadworks_OneStepCheckout/js/view/form/email':{ 'MagePal_GoogleAnalytics4/js/mixin/aheadworks/onestepcheckout/view/form/email-mixin': true }, 'Aheadworks_OneStepCheckout/js/view/sidebar/item-details/qty':{ 'MagePal_GoogleAnalytics4/js/mixin/aheadworks/onestepcheckout/view/sidebar/item-details/qty-mixin': true }, 'Aheadworks_OneStepCheckout/js/view/sidebar/item-details/actions':{ 'MagePal_GoogleAnalytics4/js/mixin/aheadworks/onestepcheckout/view/sidebar/item-details/actions-mixin': true } } } }; require.config(config); })(); (function() { /** * * @type {{ map: { "*": { Masks: string, CreditCard: string, Ticket: string, MPv2SDKJS: string } } }} */ let config = { map: { '*': { Masks: 'MercadoPago_Core/js/Masks', Ticket: 'MercadoPago_Core/js/Ticket', CreditCard: 'MercadoPago_Core/js/CreditCard', MPv2SDKJS: 'https://sdk.mercadopago.com/js/v2' } } }; require.config(config); })(); (function() { var config = { map: { '*': { MagentoMetaTrack: 'Meta_Conversion/js/tracking' } } }; require.config(config); })(); (function() { var config = { config: { paths: { 'addrpopup': "Puntoseco_CustomerAddress/js/addresspopup", 'billpopup': "Puntoseco_CustomerAddress/js/billingpopup" }, shim: { 'addrpopup': { deps: ['jquery'] }, 'billpopup': { deps: ['jquery'] } }, mixins: { 'Magento_Checkout/js/action/set-billing-address': { 'Puntoseco_CustomerAddress/js/action/set-billing-address-mixin': true }, 'Magento_Checkout/js/action/set-shipping-information': { 'Puntoseco_CustomerAddress/js/action/set-shipping-information-mixin': true }, 'Magento_Checkout/js/action/create-shipping-address': { 'Puntoseco_CustomerAddress/js/action/create-shipping-address-mixin': true }, 'Magento_Checkout/js/action/place-order': { 'Puntoseco_CustomerAddress/js/action/set-billing-address-mixin': true }, 'Magento_Checkout/js/action/create-billing-address': { 'Puntoseco_CustomerAddress/js/action/create-shipping-address-mixin': true } } } }; require.config(config); })(); (function() { /* * Copyright © 2020. Mantik Tech. All rights reserved under CC BY-NC-SA 4.0 licence. * See LICENSE file for more details. */ var config = { config: { mixins: { 'mage/validation': { 'Puntoseco_GoogleMapsAddress/js/validate-lat-lng': true } } } } require.config(config); })(); (function() { var config = { paths: { 'addtowishpopup': "Puntoseco_MultipleWishlist/js/addtowish" }, shim: { 'addtowishpopup': { deps: ['jquery'] } } } require.config(config); })(); (function() { /** * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer * versions in the future. * * @category Smile * @package Smile\ElasticsuiteCore * @author Botis * @copyright 2021 Smile * @license Open Software License ("OSL") v. 3.0 */ var config = { config: { mixins: { 'Magento_Ui/js/lib/validation/validator': { 'Smile_ElasticsuiteCore/js/validation/validator-mixin': true } } }, }; require.config(config); })(); (function() { /** * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer * versions in the future. * * @category Smile * @package Smile\ElasticsuiteCore * @author Romain Ruaud * @copyright 2020 Smile * @license Open Software License ("OSL") v. 3.0 */ var config = { map: { '*': { quickSearch: 'Smile_ElasticsuiteCore/js/form-mini' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'Swissup_SeoUrls/js/mixin/swatch-renderer': true } } } }; require.config(config); })(); (function() { /** * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer * versions in the future. * * @category Smile * @package Smile\ElasticsuiteCatalog * @author Aurelien FOUCRET * @copyright 2020 Smile * @license Open Software License ("OSL") v. 3.0 */ var config = { map: { '*': { rangeSlider: 'Smile_ElasticsuiteCatalog/js/range-slider-widget' } }, shim: { 'Smile_ElasticsuiteCatalog/js/jquery.ui.touch-punch.min': { deps: ['Smile_ElasticsuiteCatalog/js/mouse'] } } }; require.config(config); })(); (function() { var config = { // Old code was removed. File left intentionally }; require.config(config); })(); (function() { var config = { shim: { 'Swissup_Ajaxlayerednavigation/js/lib/list.min': { exports: 'Listjs' }, 'Swissup_Ajaxlayerednavigation/js/lib/url-search-params.min': { exports: 'URLSearchParams' }, 'Swissup_Ajaxlayerednavigation/js/ajax-layered-navigation': { deps: [ 'Swissup_Ajaxlayerednavigation/js/lib/list.min', 'Swissup_Ajaxlayerednavigation/js/lib/url-search-params.min', 'Swissup_Ajaxlayerednavigation/js/lib/jalc.min' ] } } }; require.config(config); })(); (function() { var config = { map: { '*': { catalogAddToCart: 'Swissup_Ajaxpro/js/catalog-add-to-cart', compareItems: 'Swissup_Ajaxpro/js/compare' } }, config: { mixins: { 'Magento_ConfigurableProduct/js/configurable': { 'Swissup_Ajaxpro/js/mixin/configurable': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { // Added ability to reload shipping rates 'Magento_Checkout/js/model/shipping-rate-service': { 'Swissup_Checkout/js/mixin/model/shipping-rate-service-mixin': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'compare': 'Swissup_Compare/js/compare' } } }; require.config(config); })(); (function() { var config = { map: { '*': { easybanner: 'Swissup_Easybanner/js/easybanner' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Cookie/js/notices': { 'Swissup_Gdpr/js/mixin/cookie-notice-mixin': true }, 'Magento_GoogleAnalytics/js/google-analytics': { 'Swissup_Gdpr/js/mixin/google-analytics-mixin': true } } }, deps: [ 'Swissup_Gdpr/js/model/cookie-blocker' ] }; require.config(config); })(); (function() { var config = { map: { '*': { 'highlightCarousel': 'Swissup_Highlight/js/carousel' } }, config: { mixins: { // Fixed multiple intializations after ajax request 'Magento_Catalog/js/catalog-add-to-cart': { 'Swissup_Highlight/js/mixin/catalog-add-to-cart': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'navpro': 'Swissup_Navigationpro/js/navpro' } }, config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Swissup_Navigationpro/js/mixin/product-breadcrumbs': true } } }, deps: [ 'Swissup_Navigationpro/js/nowrap' ] }; require.config(config); })(); (function() { var config = { map: { '*': { orderAttachment : 'Swissup_Orderattachment/js/order-attachment' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'mage/bootstrap':'Swissup_Pagespeed/js/lib/mage/bootstrap' } }, shim: { 'Swissup_Pagespeed/js/lib/loadCSS': { exports: 'loadCSS' }, 'Swissup_Pagespeed/js/lib/cssrelpreload': { deps: [ 'Swissup_Pagespeed/js/lib/loadCSS' ] } }, deps: [ 'jquery/jquery.cookie' ] }; require.config(config); })(); (function() { var config = { map: { '*': { 'stickyfill': 'Swissup_Stickyfill/js/stickyfill' } } }; require.config(config); })(); (function() { /** * @copyright Vertex. All rights reserved. https://www.vertexinc.com/ * @author Mediotype https://www.mediotype.com/ */ var config = { config: { mixins: { 'Magento_Checkout/js/view/billing-address': { 'Vertex_AddressValidation/js/billing-validation-mixin': true }, 'Magento_Checkout/js/view/shipping': { 'Vertex_AddressValidation/js/shipping-validation-mixin': true }, 'Magento_Checkout/js/checkout-data': { 'Vertex_AddressValidation/js/shipping-invalidate-mixin': true }, 'Magento_Customer/js/addressValidation': { 'Vertex_AddressValidation/js/customer-validation-mixin': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'ViviendaVerde_ConfigurableProducts/js/model/swatch-vendor': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/checkout-data-resolver': { 'ViviendaVerde_Marketplace/js/model/checkout-data-resolver': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_Checkout/template/billing-address.html': 'ViviendaVerde_MarketplaceCheckout/template/billing-address.html', 'Magento_Checkout/template/billing-address/list.html': 'ViviendaVerde_MarketplaceCheckout/template/billing-address/list.html', 'Magento_Checkout/template/payment.html': 'ViviendaVerde_MarketplaceCheckout/template/payment.html', 'Magento_Checkout/template/summary/cart-items.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/cart-items.html', 'Magento_Checkout/template/summary/item/details.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/item/details.html', 'Magento_Checkout/template/summary/totals.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/totals.html', 'Magento_Tax/template/checkout/summary/subtotal.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/totals/subtotal.html', 'Magento_SalesRule/template/summary/discount.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/totals/discount.html', 'Magento_Tax/template/checkout/summary/tax.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/totals/tax.html', 'Puntoseco_Checkout/template/checkout/summary/puntoseco-subtotaltax.html': 'ViviendaVerde_MarketplaceCheckout/template/summary/totals/puntoseco-subtotaltax.html', } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_OfflinePayments/js/view/payment/offline-payments': 'ViviendaVerde_MarketplacePaymentPurchaseOrder/js/view/payment/offline-payments', } } }; require.config(config); })(); (function() { var config = { paths: { 'myjs': "ViviendaVerde_MarketplaceQuote/js/modal", 'jquery.qrcode': "ViviendaVerde_MarketplaceQuote/js/jquery.qrcode.min", 'flatpickr': 'ViviendaVerde_MarketplaceQuote/js/flatpickr.min', 'flatpickr_es': 'ViviendaVerde_MarketplaceQuote/js/flatpickr_es', }, shim: { 'myjs': { deps: ['jquery'] }, 'jquery.qrcode': { deps: ['jquery'] }, 'flatpickr': { deps: [] }, 'flatpickr_es': { deps: ['flatpickr'] } } } 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() { var config = { config: { mixins: { 'mage/apply/scripts': { 'js/mixin/apply/scripts-lazy': true }, 'mage/collapsible': { 'js/mixin/collapsible/stop-tab-scroll-into-viewport': true }, 'Magento_Catalog/js/related-products': { 'js/mixin/catalog/related-products-correct-scope': true }, 'Magento_Paypal/js/paypal-checkout': { 'js/mixin/paypal/find-produc-id-when-out-of-form': true } } }, shim: { 'jquery/jquery-migrate': ['js/mute-migrate'], 'js/lib/jquery.visible': ['jquery'], 'js/lib/sticky-kit': ['jquery'] }, map: { '*': { 'argentoTabs': 'js/argento-tabs', 'argentoSticky': 'js/argento-sticky', 'jquery/visible': 'js/lib/jquery.visible' } }, deps: [ 'js/argento-base', 'js/argento-theme', 'js/argento-custom' ] }; require.config(config); })(); })(require);