Следуйте инструкциям в видео ниже, чтобы узнать, как установить наш сайт как веб-приложение на главный экран вашего устройства.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
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.
Version 6.2.4 - 2022.02.11
- Fix - Fix JS error when country field is not present.
- Fix - Fix issue with payment gateway change handlers that was causing an infinite AJAX refresh
- Fix - Fix fatal error caused by calling non-static method statically.
- 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.
Download CheckoutWC v5.3.7 - Optimized Checkout Page for WooCommerce Nulled Free
v5.3.7 - 2021.09.15
- New - Bumped minimum PHP version to 7.1 since one of our existing dependencies already required PHP 7.1, setting an implicit minimum version.
- Fix - Fix bug with WooCommerce payments where the radio button for selecting credit card disappeared.
- Fix - Fix bug where shipping methods were blocked and wouldn't unblock
- Fix - Fix for Avada thank you page and view order page
- Fix - Fix for Avada styling of HTML element
- Fix - Fix for WooCommerce Gift Cards and coupon code AJAX. Now uses native WooCommerce AJAX for applying coupons.
- Fix - Fix a poorly translated French phrase.
- Fix - Fix up WooCommerce Shipment Tracking output and remove duplication
- Fix - Move theme styles / scripts suppression code outside of CompatbilityAbstract so it only runs once.
- Fix - Fix issue with whitespace on the right side of page on iPhones when using WooCommerce PayPal Payments
- Fix - Don't show optional in placeholder for fields that Brazillian Market changes
- Improved - Added filter for distraction free portal template redirect priority: cfw_template_redirect_priority
- Improved - Added filter for disabling existing account lookup by email: cfw_enable_account_exists_check
- Improved - Run initial AJAX update on page load faster (same speed as WooCommerce native checkout page)
- Improved - Added filter for determining when an order bump displays: cfw_display_bump