OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Sum of product prices is not displayed in cart (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Sum of product prices is not displayed in cart

george2323 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 0  
Hi,

Template Booklibrary

Only the base price (net), the quantity, the VAT (rounded) and the sum of basepreis are displayed in the shopping cart.

Output code in the browser:

Code:

<td colspan="4" style="text-align: right;">Summe der Produktpreise: </td>
<td style="text-align: right;"><span class="priceColor2"></span></td>
<td style="text-align: right;"><span class="priceColor2"></span></td>
<td style="text-align: right;"></td>



Code:


<td colspan="4" style="text-align: right;">Betrag:</td>
<td style="text-align: right;"> <span class="priceColor2"></span> </td>
<td style="text-align: right;"> <span class="priceColor2"></span> </td>
<td style="text-align: right;"><strong><span class="priceColor2"></span></strong></td>



What do I have to change so that the sum and the final amount are output?

Regards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 101  
Hi
sorry, what exactly template you mean ?
Where exactly code which you describe ?

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
george2323 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 0  
Template: Classic

The code is the output of the browser's page inspector.



com_vituemart/cart/default_pricelist.php line 129

Code:

<tr class="sectiontableentry1">
<td colspan="4" style="text-align: right;"><?php echo vmText::_ ('COM_VIRTUEMART_ORDER_PRINT_PRODUCT_PRICES_TOTAL'); ?></td>
<?php if (VmConfig::get ('show_tax')) { ?>
<td style="text-align: right;"><?php echo "<span  class='priceColor2'>" . $this->currencyDisplay->createPriceDiv ('taxAmount', '', $this->cart->cartPrices, FALSE, false, true) . "</span>" ?></td>
<?php } ?>
<td style="text-align: right;"><?php echo "<span  class='priceColor2'>" . $this->currencyDisplay->createPriceDiv ('discountAmount', '', $this->cart->cartPrices, FALSE) . "</span>" ?></td>
<td style="text-align: right;"><?php echo $this->currencyDisplay->createPriceDiv ('salesPrice', '', $this->cart->cartPrices, FALSE) ?></td>
</tr>


Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 101  
Classic Book library template - is pro template, I not see your email from our Pro client.

If you our client, Please send to us: your order details,
full FTP and supper admin access
and our team will find solution special for You, FTP and admin access You can send to our contact form.
ordasoft.com/contact-us-form

We need:

Link to website.

Detail description: How to reproduce error. Step by step. Detail description: how we may reproduce this.


Site Super Admin:
username
password

FTP:
FTP host
FTP username
FTP password


Thanks,
OrdaSoft team.
P.S. Please do site backup 2 times per month
Logged Logged
The administrator has disabled public write access.
george2323 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 0  
I am not registered with you as a customer because I am the external webmaster of your customer.

I will send you the necessary Information over the contact us form.

Regards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Sum of product prices is not displayed in cart 2 Years, 2 Months ago
Karma: 101  
Please check your mail box

REgards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»