Skip to content
Code-Schnipsel Gruppen Projekte
  1. Apr 02, 2025
    • Henning Leutz's avatar
      Merge branch 'main' into 'next-3.x' · d5d2ce06
      verfasst von Henning Leutz
      Update 'next-3.x' with latest changes from 'main'
      
      See merge request !56
      d5d2ce06
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · b8b8e774
      verfasst von Henning Leutz
      fix: properly defined parameters for the URL function
      
      See merge request !55
    • Henning Leutz's avatar
      fix: update phpstan version and ignore certain lines in checkouts · 0202cb7b
      verfasst von Henning Leutz
      - Updated the version of phpstan in `.phive/phars.xml` from `1.11.8` to `1.*` and fixed its
      installed reference to `1.12.13`.
      - Added `@phpstan-ignore-line` comment to ignore certain lines in `Checkout.php`. The ignored lines
      are 'Delivery' in the function `getBody()` and checking `validateAddress` in the function
      `isValid()`. These adjustments help to suppress any unnecessary lint warnings which phpstan may
      raise.
      0202cb7b
    • Henning Leutz's avatar
      Merge branch 'master' into next-2.x · 60ec8da5
      verfasst von Henning Leutz
      60ec8da5
    • Henning Leutz's avatar
      feat: add null coalescing and step verification · 118e1147
      verfasst von Henning Leutz
      New Events: onQuiqqerSimpleCheckoutBodyEnd + onQuiqqerSimpleCheckoutValidation
      
      In the update.php modified to initialize erpAddressData with empty strings in case the values
      obtained from $orderData are null.
      
      In SimpleCheckout.js module, simplified setting `Checkout` attribute for Delivery, Shipping,
      Payment, and Billing by looping through them in an array.
      
      Added verification to ensure existence of certain steps before attempting to invoke methods on them
      to prevent potential errors because of non-existence.
      
      In the checkout template, add code to display delivery and Payment only if the corresponding data
      exists.
      
      In Checkout.php introduced logic to control the display of delivery, shipping, and billing
      addresses sections.
      
      In CheckoutPayment.php added conditions to check existence before validating delivery to prevent
      potential errors.
      
      Conditional checks and event firing mechanisms were introduced to validate the shipping service.
      This significantly streamlines the code and makes it more resilient against potential errors.
      118e1147
  2. Mär 04, 2025
  3. Feb 27, 2025
  4. Feb 12, 2025
  5. Feb 11, 2025
  6. Feb 05, 2025
  7. Jan 15, 2025
  8. Dez 20, 2024
  9. Dez 19, 2024
  10. Dez 17, 2024
  11. Dez 02, 2024
  12. Nov 28, 2024
  13. Nov 19, 2024
  14. Nov 04, 2024
  15. Okt 31, 2024
Lade