• Resolved WSA

    (@beascott)


    Hi I am happy to pay for support as I love this plugin and use Booster plus. First, can you let me know if there is a solution to my issue? If so I will pay for another year of support to get it.

    In trying to create a custom document in the PDF maker using [wcj_order_items_table] – I cannot get insert_page_break to break the page after each item in the order. I have tried a few options and can’t get it to force a new page after it lists just 1 item. Is this possible – each page only has 1 item from the order.

    [wcj_order_items_table<br />
    table_class=”pdf_invoice_items_table”<br />
    insert_page_break=”1|2″<br />
    product_image_width=”50″<br />
    product_image_height=”50″<br />
    columns=”product_sku|item_name|product_thumbnail”
    columns_titles=”ID|Desc|Image”
    columns_styles=”width:10%;|width:30%;|width:60%;”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor David G

    (@gravid7)

    Hi @beascott

    Thanks for your kind words.

    Please try to use below code. I have checked and it’s working from our side.

    [wcj_order_items_table table_class=”pdf_invoice_items_table” product_image_width=”50″ product_image_height=”50″ columns=”product_sku|item_name|product_thumbnail” columns_titles=”ID|Desc|Image” columns_styles=”width:10%;|width:30%;|width:60%;” insert_page_break=”1|2″]

    Plugin Contributor David G

    (@gravid7)

    Hi @beascott

    I haven’t heard back from you, so I believe the issue has been resolved.
    I’m marking this topic complete, please feel free to open a new thread for any further queries.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘insert_page_break with [wcj_order_items_table]’ is closed to new replies.