VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: leFlea on July 09, 2012, 11:36:31 AM

Title: [SOLVED] Erroneous Live update information for 2.0.8c
Post by: leFlea on July 09, 2012, 11:36:31 AM
Seems like an encoding or text filter error:
http://virtuemart.net/index.php?option=com_content&id=416

Hope it can be fixed soon so we can fix our template overrides. Cheers!
Title: Re: Erroneous Live update information for 2.0.8c
Post by: Milbo on July 09, 2012, 11:37:09 AM
?
Title: Re: Erroneous Live update information for 2.0.8c
Post by: leFlea on July 09, 2012, 11:44:47 AM
Hi Milbo, live update info has errors, please see link: http://virtuemart.net/index.php?option=com_content&id=416.

Can't be right:
Quotefile in components/com_virtuemart/views/invoice/tmpl/mail_html_header.php

old
<table style="width: 100%;" class="html-email" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="3">
<img src="src" />

<strong></strong>
</td>
</tr>
</tbody>
</table>


replaced by

<table style="width: 100%;" class="html-email" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="top">
<img src="src" />
</td>
<td>

</td>
</tr>
<tr>
<td colspan="2">
<strong>orderDetails['details']['BT']->title . ' ' . $this->orderDetails['details']['BT']->first_name . ' ' . $this->orderDetails['details']['BT']->last_name); ?></strong>
</td>
</tr>
</tbody>
</table>
Title: Re: Erroneous Live update information for 2.0.8c
Post by: alatak on July 09, 2012, 13:50:29 PM
Hello,

ok, it is not the live update... but the change log information. :)

I will fix the content.
Meanwhile you can download this file http://dev.virtuemart.net/attachments/download/456/com_virtuemart.2.0.8_layout_changes.zip
Those are screen shot of the modifications.
On the left is the new version, on the rigth the previous version.
Title: Re: [SOLVED] Erroneous Live update information for 2.0.8c
Post by: leFlea on July 10, 2012, 00:55:23 AM
Thanks!
Title: Re: [SOLVED] Erroneous Live update information for 2.0.8c
Post by: alatak on July 10, 2012, 13:13:16 PM
Hello,

I tried to fix the content of the changelog info displayed in the live update.I hope it is better.