• Since I updated Booster to 4.0.1 & WooCommerce to 3.5.0 “_reduced_stock: 1” appears on invoice on every variable item name, between Size and Color.
    For example if I have an order for T-shirt 001 – Size S – Color Black – 1 piece
    – Before update the item name on invoice was T-shirt 001 (Color: Black, Size: S)
    – After update the item name on invoice is T-shirt 001 (Color: Black, _reduced_stock: 1, Size: S)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I am also getting this issue and have a related topic: https://wordpress.org/support/topic/_reduced_stock-1-booster-pdf-invoicing-packing-slips-module/#new-topic-0

    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.

    • This reply was modified 5 years, 4 months ago by jackstance. Reason: seelcted: Notify me of follow-up replies via email

    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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“_reduced_stock:” on item name’ is closed to new replies.