News:

Support the VirtueMart project and become a member

Main Menu

Tax per bill format issue

Started by apaquet, November 18, 2011, 03:52:09 AM

Previous topic - Next topic

apaquet

Hello,

I have setup a tax rule and set the Calculation kind to "Tax per bill" and the cart ends up with an extra column making the tax line offset to the right.  See image.  This was an installation of RC2G upgraded thru RC2M with the "problem" in all the releases.  I'll supply whatever else is needed but I'm thinking it's and issue with the module that renders that part of the cart.



[attachment cleanup by admin]

apaquet

Did I post in the wrong forum?  Did I not provide enough info?  Did I do something wrong?  I expected at least a "get outa here noob.  Learn some PHP and CSS and fix it yourself" :-)  No matter, I'll tuck my tail between my legs and go back to J1.5 and VM1.1.9.

Thanks for all the hard work VM Dev community!

PRO

You just need to change the colspan of 1 of the table cells.

cart/default_pricelist.php

I THINK THIS
<td colspan="4" align="right"><?php echo $rule['calc_name'] ?> </td>