My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Yeah, as I've said at the moment it won't be able to identify your shipping charge lines. I don't know how shipping items are implemented on your account, e.g. we use Other Charge item records for it that all have the parent item "Shipping". I guess I can figure it out for your account if you do the following: [LIST]…
-
For a start, try replacing everything from row <#if record.item?has_content> and below with the following: [code] <#assign shipping=0 handling=0> <#if record.item?has_content> <table class="itemtable" style="width: 100%; margin-top: 10px;"> <#list record.item as item> <!-- start items --> <#if item_index==0> <thead> <tr>…
-
I just tried it, here's the updated code [code] <?xml version="1.0"?> <!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"> <pdf> <head> <macrolist> <macro id="nlheader"> <div class="topheader"> <table class="firsttable" cellpadding="0" cellspacing="0"><tr><td> <img…
-
send me a PM also. I can add the code myself;biggest thing is to connect to netsuite, and pull only certain data (ie. manufacturer and web store display name)