composer require teft/teft-product-card
add_theme_support( 'teft_product_card_in_woocommerce_archive' );
to render archive and product list views as Teft Cards grid.add_theme_support( 'teft_product_card_in_woocommerce_blocks' );
to render product list blocks as Teft Cards grid.teft/cards/product_card/args
Pre card render args.teft/cards/product_card/woocommerce_blocks
Blocks to render as Teft Cards grid.
[
'woocommerce/handpicked-products',
'woocommerce/product-category',
'woocommerce/products-by-attribute',
'woocommerce/product-tag',
'woocommerce/product-best-sellers',
'woocommerce/product-new',
'woocommerce/product-on-sale',
'woocommerce/product-top-rated',
]