Initial Commit N° : 003 - V.4.3.5

This commit is contained in:
2025-03-28 14:51:03 +01:00
parent 579b475021
commit 1ec9986b28
78 changed files with 1974 additions and 10329 deletions
+6 -5
View File
@@ -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>