Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Invoice sending issue
- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by WCFM Forum.
- AuthorPosts
- July 12, 2019 at 7:17 am #72125Kumar RajeshParticipant
Hi,
whenever a customer is booking a product, the store invoice is getting delivered to the customer automatically which is not suppose to happened.
The store invoice is suppose to be sent to the customer after the order is completed.
Thank You. - July 14, 2019 at 5:17 am #72409WCFM ForumMember
Hi,
Please add this code snippet to your child theme’s functions.php –
add_filter( 'wcfm_allowed_store_invoice_orders', function( $order_types ) { $order_types = array( 'customer_invoice', 'new_order', 'customer_completed_order', 'store-new-order' ) ; return $order_types; }, 50 );
Thank You
- July 15, 2019 at 6:30 am #72515Kumar RajeshParticipant
Hi,
Thank you for response.
What this code snippet will exactly do, Please tell something about this. - July 16, 2019 at 3:31 pm #72676WCFM ForumMember
HI,
The store invoice is suppose to be sent to the customer after the order is completed.
– It will send store invoice to customers only after order completed!
Thank You
- July 31, 2019 at 11:32 am #74602Kumar RajeshParticipant
Hi,
Thanks for your reply.
Sometime store invoice generates on order booking and sometime its generate on order completion.
Yesterday one order booked and store invoice displaying in vendor section as well in administrator section. But today order booked, the store invoice was not generated and display from both account( admin and vendor), after order completion the store invoice get displayed in both account. - August 3, 2019 at 7:48 am #74985WCFM ForumMember
Hi,
Are those two orders placed for same product?
If different product, then what type of products those are?
And, what was payment gateway for those two orders?
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.