plugins/woocommerce/client/blocks/docs/internal-developers/testing/releases/1130.md
Zip file for testing: woocommerce-gutenberg-products-block.zip
| Before | After |
|---|---|
Featured Category Triple pattern.Product Collection 3 Columns, Product Collection 4 Columns, Product Collection 5 Columns, and Product Gallery patterns.| Before | After |
|---|---|
Minimal 5-column products row corresponds to Product Collection 5 Columns| Old Pattern | Replacement |
|---|---|
| 3-Column Product Row | Product Collection 3 Columns |
| 1:1 Image 4-Column Product Row | Product Collection 4 Columns |
| Minimal 5-Column Product Row | Product Collection 5 Columns |
| Featured Products 5-Item Grid | Product Collection: Featured Products 5 Columns |
Create a new post
Insert the following patterns: Product Collection 3 Columns, Product Collection 4 Columns, Product Collection 5 Columns, Product Collection: Featured Products 5 Columns
Make sure all of them are using the Product Collection block for rendering in the editor:
Save and head over to the front end: make sure things are working as expected and the designs match the ones displayed on the screenshots in this PR.
Featured Products 5-Item Grid corresponds to Product Collection: Featured Products 5 Columns)| Desktop | Mobile |
|---|---|
1:1 image 4-column products row corresponds to Product Collection 4 Columns.Minimal 5-column products row corresponds to Product Collection 5 Columns.Expected value is not null
| Desktop | Mobile |
|---|---|
Hero Product 3 Split pattern into your page.| Before | After |
|---|---|
| Desktop | Mobile |
|---|---|
add_action( 'woocommerce_cart_calculate_fees', function( $cart ) {
$cart->add_fee( 'Fee 0', 5, true );
$cart->add_fee( 'Fee 2', 10, true );
$cart->add_fee( 'Fee 3', 50, true );
});
Enable Paystack in its settings.Coinbase and Paystack extensions:Note If the compatibility notice does not appear, then open the inspector, go to
Application ยป Local Storage, select your local site, remove the entrywc-wc-blocks_dismissed_incompatible_payment_gateways_notices, and refresh the page:
Install and activate the following three helper plugins:
Create a test page and add the Checkout block to it.
Open the settings sidebar, if not already open.
Verify that the incompatibility notice lists the A โ Incompatible Extension, Coinbase, N โ Incompatible Extension , Paystack and Z โ Incompatible Extension extensions:
| Before | After |
|---|---|
PS: the background image doesn't necessarily have to match what is displayed in the screenshot below; those are dynamically changed depending on the business description.
| Before | After |
|---|---|
| Before | After |
|---|---|
Product hero and Product details listing patterns.| Before | After |
|---|---|