- Apr 02, 2025
-
-
verfasst von Henning Leutz
Update 'next-3.x' with latest changes from 'main' See merge request !56
-
verfasst von Henning Leutz
fix: properly defined parameters for the URL function See merge request !55
-
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.
-
verfasst von Henning Leutz
-
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.
-
- Mär 04, 2025
-
-
verfasst von Michael Danielczok
Related: #21
-
- Feb 27, 2025
-
-
verfasst von Henning Leutz
Update 'next-3.x' with latest changes from 'main' See merge request !54
-
verfasst von Henning Leutz
fix: update formatting and DOM manipulation in SimpleCheckout.js See merge request !53
-
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
-
- Feb 12, 2025
-
-
verfasst von Michael Danielczok
-
- Feb 11, 2025
-
-
verfasst von Henning Leutz
Update 'next-3.x' with latest changes from 'main' See merge request !52
-
verfasst von Henning Leutz
fix: hide checkout details and payment container during processing See merge request !51
-
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.
-
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
-
- Feb 05, 2025
-
-
verfasst von Henning Leutz
Update 'next-3.x' with latest changes from 'main' See merge request !33
-
- Jan 15, 2025
-
-
verfasst von Henning Leutz
fix: mobile sum display error See merge request !50
-
verfasst von Henning Leutz
Related: pcsg/kunden/libellio/b2c/core#30
-
verfasst von Henning Leutz
-
- Dez 20, 2024
-
-
verfasst von Michael Danielczok
fix: refresh mobile basket See merge request !49
-
verfasst von Michael Danielczok
-
- Dez 19, 2024
-
-
verfasst von Henning Leutz
fix: check empty delivery address See merge request !48
-
verfasst von Henning Leutz
-
- Dez 17, 2024
-
-
verfasst von Henning Leutz
fix: script init at last step See merge request !47
-
verfasst von Henning Leutz
-
- Dez 02, 2024
-
-
verfasst von Henning Leutz
fix: consider no display price See merge request !46
-
verfasst von Henning Leutz
-
- Nov 28, 2024
-
-
verfasst von Henning Leutz
Next 2.x See merge request !45
-
verfasst von Michael Danielczok
-
verfasst von Michael Danielczok
-
verfasst von Henning Leutz
-
- Nov 19, 2024
-
-
verfasst von Henning Leutz
fix: missing events and text article are considered See merge request !44
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Related: #21
-
verfasst von Henning Leutz
Related: #21
-
verfasst von Henning Leutz
Related: #12
-
verfasst von Henning Leutz
Only the address is then displayed. The address cannot be changed/edited by the user.
-
- Nov 04, 2024
-
-
verfasst von Michael Danielczok
-
verfasst von Michael Danielczok
-
- Okt 31, 2024
-
-
verfasst von Henning Leutz
Coupons were incompatible with simple checkout. Since coupons insert text articles into the order. However, text articles destroyed the basket.
-