hi, use "product prices result" is the cart? I do not need it
I want remove it
"product prices result"= COM_VIRTUEMART_ORDER_PRINT_PRODUCT_PRICES_TOTAL
and to 'components\com_virtuemart\views\orders\tmpl\details_items.php' I deleted the code but not removed from cart
(http://i41.tinypic.com/2uixegy.jpg)
There could be another tween with the same name "details_items.php" in your web site template folder.
Your purpose is not to change code?
Now, usage "product prices result"???
sorry, I'm an Iranian. I do not understand what you mean. plz more accurate
Could you see "details_items.php" file in the root/templates/your_template/html/com_virtuemart/orders/ folder?
yes I see folder template but with deleted this code in 'details_items.php' / again unchanged cart mean not removed "product prices result"
<?php
}
?>
<tr class="sectiontableentry1">
<td colspan="6" align="right"><?php echo JText::_('COM_VIRTUEMART_ORDER_PRINT_PRODUCT_PRICES_TOTAL'); ?></td>
<?php if ( VmConfig::get('show_tax')) { ?>
<td align="right"><?php echo "<span class='priceColor2'>".$this->currency->priceDisplay($this->orderdetails['details']['BT']->order_tax,$this->currency)."</span>" ?></td>
<?php } ?>
<td align="right"><?php echo "<span class='priceColor2'>".$this->currency->priceDisplay($this->orderdetails['details']['BT']->order_discountAmount,$this->currency)."</span>" ?></td>
<td align="right"><?php echo $this->currency->priceDisplay($this->orderdetails['details']['BT']->order_salesPrice,$this->currency) ?></td>
</tr>
you are editing the order emails,
do you want to edit the cart page?
Quote from: PRO on July 27, 2013, 02:55:35 AM
you are editing the order emails,
do you want to edit the cart page?
yes I want remove line "product prices result" in the cart
Do you see "default_pricelist.php" in subfolder "cart"?
Quote from: Maxim Pishnyak on July 27, 2013, 15:57:25 PM
Do you see "default_pricelist.php" in subfolder "cart"?
tnX