Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

After update no table footer
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: After update no table footer

After update no table footer 11 years, 9 months ago #36286

After updating my invoice bottom is gone. So there is no total, subtotal, tax total.

I think it has something to do with not adding {subtotal}...
Last Edit: 11 years, 9 months ago by Sjorzzzie.
The topic has been locked.

Re: After update no table footer 11 years, 9 months ago #36287

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

we are using last update 2.0.22 on our demo site and everything looks fine there. And what do you mean with not adding {subtotal}? Do you have that tag in Invoice Template configuration in Table Row?
ARTIO Support Team
The topic has been locked.

Re: After update no table footer 11 years, 9 months ago #36288

I use this:
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td style="width: 40%; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; color: #6a7378; line-height: 6px;" align="left" height="20" valign="middle">{name}</td>
<td style="width: 20%; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; color: #6a7378; line-height: 6px;" align="right" height="20" valign="middle">{price}</td>
<td style="width: 20%; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; color: #6a7378; line-height: 6px;" align="right" height="20" valign="middle">{qty}</td>
<td style="width: 20%; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; color: #6a7378; line-height: 6px;" align="right" height="20" valign="middle">{price_notax}</td>
</tr>
</tbody>
</table>

But when i use that there is no footer. But when i add {subtotal} the footer appears. Maybe VM invoice calculates from that?
The topic has been locked.

Re: After update no table footer 11 years, 9 months ago #36302

I have done some digging and VM invoice only shows the bottom when i also use the tag {subtotal} in the table row. I don't need that subtotal summing so is there a way to show the bottom of the invoice without using {subtotal} as that row makes now sence on my invoice...?
The topic has been locked.

Re: After update no table footer 11 years, 9 months ago #36303

Row 1262 prefents me from using my own design, right?:
$relevantCols = array('{price_notax}','{tax_rate}','{tax_price}',$subtotalTag); //columns we use in footer block. footer block must contain all of them + 1 to left for labels.
The topic has been locked.

Re: After update no table footer 11 years, 9 months ago #36338

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

Yes, you are right. {subtotal} tag is important there and it is used for other functionality. Footer can not be shown without it. We can offer you only custom support and if you are interested in, let us know on This e-mail address is being protected from spambots. You need JavaScript enabled to view it .

Modifications are possible, but there will be necessary to change component functionality.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty