Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.95 KB

File metadata and controls

24 lines (15 loc) · 1.95 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 7.8.1

Zip file for testing: woocommerce-gutenberg-products-block.zip

Feature plugin and package inclusion in WooCommerce

Fix PHP notice in Mini Cart when prices included taxes. (6537)

  1. Go to WooCommerce > Settings and check Enable tax rates and calculations.
  2. Go to the Tax tab in the settings and check Yes, I will enter prices inclusive of tax and Display prices during cart and checkout: Including tax.
  3. Add the Mini Cart block to a post or page.
  4. Visit that post or page in the frontend, and verify there isn't a PHP notice.
Before After
Screenshot showing a PHP warning Screenshot showing no PHP warning