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

Commit 0841329

Browse files
committed
Remove entry from testing notes
1 parent 094421a commit 0841329

File tree

1 file changed

+0
-34
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+0
-34
lines changed

docs/internal-developers/testing/releases/1130.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -280,40 +280,6 @@ PS: the background image doesn't necessarily have to match what is displayed in
280280
| ------ | ----- |
281281
| ![Screenshot 2023-10-04 at 12 31 18](https://github.com/woocommerce/woocommerce-blocks/assets/90977/63fd3b2d-31c3-4666-aa2b-c5620204ca6f) | ![Screenshot 2023-10-04 at 12 36 12](https://github.com/woocommerce/woocommerce-blocks/assets/90977/874a66cc-4ab7-4434-8884-b96ea041784d) |
282282

283-
### [Store Customization MVP] Fix conflict with other plugins [11082](https://github.com/woocommerce/woocommerce-blocks/pull/11082)
284-
285-
1. Create a new [JN install](https://jurassic.ninja/) with both Jetpack and Woocommerce installed and activated.
286-
2. Install and activate WooCommerce Blocks from this zip file: [woocommerce-gutenberg-products-block.zip]
287-
(https://wcblocks.wpcomstaging.com/wp-content/uploads/woocommerce-gutenberg-products-block-11082.zip), also install and enable the `WooCommerce Product Add-ons` or the `WooCommerce Product Bundles`.
288-
3. In your wp-admin, set up the JetPack connection, make sure it's successful.
289-
4. From your admin screen, click on Tools > Plugin editor:
290-
291-
Select the WooCommerce Blocks plugin and add the following within your woocommerce-blocks/woocommerce-gutenberg-products-block.php file and save:
292-
293-
```php
294-
function connect_to_endpoint() {
295-
update_option( 'woocommerce_blocks_allow_ai_connection', true );
296-
297-
$request = new WP_REST_Request( 'POST', '/wc/store/patterns' );
298-
299-
$request->set_param( 'business_description', 'A store that sells organic food' );
300-
301-
$response = rest_do_request( $request )->get_data();
302-
303-
error_log( print_r( $response, true ) );
304-
}
305-
306-
add_action( 'admin_init', 'connect_to_endpoint' );
307-
```
308-
309-
5. Create a new post.
310-
6. Insert the Featured Category Triple pattern (or any other you want with at least one image).
311-
7. Make sure the images on the pattern match the business description you provided: 'A store that sells organic food' and no PHP error occurred.
312-
8. Go back to the plugin editor and update the business description over there to something else (e.g. books, clothes, sports gear etc.) and saveç
313-
9. Return to your post editor, save it, and refresh the page.
314-
10. Insert the same Featured Category Triple pattern again.
315-
11. Notice how all images were updated to now match what you selected as the new description for your store.
316-
317283
### Single Product block: Redirect to the cart page after successful addition setting isn't respected [11151](https://github.com/woocommerce/woocommerce-blocks/pull/11151)
318284

319285
#### Test 1: Redirect shopper to the cart page after successful addition when setting is enabled

0 commit comments

Comments
 (0)