News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[SOLVED] Erroneous Live update information for 2.0.8c

Started by leFlea, July 09, 2012, 11:36:31 AM

Previous topic - Next topic

leFlea

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!

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

leFlea

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>

alatak

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.


alatak

Hello,

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