Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

44 righe
1.7 KiB

  1. var config = {
  2. map: {
  3. '*' : {
  4. 'spitznerReadMore': 'MNM_Spitzner/js/view/read-more'
  5. }
  6. },
  7. config: {
  8. mixins: {
  9. 'Magento_Checkout/js/view/shipping': {
  10. 'MNM_Spitzner/js/view/shipping-mixin': true
  11. },
  12. 'Magento_Checkout/js/action/set-payment-information': {
  13. 'MNM_Spitzner/js/action/set-payment-information-mixin': true
  14. },
  15. 'Magento_Checkout/js/action/set-shipping-information': {
  16. 'MNM_Spitzner/js/action/set-shipping-information-mixin': true
  17. },
  18. 'Magento_Checkout/js/model/address-converter': {
  19. 'MNM_Spitzner/js/model/address-converter-mixin': true
  20. },
  21. 'Magento_Checkout/js/view/cart/shipping-rates': {
  22. 'MNM_Spitzner/js/view/cart/shipping-rates-mixin': true
  23. },
  24. 'Repertus_Packstation/js/packstation/search-modal-widget': {
  25. 'MNM_Spitzner/js/packstation/search-modal-widget-mixin': true
  26. },
  27. 'Amasty_Promo/js/popup': {
  28. 'MNM_Spitzner/js/popup-mixin': true
  29. },
  30. 'Amasty_CheckoutCore/js/view/onepage': {
  31. 'MNM_Spitzner/js/view/onepage-mixin': true
  32. },
  33. 'Amasty_CheckoutCore/js/view/form/element/email': {
  34. 'MNM_Spitzner/js/view/form/element/email-mixin': true
  35. },
  36. 'Amasty_CheckoutCore/js/view/checkout/summary/cart-items': {
  37. 'MNM_Spitzner/js/view/checkout/summary/cart-items-mixin': true
  38. },
  39. 'Threepartment_Debitpayment/js/view/payment/method-renderer/debitpament-method': {
  40. 'MNM_Spitzner/js/view/payment/method-renderer/debitpament-method-mixin': true
  41. }
  42. }
  43. }
  44. };