* rename Add to Cart

* fix E2E test
This commit is contained in:
Luigi Teschio 2023-05-03 12:31:59 +02:00 committed by GitHub
parent 0ea4dab3c9
commit fed679cbeb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "woocommerce/add-to-cart-form",
"version": "1.0.0",
"title": "Add to Cart Options",
"title": "Add to Cart with Options",
"description": "Display a button so the customer can add a product to their cart. Options will also be displayed depending on product type. e.g. quantity, variation.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],

View File

@ -20,7 +20,7 @@ import {
} from '../../utils.js';
const block = {
name: 'Add to Cart Options',
name: 'Add to Cart with Options',
slug: 'woocommerce/add-to-cart-form',
class: '.wc-block-add-to-cart-form',
};