Skip to content

magento2.4

Auto Added by WPeMatico

Magento 2.4.7 Deprecated Functionality, Clearsale

After upgrading to m2.4.7-p1, we installed the newest version of Clearsale and see these errors: Deprecated Functionality: Creation of dynamic property ClearsaleIntegrationModelAuthEntityCredentialsFactory::$ClientSecret is deprecated in /vendor/clearsale/integration/Model/Auth/Business/AuthBusinessObject.php Deprecated Functionality: Creation of dynamic property ClearsaleIntegrationModelAuthEntityCredentialsFactory::$ClientID is deprecated in /vendor/clearsale/integration/Model/Auth/Business/AuthBusinessObject.php Deprecated Functionality: Creation… Read More »Magento 2.4.7 Deprecated Functionality, Clearsale

Magento2.4.6: setTimeout() doesn’t work on server on checkout page but its working on local checkout page, whats the reason?

Here is the code <script> require([ “jquery” ], function($) { ‘use strict’; $(document).ready(function () { setTimeout( function(){ let telephone = $(‘input[name=”telephone”]’); telephone.keypress(function() { console.log(“Formatting phone number with keypress”); telephone.attr(‘maxLength’, ’13’); telephone.attr(‘minLength’, ’13’); telephone.addClass(‘validate-phone-13’); telephone.attr(‘type’,’tel’); let x = $(this).val(); x =… Read More »Magento2.4.6: setTimeout() doesn’t work on server on checkout page but its working on local checkout page, whats the reason?