Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 27, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 0bc071c4
      verfasst von Henning Leutz
      fix: update formatting and DOM manipulation in SimpleCheckout.js
      
      See merge request !53
      2.2.8
      0bc071c4
    • Henning Leutz's avatar
      fix: update formatting and DOM manipulation in SimpleCheckout.js · ff125403
      verfasst von Henning Leutz
      This commit implements minor refactoring changes in the SimpleCheckout.js file.
      - Updated formatting to include space before function parameters across multiple method
      declarations for improved readability.
      - Modified DOM manipulation logic to use data-name attribute instead of class name for element
      selection, enhancing selection accuracy.
      - Added data-name attribute set command to retain DOM element specific data when replacing HTML.
      - Improvements in 'require' callbacks to use fat arrow function notation.
      - Minor adjustments in formatting in methods dealing with Events and DOM manipulations.
      
      Related: coupons#19
      ff125403
  2. Feb 12, 2025
  3. Feb 11, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 14991b34
      verfasst von Henning Leutz
      fix: hide checkout details and payment container during processing
      
      See merge request !51
      2.2.7
      14991b34
    • Henning Leutz's avatar
      fix: add animation to payment container in simple checkout · ae0a58b9
      verfasst von Henning Leutz
      In `SimpleCheckout.js`, an animation has been added to enhance the user experience while scrolling
      to the payment container. On the other hand, in `Checkout.html`, the
      `quiqqer-simple-checkout__scrollToPaymentContainer` class has been updated to initially set the
      opacity to 0 to make the animation smoother.
      ae0a58b9
    • Henning Leutz's avatar
      fix: hide checkout details and payment container during processing · caeaffd5
      verfasst von Henning Leutz
      This commit hides the elements '.quiqqer-simple-checkout-orderDetails' and
      '.quiqqer-simple-checkout__scrollToPaymentContainer' in 'SimpleCheckout.js' during processing. When
      the element with '.quiqqer-order-step-processing' class is present, the mentioned elements are set
      to 'display: none', preventing them from being viewed during order processing. The same logic
      applies when the order is successful, ensuring a cleaner interface during these steps.
      
      Related: #22
      caeaffd5
  4. Jan 15, 2025
  5. Dez 20, 2024
  6. Dez 19, 2024
  7. Dez 17, 2024
  8. Dez 02, 2024
  9. Nov 28, 2024
  10. Nov 19, 2024
  11. Nov 04, 2024
  12. Okt 31, 2024
  13. Okt 24, 2024
  14. Okt 23, 2024