From fdd9ff325b02da1cda6b68351abcaa91b871d010 Mon Sep 17 00:00:00 2001 From: Gerhard Potgieter Date: Tue, 7 Nov 2017 11:40:30 +0200 Subject: [PATCH] input to button for submit in form-coupon.php template --- templates/checkout/form-coupon.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/checkout/form-coupon.php b/templates/checkout/form-coupon.php index d9c71293937..16758051c48 100644 --- a/templates/checkout/form-coupon.php +++ b/templates/checkout/form-coupon.php @@ -13,11 +13,11 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 2.2 + * @version 3.3.0 */ if ( ! defined( 'ABSPATH' ) ) { - exit; // Exit if accessed directly + exit; // Exit if accessed directly. } if ( ! wc_coupons_enabled() ) { @@ -37,7 +37,7 @@ if ( empty( WC()->cart->applied_coupons ) ) {

- +