• I’m using Booster for WooCommerce plugin and have the ‘PDF Invoicing & Packing Slips / PDF Invoicing’ module enabled. We have variable products and the Product column output in the invoice is showing the the product name, and below that the attribute name and a count of items of reduced stock. Seems to be happening for variable products only.

    For example the invoice would normally list the name of the product as follows:
    Grips – Black

    Invoice Product column is now displaying as follows:
    Grips – Black
    Color: Black, _reduced_stock: 1

    Before I updating to latest versions of WordPress and Woocommerce this wasn’t appearing.

    Any help much appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I fixed this (but on a packing slip) by adding variation_as_metadata=no to the template.

    Something like this:

    [wcj_order_items_table table_class="pdf_invoice_items_table" variation_as_metadata=no
    	columns="item_number|item_name|item_product_addons|item_quantity"
    	columns_titles="|Item||Qty"
    	columns_styles="width:5%;|width:40%;|width:40%;|width:15%;text-align:right;"]
Viewing 1 replies (of 1 total)
  • The topic ‘_reduced_stock: 1 – Booster / PDF Invoicing & Packing Slips module’ is closed to new replies.