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

Edit order mail table

Started by Pejo, September 24, 2013, 03:27:16 AM

Previous topic - Next topic

Pejo

@PRO. thanks for your help. I gave up. Can not find it and I will leave this way, or delete it completely fro invoice mail. After 10 days I am to frustrated to carry on. Thanks anyway.

Pejo

 ;D ;D ;D

FOUND ERROR!!
One of the table wasn't closed, so it makes space. One of (td) wasn't closed. :)

This is the wrong code:

<td align="right" class="pricePad" colspan="5"><?php echo $this->orderDetails['paymentName']  ?><td>

<?php if ( VmConfig::get('show_tax')) { ?>
<td align="right"><?php echo "<span  class='priceColor2'>".$this->currency->priceDisplay($this->orderDetails['details']['BT']->order_payment_tax)."</span>" ?></td>


So after 'paymentName' table wasn't closed, that what makes that space. I was looking from code to code, starting from scratch again and I noticed that here is bug :D
Anyway, thank you for helping me... ;)

[attachment cleanup by admin]