Sum in email confirmation alignment

09.02.2012 07:38
#1
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Sum in email confirmation alignment

Hi, it seems that the sums (total amount) in the email confirmation are left instead of right aligned as it should be. Please see attached screenshot for better explanation. Is there any way I can change this - and if so where and how?

Your advise is much appreciated.
Sum in email confirmation alignment


Joomla: 2.5.1
JoomShopping: 3.4.2
PHP: 5.3.8
MySQL: 5.0.92
Website Url: www.anotherproject.se/textile17

Letzte Änderung: 09.02.2012 07:39
 
16.02.2012 12:03
#2
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

I don't want to rush, but would you be able to take a look at this.

 
16.02.2012 20:41
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Sum in email confirmation alignment

Change template.

 
25.02.2012 16:47
#4
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

I am sorry, but I don't quite follow. Change to what other template?

 
07.03.2012 17:24
#5
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

Could you please elaborate a bit on what you mean?

 
15.03.2012 06:33
#6
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

Pretty please? I just want to know where I should look to fix this issue. Your advise would therefore be very much appreciated!

Thanks in advance!

 
15.03.2012 07:53
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Sum in email confirmation alignment

change file

components\com_jshopping\templates\default\checkout\orderemail.php

 
15.03.2012 10:39
#8
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

Tried to alter the <td> tag on line 371 to <td align="right">, but that doesn't seem do any difference. Am I doing it wrong?


Letzte Änderung: 15.03.2012 10:40
 
26.03.2012 23:40
#9
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

Would it be possible for you to confirm if I've done it right or not:

<td align="right">
<?php print formatprice($prod->product_item_price*$prod->product_quantity, $order->currency_code); ?>
<?php print $prod->_ext_price_total_html?>
<?php if ($this->config->show_tax_product_in_cart && $prod->product_tax>0){?>
<div class="taxinfo"><?php print productTaxInfo($prod->product_tax, $order->display_price);?></div>
<?php }?>
</td>


Letzte Änderung: 26.03.2012 23:45
 
27.03.2012 00:48
#10
Kale
User Kale
Name: Kale
02.12.2011
Posts: 136
Quote
Aw: Sum in email confirmation alignment

Insert this CSS Code, maybe it helps

td.price {
text-align: right;
}

Greetings SW

 
03.04.2012 10:37
#11
BorderC
Joomshopping forum user no avatar
Name: Christoffer Geijer
22.04.2011
Posts: 44
Quote
Aw: Sum in email confirmation alignment

Thanks for your suggestion. Regretfully, it doesn't seem to solve the issue.

Regards,

Christoffer


Letzte Änderung: 03.04.2012 10:38
 
03.04.2012 14:49
#12
Kale
User Kale
Name: Kale
02.12.2011
Posts: 136
Quote
Aw: Sum in email confirmation alignment

Where did you insert the css code?

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.