• Resolved bert

    (@renbert)


    Hi can, someone please help me on how I will add a Backorder text with it’s value ordered in the Invoice PDF template, by the way I am using Booster For Woocommerce plugin. I am not sure if I need to add a hook or a shortcode in the template of the invoice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support David G

    (@gravid7)

    Hi @renbert

    Thanks for reaching out to us.

    Do you want to show the product status? If yes then you can try to use this as column value “product_post_meta=_stock_status”. The final shortcode will be as below.

    [wcj_order_items_table table_class="pdf_invoice_items_table" 	columns="item_number|item_name|product_post_meta=_stock_status|item_quantity|line_total_tax_excl"
    columns_titles="|Product|Status|Qty|Total"
    columns_styles="width:5%;|width:60%;|width:15%;|width:5%;|width:15%;text-align:right;"]

    Let us know if you need further help from us.

    Thread Starter bert

    (@renbert)

    Hi @gravid7

    Thank you for helping me out

    I just want to show the “Backorder” word and the quantity of that Backorder of a specific product example “Backorder: 1”, if the product has a Backorder then it will show in the invoice template.

    Thread Starter bert

    (@renbert)

    Hi @gravid7

    Can I ask another question, is there any way that I can add a conditional statement on this line of code “product_post_meta=_stock_status”, that it only shows if the status was Backorder.

    Plugin Support David G

    (@gravid7)

    Hi @renbert

    Sorry but for now, there is no option to add conditional logic like this. We will check and try to include this kind of option in upcoming updates.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Backorder in Invoice PDF Woocommerce Booster’ is closed to new replies.