Can you post the Quote PDF/HTML template as a file...
# general
m
Can you post the Quote PDF/HTML template as a file here?
t
Sorry @Michael Pope - I had to handle stuff off slack and had to jet yesterday. If you still want to take a look, this is the code in a txt.
m
Hmm... not seeing anything in particular. Do you know what these lines do though?
<#if item.custcol_item_mrk_sku?length != 0>${item.custcol_item_mrk_sku}<#else>${item.item}</#if>
<#if item.custcol_item_mrk_sku?length != 0>${item.item}<#else></#if>
I don't think changing those would cause any issues, but that's pretty much the only conditional logic
one thing you might try is putting this html somewhere and seeing if it counts from 0 to whatever.
<#list record.item as item>${item_index} </#list>
(I'm pretty sure that code above would work, but test it)
The reason you'd want to do that is to make sure that the lines are actually disappearing, and that it isn't template logic.
If it ends up being template logic, you can fix it. If it's disappearing lines, not sure what to do then =/
Also... random questions... which type of transaction is this template for?
t
I figured it out!
I was going crazy, because I started seeing it on sales orders as well
so I started digging into the items and I found that anytime someone added the item via item group, it would not show up on the pdf
but if they added via SKU, then it would show up on pdf
message has been deleted
In the item group, if I have this checked, then the issue is gone!
Thank you though! I was going a bit crazy. @Michael Pope
m
No prob! Hope you have a good weekend!
t
Thanks! You too!