Sie verwenden einen veralteten Browser. Es kann sein, dass diese oder andere Webseiten nicht korrekt angezeigt werden. Sie sollten ein Upgrade durchführen oder einen alternativen Browser verwenden.
Kasse für WooCommerce
11.3.0 Nulled
Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
New - Added setting to display sale prices in cart and checkout cart summary.
New - It is now possible to use a WooCommerce Product Bundle that contains variations as an order bump. The default variation values for each bundled product are used.
Improved - Improved how product bundles are styled in the side cart and checkout cart summary
Fix - Fix setting that appeared erroneously when side cart is disabled.
Fix - Change label of cart item quantity color settings to add clarity to what they style.
Fix - Fix issue where quantity stepper wasn't available in side cart unless cart editing at checkout was enabled.
Fix - Fix issue where there were duplicate validators during checkout submission
Fix - Attempt to fix race condition that caused the postal code validation to show an error message after correct postal code was entered
Fix - Fix bug in admin where publishing an order bump triggered before unload alert
Fix - Tweak our side cart coupon apply code to better match core
Fix - Fix potential infinite loop that caused update_checkout to run continuously when WooCommerce German Market was active. Fixes other potential scenarios that would cause the same thing
Download CheckoutWC v7.1.3 - Optimized Checkout Page for WooCommerce Nulled Free
Version 7.1.3 - 2022.04.01
New - Added new option to place Trust Badges in the footer. Trust Badges now have a main level admin menu.
Improved - The official Stripe gateway undeprecated an important filter that allows us to turn on payment request/express buttons on the checkout page. So we re-implemented it.
Improved - The whole row is now clickable to select a payment method. Particularly helpful on the Glass theme due to the larger styling of items.
Dev - Removed cfw_disable_admin_menus filter in favor of better methods. Try: remove_menu_page( 'cfw-settings' )
Dev - Added new action: cfw_order_item_after_data
Fix - Fix issue where Full Name, House Number, and Street Name fields caused issues with express checkout (Apple Pay, Google Pay, etc)
Fix - Corrected some Danish translations. Thanks, Julie!
Fix - Fix how we style the footer on the Glass theme. No longer uses absolute positioning which I think we can all agree is better.
Fix - Fix bug that caused countries that are excluded in WooCommerce settings to show up in international phone field dropdown.
Fix - Revert changes to Netherlands zip autocomplete in favor of disabling zip autocomplete entirely for the Netherlands and Belgium due to our data source not having good city data.
Fix - Fix edge case where if a shipping address field value was 'null' the billing address sync would still run.
Tweak - Removed colon after shipping method names
Tweak - Renamed pot file to checkout-wc.pot since this seems to be more standards complaint.
Fix - Fix potential fatal error with Klarna Payments.
Fix - Order failed text is now on the thank you page where it always should have been for those odd situations where a gateway sends someone to the order-received endpoint with a failed order.
Fix - Fix improper detection of whether the selected payment gateway changed.
Fix - Post code field no longer fires AJAX refresh on keydown to prevent poor UX with improper post code detection
Improved - Refactored Google Address Autocomplete functionality to better handle different completion strategies for different countries.
Development - Added unit testing for Google Address Autocomplete.