Uncaught TypeError: $.widget is not a function

My code : define([ ‘Magento_Customer/js/model/authentication-popup’, ‘Magento_Ui/js/modal/alert’, ‘Magento_Ui/js/modal/confirm’, ‘underscore’, ‘jquery/ui’, ‘jquery-ui-modules/core’, ‘jquery-ui-modules/widget’, ‘mage/decorate’, ‘mage/collapsible’, ‘mage/cookies’, ‘loader’ ], function ($, authenticationPopup, customerData, alert, confirm, _) { ‘use strict’; return function (widget) { $.widget(‘mage.sidebar’, widget, { _updateItemQty: function (elem) { var itemId = elem.data(‘cart-item’); var btnplus = elem.data(‘btn-plus’); var btnminus = elem.data(‘btn-minus’); $(‘#cart-item-‘ + itemId + ‘-qty’).trigger(‘processStart’); this._ajax(this.options.url.update, …

firebase otp verification

So I was trying to use firebase OTP verification on phone no on my Magento store. Here is the code <script> // Your web app’s Firebase configuration var firebaseConfig = { apiKey: “##############################”, authDomain: “###########################”, projectId: “#########################”, storageBucket: “########################”, messagingSenderId: “#################”, appId: “#######################”, measurementId: “#######################” }; // Initialize Firebase firebase.initializeApp(firebaseConfig); window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier(‘recaptcha-container’, { …

How to include ajax loader

How to add https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/widgets/widget_loader.html ajax loader to my script, ​ define([ ‘jquery’, ‘Magento_Customer/js/model/authentication-popup’, ‘Magento_Customer/js/customer-data’, ‘Magento_Ui/js/modal/alert’, ‘Magento_Ui/js/modal/confirm’, ‘underscore’, ‘jquery/ui’, ‘mage/decorate’, ‘mage/collapsible’, ‘mage/cookies’ ], function ($, authenticationPopup, customerData, alert, confirm, _) { ‘use strict’; return function (widget) { $.widget(‘mage.sidebar’, widget, { _updateItemQty: function (elem) { var itemId = elem.data(‘cart-item’); var btnplus = elem.data(‘btn-plus’); var btnminus = elem.data(‘btn-minus’); …

Magento Commercials

I want to know from users what is the expected cost for Magento Commerce Module at start and annually after that. Registration and licenses included. I’m working on a grocery retail project and am comparing Magento Commerce v/s Open source. submitted by /u/shamswasim [link] [comments]

[Survey] Researching agency/merchant-side views on third party extensions

I’m currently researching what developers and SIs are looking for when integrating 3rd-party extensions. If you’re agency or merchant side, and have a spare few minutes to help out answering some survey questions, that would be awesome. I’ll be writing up and sharing the findings later in the year. https://forms.gle/6cRXHg9smR4wncDU9 submitted by /u/dajve [link] [comments]

Best Order Tracking Extension for Magento 2?

Does anyone have recommendations for an Order Tracking extension for Magento 2? Something simple, with a couple of form fields (email and order number) to complete, and then if it’s valid and a match in our order database, we’d present them with their order status. We’re currently getting inundated with “Where’s my order” inquiries from …