Join Slack
Powered by
I am trying to move this text that I added to my P...
# advancedpdf
b
Brian Martell
06/08/2023, 7:38 PM
I am trying to move this text that I added to my PDF next to the ship to table.
Brian Martell
06/08/2023, 7:39 PM
Here is my span: } span.paidinfull { font-size: 40pt; color: red; }
Brian Martell
06/08/2023, 7:40 PM
This is the table and statement: <table style="width: 100%; margin-top: 10px;"><tr> <td class="addressheader">${salesorder.shipaddress@label}</td> </tr> <tr> <td class="address">${salesorder.shipaddress}</td> </tr></table> <#if record.shipmethod == "TSL COD"><span class="paidinfull">C.O.D.</span></#if>
e
Eric B
06/08/2023, 8:22 PM
The C.O.D. section needs to be a <td> inside the same table as the Ship To section
Eric B
06/08/2023, 8:23 PM
<table><tr><td>ship_to_section</td><td>cod_section</td></tr></table>
😄 1
b
Brian Martell
06/09/2023, 2:07 PM
That worked perfectly. Thanks for your help Eric!
Open in Slack
Previous
Next