Magento 2

Création de modules pour magento 2 :

  • SendinBlue : Synchronisation des emails entre les boutiques et la plateforme Sendinblue
  • Barcode:  Generation de codes barres a partir des listes d’achats
  • Google Tag Manager : Utilisation du datalayer pour transmettre les données e commerce
  • Optimisation Pimgento 2 : Suppression des données obsolètes, adaptation au besoin / modules spécifique utilisés

Contributions a la correction d’erreur Magento 2

Version 2.2.4

  • Magento now correctly displays product titles when displaying Sales information in Google Analytics. Previously, Magento replaced spaces in product names with their HTML values (for example, \u0020). Fix submitted by Julien Anquetil in pull request 13844GitHub-13827GitHub-13350

Version 2.2.5

Version 2.2.6

  • MySQL adapter can now reconnect successfully when using a nonstandard port. Previously, Magento threw this error, Port must be configured within host parameterFix submitted by Julien ANQUETIL in pull request 14753.
  • Magento no longer throws an error when a customer uses quick search to search on a term that does not exist in the search database. Previously, Magento returned this error, TypeError: this._getFirstVisibleElement(...).addClass is not a functionFix submitted by Julien ANQUETIL in pull request 14839GitHub-14274
  • Magento no longer displays duplicate element IDs on the Checkout page. Fix submitted by Julien ANQUETIL in pull request 15585GitHub-13415