Initial Commit N° : 001 - V.4.3.3

This commit is contained in:
2025-03-28 14:32:57 +01:00
commit 238e5d7999
809 changed files with 371149 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php defined('ABSPATH') || exit; ?>
<div class="total-cart-wrap nasa-flex jbw">
<span class="total-price-label2">
<?php echo esc_html__('Total', 'elessi-theme'); ?>
</span>
<span class="total-price-2">
<?php wc_cart_totals_order_total_html(); ?>
</span>
</div>