Initial Commit N° : 003 - V.4.3.5
This commit is contained in:
@@ -23,7 +23,7 @@ defined('NASA_CHECKOUT_LAYOUT') or define('NASA_CHECKOUT_LAYOUT', 'default');
|
||||
|
||||
<form class="checkout_coupon woocommerce-form-coupon" method="post" style="display:none">
|
||||
<div class="row">
|
||||
<div class="large-7 columns">
|
||||
<div class="large-12 columns">
|
||||
<p><?php esc_html_e('If you have a coupon code, please apply it below.', 'elessi-theme'); ?></p>
|
||||
|
||||
<div class="form-row form-row-first coupon">
|
||||
@@ -31,11 +31,12 @@ defined('NASA_CHECKOUT_LAYOUT') or define('NASA_CHECKOUT_LAYOUT', 'default');
|
||||
<button type="submit" class="button" name="apply_coupon" value="<?php esc_attr_e('Apply coupon', 'elessi-theme'); ?>"><?php esc_html_e('Apply coupon', 'elessi-theme'); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="large-5 columns title-align-left">
|
||||
|
||||
<div class="large-12 columns title-align-left">
|
||||
<?php
|
||||
if (NASA_CHECKOUT_LAYOUT !== 'modern') {
|
||||
elessi_checkout_get_coupon_slide();
|
||||
}
|
||||
if (NASA_CHECKOUT_LAYOUT !== 'modern') :
|
||||
elessi_checkout_get_coupon_slide();
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user