How do I remove the white space between products that are ordered? Example, remove the space that is represented by the blue dot at...
Can I edit the following file?
public_html/administrator/components/com_netbasevm_extend/assets/tmp/template_product.json
WE ARE IN LOVE WITH CLIENT
Recently, we discovered how client loving working with us by their 5 star recommedation
Top
Hi Michael West,
Thank you very much for your interest to our product.
I like to answer you as follows :
You can remove space between products in file :
../administrator/components/com_netbasevm_extend/helpers/invoicehtml_new.php
In function createMultiCellItems line :
$pdf->setCellPaddings(5, 5, 5, 5); change to :
$pdf->setCellPaddings(5, 0, 5, 0);
Best regard!