From: Laury GvR Date: Tue, 5 Apr 2016 20:18:26 +0000 (-0400) Subject: Colon after simple product qty on shop lsit X-Git-Tag: v1.0.0^2~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=30f163ff8591d1cfc2fe33d3031ee203dc592ef6;p=WP-Themes%2Fjollylama.git Colon after simple product qty on shop lsit --- diff --git a/woocommerce/single-product/add-to-cart/simple.php b/woocommerce/single-product/add-to-cart/simple.php index aafa3b8..d824598 100644 --- a/woocommerce/single-product/add-to-cart/simple.php +++ b/woocommerce/single-product/add-to-cart/simple.php @@ -44,7 +44,7 @@ if ( ! $product->is_purchasable() ) {
is_sold_individually() ) { - ?>QtyQty: apply_filters( 'woocommerce_quantity_input_min', 1, $product ), 'max_value' => apply_filters( 'woocommerce_quantity_input_max', $product->backorders_allowed() ? '' : $product->get_stock_quantity(), $product ),