2022-12-29T22:15:52+00:00 CRITICAL Uncaught Error: Call to a member function get_billing_country() on bool in /var/www/clients/client6/web1442/web/wp-content/plugins/booster-plus-for-woocommerce/includes/classes/class-wcj-pdf-invoice.php:227
Stack trace:
#0 /var/www/clients/client6/web1442/web/wp-content/plugins/booster-plus-for-woocommerce/includes/classes/class-wcj-pdf-invoice.php(260): WCJ_PDF_Invoice->get_html()
#1 /var/www/clients/client6/web1442/web/wp-content/plugins/booster-plus-for-woocommerce/includes/class-wcj-pdf-invoicing.php(527): WCJ_PDF_Invoice->get_pdf()
#2 /var/www/clients/client6/web1442/web/wp-includes/class-wp-hook.php(308): WCJ_PDF_Invoicing->generate_pdf_on_init()
#3 /var/www/clients/client6/web1442/web/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#4 /var/www/clients/client6/web1442/web/wp-includes/plugin.php(517): WP_Hook->do_action()
#5 /var/www/clients/client6/web1442/web/wp-settings.php(617): do_action()
#6 /var/www/clients/client6/web1442/web/wp-config.php(90): require_once('/var/www/client...')
#7 / in /var/www/clients/client6/web1442/web/wp-content/plugins/booster-plus-for-woocommerce/includes/classes/class-wcj-pdf-invoice.php in Zeile 227
]]>Need your help to make the column to row style, can you support how to do that?
Example:
# 1
Product Raspberry PI
Qty 23
<p>
[wcj_order_items_table table_class=”pdf_invoice_items_table”
columns=”item_number|item_name|item_quantity”
columns_titles=”#|Product|QTY”
columns_styles=”width:50%;text-align:center;|width:50%;text-align:center;font-size:7.5px;|”
insert_page_break = “1|1”]
</p>
Can you help me to generate the barcode generated for the order?
I want to print the product name | SKU| QTY| order ID.
Page size is 100X25 mm.
[wcj_order_tcpdf_barcode code=”%id%”]
I need help with the syntax that instead of using the Order ID I am looking to use the shortcode [wcj_order_number]
As an example I am looking for a barcode tor the order number and not the ID. MY Order Number is customized and does have a prefix that the Order ID does not.
I am looking for syntax that kind of looks like this
[wcj_order_tcpdf_barcode] [wcj_order_number]
Hope you can help
]]>