Closed mucahidbal closed 5 months ago
@Amelpicuga1 WooCommerce brings new checkout layout with the new/fresh installations. Its block based checkout, however our plugin doesn't support it yet. For now, we decided to show a notification on the checkout (only if the Checkout Blocks is used) to notify the user about our plugin doesn't have a support.
Could you please test this PR?
So, visit WordPress checkout page and edit it, if you see checkout block there, the nofitication should be shown. When you remove the checkout block and add [woocommerce_checkout] shortcode instead of the block, the notification should not be shown.
A notice is shown if Woocommerce Checkout Blocks feature is active. I'll fix the PHPCS problems in a separate PR.