News:

Support the VirtueMart project and become a member

Main Menu

use "product prices result" is the cart? I want remove it

Started by fr_sdgh, July 26, 2013, 15:57:33 PM

Previous topic - Next topic

fr_sdgh

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




sorry I'm not good English read and write !

Maxim Pishnyak

There could be another tween with the same name "details_items.php" in your web site template folder.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

fr_sdgh

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
sorry I'm not good English read and write !

Maxim Pishnyak

Could you see "details_items.php" file in the root/templates/your_template/html/com_virtuemart/orders/ folder?
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

fr_sdgh

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>
sorry I'm not good English read and write !

PRO

you are editing the order emails,

do you want to edit the cart page?

fr_sdgh

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
sorry I'm not good English read and write !

Maxim Pishnyak

Do you see "default_pricelist.php" in subfolder "cart"?
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

fr_sdgh

sorry I'm not good English read and write !