File tree Expand file tree Collapse file tree
public_html/extensions/novator/storefront/view/novator/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 < ?php } ?>
2828 <div class =" row g-4" >
2929 <?php
30- $text_sale = $this->language->get('text_badge_sale','novator/novator' );
30+ $text_sale = $this->language->get('text_badge_sale');
3131 $text_sale = $text_sale == 'text_badge_sale' ? 'SALE' : $text_sale;
3232 $tax_exempt = $this->customer->isTaxExempt();
3333 $config_tax = $this->config->get('config_tax');
Original file line number Diff line number Diff line change 1313
1414 $tax_exempt = $this ->customer->isTaxExempt();
1515 $config_tax = $this ->config->get('config_tax');
16- $text_sale = $this ->language->get('text_badge_sale','novator/novator' );
16+ $text_sale = $this ->language->get('text_badge_sale');
1717 $text_sale = $text_sale == 'text_badge_sale' ? 'SALE' : $text_sale ;
1818
1919 foreach ($products as $product ) {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if($products){ ?>
2727 $imgW = $imgW ?? $this ->config->get('config_image_product_width');
2828 $imgH = $imgH ?? $this ->config->get('config_image_product_height');
2929 $wishlist = $wishlist ?? $this ->customer->getWishlist();
30- $text_sale = $this ->language->get('text_badge_sale','novator/novator' );
30+ $text_sale = $this ->language->get('text_badge_sale');
3131 $text_sale = $text_sale == 'text_badge_sale' ? 'SALE' : $text_sale ;
3232 $tax_exempt = $this ->customer->isTaxExempt();
3333 $config_tax = $this ->config->get('config_tax');
Original file line number Diff line number Diff line change 2626 <?php } ?>
2727 <div class= " row g-4" >
2828 <?php
29- $text_sale = $this ->language->get('text_badge_sale','novator/novator' );
29+ $text_sale = $this ->language->get('text_badge_sale');
3030 $text_sale = $text_sale == 'text_badge_sale' ? 'SALE' : $text_sale ;
3131 $tax_exempt = $this ->customer->isTaxExempt();
3232 $config_tax = $this ->config->get('config_tax');
You can’t perform that action at this time.
0 commit comments