WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: WooCommerce PDF Vouchers – WordPress Plugin #121430
    gundf.de
    Participant

    Looks like WCFM provides the ID of the image BUT PDF vouchers expects a url. which results in urls like http://7544 thich lead to no image.

    this prevents the pdf from being generated and downloaded.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Voucher list per vendor #119533
    gundf.de
    Participant

    //this is how you allow store vendors to see the vouchers they generate THEMSELVES on their store
    // the people from pdf vouchers show how to do it here https://docs.wpwebelite.com/faq/woocommerce-pdf-vouchers/

    function woo_vou_add_role_as_voucher_vendor( $roles = array() ) {
    $roles[] = ‘wcfm_vendor’;
    return $roles;
    }
    add_filter( ‘woo_vou_edit_vendor_role’, ‘woo_vou_add_role_as_voucher_vendor’ );

    //the problem is that vendors STILL do not see client-generated vouchers.

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