• Resolved CodePopular

    (@codepopular)


    Hi,
    We have a Woocommerce invoice plugin. our plugin generating invoice number when order place from woocommerce. but now we want to compatible with this plugin so that our plugin can also generate invoice number when someone place order from ebay.

    Can you let us know which woocommerce action are triggering when place order from ebay using your plugin.?

    it is require to know the action name which is triggering to put ebay order on woocommerce.

    currently we are using this action to generate invoice number
    add_action('woocommerce_checkout_update_order_meta', array( $this, 'add_invoice_number_to_order' ));

    this action working fine when place order from woocommerce store. but when customer try to place order from ebay using your plugin then its doesn’t work.

    looking forward to hearing from you!.

    Regards
    Shamim

Viewing 1 replies (of 1 total)
  • Plugin Support WP Lab Support

    (@wp-lab-support)

    Hi @codepopular

    Thanks for contacting support.

    But this inquiry is regarding a Pro feature, creating invoices from sales on eBay. So in order for us to be able to assist you with this, you will need to open a support ticket here: https://www.wplab.com/request-support/ and provide us with the email you used to purchase a Pro license.

    If you don’t have a pro license, you would need to purchase one in order to receive support for a pro only feature.

    Kind regards,
    John

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Action Trigger’ is closed to new replies.