Woocommerce Action Trigger
-
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
- The topic ‘Woocommerce Action Trigger’ is closed to new replies.