normal Lable SALE, 10% etc...

More
10 years 2 months ago #6960 by German Pagan
How I can activate the tag sale, 11% etc.
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #6972 by Nguyen Mai
You can edit files:
- 'templates/ot_naturalcosmetics/html/mod_virtuemart_product/default.php' line 64
- 'templates/ot_naturalcosmetics/html/com_virtuemart/category/default.php' line 286
- 'templates/ot_naturalcosmetics/html/com_virtuemart/virtuemart/default_products.php' line 60
- 'templates/ot_naturalcosmetics/html/com_virtuemart/productdetails/default_relatedproducts.php' line 61
Code:
<span class="product-discount"><?php echo JText::_('TPL_OT_SALE'); ?></span>
change to
Code:
<?php $percent = ($product->prices['discountAmount'] / $product->prices['basePriceWithTax']) * 100; ?> <span class="product-discount"><?php echo number_format($percent, 0); ?>%</span>

Please Log in or Create an account to join the conversation.

Time to create page: 0.236 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam