Formatting updates

Jonathan Lane 2022-07-12 14:11:43 -07:00
parent d2d96360de
commit 0fdcd0fc13
1 changed files with 12 additions and 12 deletions

@ -10,10 +10,10 @@ WooCommerce 6.8 includes:
##### Make form components require onChange and have a default value. (https://github.com/woocommerce/woocommerce-blocks/pull/6636)
1. Create a new page with All Products block, Filter Products By Price Block and Filter Products By Attribute Block.
2. Go to the All Products page, ensure you're able to sort products and filter products by price and attribute.
1. Create a new page with `All Products block`, `Filter Products By Price Block` and `Filter Products By Attribute Block`.
2. Go to the `All Products` page, ensure you're able to sort products and filter products by price and attribute.
3. Add a product to the cart.
4. Go to the Checkout block page.
4. Go to the `Checkout block` page.
5. Ensure you're able to use radio controls.
##### Footer Template Parts use now `<footer>` instead of `<div>` and Header uses `<header>` instead of `<div>`. (https://github.com/woocommerce/woocommerce-blocks/pull/6596)
@ -36,7 +36,7 @@ WooCommerce 6.8 includes:
##### Replace the ProductTag tax_query field to be the term_id instead of the id. (https://github.com/woocommerce/woocommerce-blocks/pull/6585)
1. Create a page and add a Products by Tag block.
1. Create a page and add a `Products by Tag block`.
2. Check that is rendered correctly in the editor.
3. Save the page and check that is rendered correctly in the frontend.
@ -44,18 +44,18 @@ WooCommerce 6.8 includes:
##### Fix: Correctly calculate taxes for local pickups. (https://github.com/woocommerce/woocommerce-blocks/pull/6631)
1. Set store address to 123 Test Street, 90210 Beverly Hills, CA, USA
1. Set store address to `123 Test Street, 90210 Beverly Hills, CA, USA`
2. Enable taxes
3. Add a "Standard" tax rates in US, CA. Set it to: 10%
3. Add a "Standard" tax rates in US, CA. Set it to: `10%`
4. Add the following shipping methods: "Flat rate" for $10 and "Local pickup" for free.
5. Add a payment option (e.g., Cash on delivery).
6. Add a physical product to the cart.
7. Use an outside state address on the front-end. (e.g., 60 29th Street #343, 35005 birmingham, AL, USA)
8. Go to the Cart block and select the Local pickup shipping method. Check that we have a tax of 10% applied.
9. Go to the Checkout block and select the Local pickup shipping method. Check that we have a tax of 10% applied.
7. Use an outside state address on the front-end. (e.g., `60 29th Street #343, 35005 birmingham, AL, USA`)
8. Go to the `Cart block` and select the `Local pickup` shipping method. *Check that we have a tax of 10% applied*.
9. Go to the `Checkout block` and select the `Local pickup` shipping method. *Check that we have a tax of 10% applied*.
10. Place your order. Check on the Order received page that the displayed tax is actually added to the total.
11. Go to Edit Order. Check that taxes were applied correctly there as well.
12. On Checkout again, select flat rate, using the same external address, and make sure taxes are not applied.
12. On Checkout again, select `flat rate`, using the same external address, and make sure taxes are not applied.
##### Fix: Ensure WooCommerce templates show correct titles. (https://github.com/woocommerce/woocommerce-blocks/pull/6452)
@ -75,7 +75,7 @@ WooCommerce 6.8 includes:
</table>
1. Go to Appearance → Editor → Browse all templates
2. Make sure you have archive-product.html in your theme's templates directory
3. Notice the archive-product.html template shows the correct title and description.
2. Make sure you have `archive-product.html` in your theme's templates directory
3. Notice the `archive-product.html` template shows the correct title and description.
## WooCommerce Core Updates: