hogava Posted September 17, 2019 Share Posted September 17, 2019 Hi, I need to automatically create a ticket for the customer after the customer has ordered certain products and ask for the needed information . I see this on other sites, but i don't know how to handle this. Please Help me about this subject. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 17, 2019 Share Posted September 17, 2019 15 minutes ago, hogava said: I need to automatically create a ticket for the customer after the customer has ordered certain products and ask for the needed information . the old OrderNotesToTicket free hook could be tweaked to do what you want... you should just need to replace the ticket notes condition in the If statement with a check to see if the order contains product X, Y or Z. you'll already have the order ID in the hook, so it's a case of working through the tables to get the product id(s) in the order and seeing if any matches one of your list of applicable products. there is also the AutoRelease option, but I still don't think you can customise the message - so hooking will probably be the way to go with this. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.