• Resolved dongreen

    (@dongreen)


    Hello and thanks for this great plugin.

    I am having an issue on RTL website, the product table when printing the invoice is not RTL and showing LTR instead (just the product table, the rest of the printed invoice is showing correctly).

    When downloading invoices it works fine, the issue is only when clicking on the Print Invoice button.

    The mPDF add-on is installed and activated.

    Thanks.

    • This topic was modified 4 years, 4 months ago by dongreen.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter dongreen

    (@dongreen)

    it seems direction: rtl; is missing from the product table in print view, can you please check?
    If adding the following css it looks fine, can you add it to the plugin or suggest where to add so it will not be removed on next update?
    .wfte_row.clearfix.wfte_padding_left_right {
    direction: rtl;
    }
    Thanks.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @dongreen,

    Thanks for reaching out.

    Our sincere apologies for the inconvenience caused. We have fixed the RTL issue in the latest version of our plugin. Kindly update the plugin, create a new template, activate it and check. Let us know how it goes.

    Thread Starter dongreen

    (@dongreen)

    Thank you for the update, I have updated the plugin but i still have the issue and the table is showing ltr. It seems direction:rtl; is still missing from .wfte_product_table.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @dongreen,

    Thanks for sharing the information. Here is the sample code snippet to add custom CSS to the invoice. Try this out and let us know how it goes.

    Thread Starter dongreen

    (@dongreen)

    Thanks, worked great!

    Plugin Author WebToffee

    (@webtoffee)

    Hi @dongreen,

    We are glad to know that the issue is resolved. If you like the plugin and support, please leave us a review here. Thanks in advance!

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

The topic ‘RTL table issue’ is closed to new replies.