- Posts: 6
- Thank you received: 0
Turn off order created email
Is there any way to stop the order created email sending to the customer. The site is going to use PayPal only so I would rather turn this feature off and just have the order confirmed email go to the customer.
Also, is there any way for the custom fields I've added to the address table to show on the email confirmation - it only shows some fields of billing address.
Thanks
Debs
Please Log in or Create an account to join the conversation.
In the Business edition, you have the menu System->Emails where you can customize your emails. There, you can easily publish/unpublish the emails in one click.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That should do it.
Please Log in or Create an account to join the conversation.
It's still sending the order created email to the customer. Is there anyway to just get rid of this order created notifications completely. Is there something else I need to change?
Many thanks
Debs
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Thanks so much. Amending the PHP has worked.
Debs
Please Log in or Create an account to join the conversation.
I looked at editing the order.php file as well- I'd rather go the database route, so I don't screw up the code, however, could you be just a little more specific on what to remove or comment out?
Thanks a lot-
Doug
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
nicolas wrote: You would have to edit the hikashop_config table via phpmyadmin and change the entry order_creation_notification.published entry to 0.
Tested and I works. Thanks=]
Please Log in or Create an account to join the conversation.
On the System->Emails screen, there are a list of names; the third one is "order creation notification". The far right of the page has a column for "Published". Instead of a green check mark on the order creation notification row, we've got a red circle, which we interpreted as suppressing the email transmission. Doesn't happen, though.
I'll go in with PHPMyAdmin and see if I can zap the flag in the database, 'cause that does seem to work for other people.
BTW, you show great forebearance with those who are too cheap to pony up for your commercial versions - I don't think I'd be so tolerant.
Please Log in or Create an account to join the conversation.
I don't see how it would be possible that it doesn't work since no one reported the publish/unpublish to not work on their end.
Are you sure that you're not misunderstanding the order creation email with the admin status noticiation or the order admin notification ?
Please Log in or Create an account to join the conversation.
I may have misunderstood, or misread the screen (the "Published" column on my machine is about 26cm from the column with the email titles). From looking at the System->Emails page now, I have the red circle on the correct row (and the anticipated behaviour from the shop).
In any case, by going to the database directly, I got the result I needed (suppression of the "Order creation notification" e-mail). I suspect that we'd dome something wrong somewhere along the line - I remember that the database entry was a string (e-mail address of one of my colleagues), rather than the 0/1 flag that I expected.
It's all good now.
Derek
Please Log in or Create an account to join the conversation.
nicolas wrote: There is no other solution that the two mentioned which doesn't involved modifying the code of hikashop directly. You could edit the file administrator/components/com_hikashop/classes/order.php and remove the send of the email in the save function.
Hi Nicolas,
Any advice on how to modify the code to do this?
Please Log in or Create an account to join the conversation.
To disable the order creation email, you just have to go in the menu System > Emails and unpublish this email (business version of HikaShop).
Else in phpMyAdmin, set the value of published to 0.
Please Log in or Create an account to join the conversation.
2 Order administrator notification
3 Order creation notification
4 Order status notification
5 Order notification
Thanks, Victor
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.