oryan77
Forum Replies Created
-
That actually worked! Thank you so much for responding and helping with this. Such a simple fix, thanks again.
I tried to contact you from your website, but I need to register an account to begin. There doesn’t appear to be a way to sign up for an account because no link is provided on your website. There isn’t a link under “Sign Up” nor is there a link on the login page. There is only the ability to enter my email address to sign up for your email subscriptions.
I updated the plugin and I still get the same problem.
Sure thing. I am not a web developer and did not originally set up this plugin, so hopefully I understand correctly what it is you are asking for.
I never made any edits to this plugin, but I did update it and noticed later that this problem occurred.
Here is the html code of the Invoice template located in the PDF Invoicing & Packing Slips tab:
<table style="margin:48px;margin-top:-150px"> <tbody> <tr> <td style="width:50%"> <h1>RPG Locker</h1> <p>Email: [email protected]<br />www.rpglocker.com</p> </td> <td style="width:50%"><span style="font-size: 28px;font-weight: bold;text-transform: uppercase;color: #888888;text-align: right">INVOICE</span></td> </tr> </tbody> </table> <br /> <hr style="padding: 16px 0px 16px"> <table class="pdf_invoice_seller_buyer_table" style="margin-bottom: 0px"> <tbody> <tr> <th>Ship To:</th> <th>Bill To:</th> </tr> <tr> <td>[wcj_order_shipping_address]</td> <td>[wcj_order_billing_address]<br />[wcj_order_billing_phone]<br /></td> </tr> </tbody> </table> <table style="padding-bottom:8px" width="50%"> <tbody> <tr><th>Order #</th><td>: [wcj_order_number]</td></tr> <tr><th>Date Purchased</th><td>: [wcj_order_date]</td></tr> <tr><th>Payment Method</th><td>: [wcj_order_payment_method]</td></tr> <tr><th>Order Status</th><td>: [wcj_order_status_label]</td></tr> </tbody> </table> [wcj_order_items_table table_class="pdf_invoice_items_table" shipping_as_item columns=" |item_name|product_categories|product_short_description|item_quantity|product_regular_price|product_regular_price_multiply_qty" columns_titles="#|Products|Category|Short Desc|Qty|Price (Unit)|Total Prices" columns_styles="width:5%;|width:25%;|width:30%;|width:15%;|width:5%;text-align:center|width:10%;|width:10%;"] [footersettinginvoice] </p>