You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Go to the checkout page again and verify that the arrow of the Return to Cart button points in the other direction.
Before LTR:
After LTR:
Before RTL:
After RTL:
Add reset button in the editor for product attributer filter (8285)
Go to your wp-admin dashboard and Shop page.
Add the Filter by Attribute Product block.
Choose an attribute which has a product linked to it.
Ensure you see the Reset button at the bottom right.
Go to your Shop page and select an attribute.
Ensure you see the Reset button and clicking on it works as expected.
Back in the wp-admin Shop page. Edit the block and now try choosing an attribute which has no products link to it.
Ensure you no longer see the Reset button at the bottom right.
Before:
After:
Make Notice component legible in dark themes (8278)
Install a theme with a dark background (ie: theme TT3 with Aubergine style or theme Zaino).
Go to Appearance » Editor and edit the Product Catalog template.
Add the Store Notices block.
Make sure the notice text is black and legible.
Before:
After:
Set inherit setting to true when is inserted in the archive product template (8251)
Make sure you are using a block theme.
Go to the Product Catalog template on the Site Editor (wp-admin/site-editor.php?postType=wp_template&postId=woocommerce%2Fwoocommerce%2F%2Farchive-product).
Insert the Products (Beta) block.
Make sure the Inherit query from template is enabled by default.
Avoid changing the markup of all ratings when the Product Rating block is present in the page (8247)
Make sure a product has an average rating of 4 or less.
Edit the Product Catalog template, adding the Products block above the WooCommerce Product Grid Block:
You might want to add a title above each of those blocks to help you distinguish them in the frontend.
Go to the frontend and verify the rating markup of the WooCommerce Product Grid block is not filtered. To verify it, scroll down to the WooCommerce Product Grid block and check that the "empty" star in the rating is outlined instead of dimmed:
Before:
After:
Note: The Products block is expected to have dimmed stars instead of outlined ones. This testing steps refers to the WooCommerce Product Grid block.
Update Local Pickup price display when price is 0 and multiple packages are used (8241)
Add multiple products to cart. Confirm you have multiple shipping packages and the price x quantity is shown when choosing local pickup.
Go to settings and make local pickup free.
Go back to checkout and confirm prices for pickup is shown as "FREE".
Show as "Free" instead of "0 x 3 packages":
Existing logic preserved for pickup with prices:
Product Price: Transition from using CSS margin to Global Styles (8269)
Add a Products block on a new page.
Ensure the Product Pricemargin is displaying correctly (and is present in the Dimensions » Margin setting).
Now add an All Products block on another page.
Click on the pencil icon to edit the layout and change the Product Price block margin.
Verify the margin is applied in the editor. Save the layout, save the page and check the changes in the frontend, verify the margin is applied there as well.
Product Button: Transition from using CSS margin to Global Styles (8239)
Add a Products block on a new page.
Ensure the Product Buttonmargin is displaying correctly (and is present in the Dimensions » Margin setting).
Iterate over each Products block pattern (which includes the Product Button block). Make sure the margin is correct.
Product Rating: Transition from using CSS margin to Global Styles (8202)
Add a Products block on a new page and add the Product Rating block inside of it.
Ensure the Product Ratingmargin is displaying correctly (and is present in the Dimensions » Margin setting).
Iterate over each Products block pattern (which includes the Rating block). Make sure the margin is correct.
Make sure the alignment setting works (for Product Rating) correctly in the editor and frontend.
Edit any template on the Site Editor e.g. the Single Product Template (wp-admin/site-editor.php?postType=wp_template&postId=woocommerce%2Fwoocommerce%2F%2Fsingle-product&canvas=edit&sidebar=%2Ftemplates).
Insert the new Store Breadcrumbs block.
Style the breadcrumbs (update the colors for the link and text and typography) and ensure the changes are also visible on the FrontEnd.
Try to add "Product Results Count" Expected: Product Results Count block is not available there
Edit Product Catalog template
Add "Product Results Count" Expected: It displays "Showing 1-X of X results".
Remove Classic Template and add Products block
Make sure Products block has Inherit query from template setting enabled (!)
Save the template and go to Frontend Expected: It displays "Showing 1-16 of 17 results". - depends on number of products your store has, numbers may differ, but it displays correct number of product that shows up in Products block
Go to the next page of Products Expected: It displays "Showing 17-17 of 17 results". - depends on number of products your store has, numbers may differ, but it displays correct number of product that shows up in Products block
Editor sidebar:
Block inserter:
Change global styles and make sure styles are applied to the block (in frontend as well)
Change the color/font styles to the block and make sure styles are applied to the block (in frontend as well)
Add coupon link instead of dropdown in Cart and Checkout blocks (7993)
Go to the Edit Cart page, remove the Cart block and add it again.
Go to the Edit Checkout page, remove the Checkout block and add it again.
Visit your site front-end and add items to cart
Go to the Cart page, and confirm the Apply a coupon code link is visible.
Enter the coupon code, and confirm the coupon is getting applied.
Go to the Checkout page, and confirm the Apply a coupon code link is visible.
Enter the coupon code, and confirm the coupon is getting applied.