VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: fr_sdgh on July 26, 2013, 15:57:33 PM

Title: use "product prices result" is the cart? I want remove it
Post by: fr_sdgh on July 26, 2013, 15:57:33 PM
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)


Title: Re: use "product prices result" is the cart? I want remove it
Post by: Maxim Pishnyak on July 26, 2013, 16:16:49 PM
There could be another tween with the same name "details_items.php" in your web site template folder.
Title: Re: use "product prices result" is the cart? I want remove it
Post by: fr_sdgh on July 26, 2013, 17:32:34 PM
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
Title: Re: use "product prices result" is the cart? I want remove it
Post by: Maxim Pishnyak on July 26, 2013, 18:16:42 PM
Could you see "details_items.php" file in the root/templates/your_template/html/com_virtuemart/orders/ folder?
Title: Re: use "product prices result" is the cart? I want remove it
Post by: fr_sdgh on July 26, 2013, 18:50:40 PM
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>
Title: Re: use "product prices result" is the cart? I want remove it
Post by: PRO on July 27, 2013, 02:55:35 AM
you are editing the order emails,

do you want to edit the cart page?
Title: Re: use "product prices result" is the cart? I want remove it
Post by: fr_sdgh on July 27, 2013, 07:38:04 AM
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
Title: Re: use "product prices result" is the cart? I want remove it
Post by: Maxim Pishnyak on July 27, 2013, 15:57:25 PM
Do you see "default_pricelist.php" in subfolder "cart"?
Title: Re: use "product prices result" is the cart? I want remove it
Post by: fr_sdgh on July 27, 2013, 19:32:44 PM
Quote from: Maxim Pishnyak on July 27, 2013, 15:57:25 PM
Do you see "default_pricelist.php" in subfolder "cart"?
tnX