From 30f163ff8591d1cfc2fe33d3031ee203dc592ef6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 5 Apr 2016 16:18:26 -0400 Subject: [PATCH] Colon after simple product qty on shop lsit --- woocommerce/single-product/add-to-cart/simple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ), -- 2.17.1