diff --git a/woocommerce/loop/add-to-cart.php b/woocommerce/loop/add-to-cart.php index a6f9900..f8b12e1 100644 --- a/woocommerce/loop/add-to-cart.php +++ b/woocommerce/loop/add-to-cart.php @@ -1,7 +1,7 @@ id ), esc_attr( $product->get_sku() ), - // TODO: load add to cart button class from customizer? -// esc_attr( isset( $class ) ? $class : 'button' ), esc_html( $product->add_to_cart_text() ) ), $product );