Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi, I’m sorry but our plugin doesn’t work with the WooCommerce PDF Invoice.
    To show the vendor name by code you can get the product id from line item id from order.
    Then you can get the vendor from

    $vendor = yith_get_vendor( $product_id, ‘product’ );
    and then get the vendor name in this way

    $vendor->name;

    Thanks for your report.
    Have a nice day

Viewing 1 replies (of 1 total)
  • The topic ‘Vendor name in pdf invoice’ is closed to new replies.