• Resolved ayush909

    (@ayush909)


    So I made a custom order status “Order Dispatched” using booster and made a custom email that will be sent when order status is changed to “Order Dispatched”.
    Now I wanted to customize my booster email template for that mail, I am trying to use shortcodes provided by booster on their website as below :

    <h2>Hi,</h2>
    <p>We have dispatched your order.</p>
    <br/>
    
    <p>Your invoice :</p>
    [wcj_order_items_table<br />
        table_class="pdf_invoice_items_table"<br />
        columns="item_number|item_name|line_total_tax_incl"<br />
        columns_titles="|Product|Total"<br />
        columns_styles="width:5%;|width:65%;|width:30%;text-align:right;"]

    but they are just blank when received. What’s the problem here? ??
    Please see below screenshots to understand it better.

    Screenshots :
    https://ibb.co/nPKXXCC
    https://ibb.co/nRGS352

    Thanks!

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

    (@gravid7)

    Hi @ayush909 ,

    Please remove “<br />” HTML tag from shortcode.

    For Example:-
    <p>Your invoice :</p>
    [wcj_order_items_table table_class=”pdf_invoice_items_table” columns=”item_number|item_name|line_total_tax_incl” columns_titles=”|Product|Total” columns_styles=”width:5%;|width:65%;|width:30%;text-align:right;”]

    Plugin Support David G

    (@gravid7)

    Hi @ayush909

    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.

    David, your solution did not work and wcj_order_items_table short code is not working. Even tried from your doc example from https://booster.io/shortcodes/wcj_order_items_table/. I confirm, I removed the “<br />” tag.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcodes not working’ is closed to new replies.