plugins/woocommerce/client/blocks/docs/internal-developers/testing/releases/450.md
Zip file for testing: woocommerce-gutenberg-products-block.zip
No changes.
Go to the Cart and Checkout block and verify designs look good. Some ideas of things to try:
and
wp-admin, rename Beanie with logo to Cart./woocommerce-gutenberg-products-block.php):add_action( 'woocommerce_cart_calculate_fees', 'add_fees', 10 );
function add_fees( $cart ) {
$cart->add_fee( __( 'Fee - Number 1', 'woo-gutenberg-products-block' ), 100, true );
$cart->add_fee( __( 'Fee - Number 2', 'woo-gutenberg-products-block' ), 100, true );
}
In wp-admin:
Enable tax rates and calculations.Prices entered with tax to No, I will enter prices exclusive of tax and Display prices during cart and checkout to Including tax.In the frontend:
| Before | After |
|---|---|