Is there a way to disable Zen from sending an email when the status is changed to delivered?
Thanks!
Is there a way to disable Zen from sending an email when the status is changed to delivered?
Thanks!
Uncheck the "notify customer" checkbox - doesn't this do what you want?
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Totally missed that check box. I tested it once and started scouring the admin panel. Thanks!
Is there setting in admin to turn it off permanetly.
Reason for that is, PayPal sends this e-mail when shipping label is printed.
This makes redunded duplication.
Thanks.
I'm looking to disable JUST the order status emails, anyone know how to do this?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Understood, I mean in the code. I have a script that moves orders around automatically based on where it is in production and I do not have to manually edit them once they are for exampled shipped.
I am now setting up a new email system and do not want zen cart to send out status emails because this new system will do it
Thanks for the quick response!
The order-status emails are sent by the /admin/orders.php script when you use *that* script to do your manual on-screen updates.
If you've written your own script to "move the orders around" and *that* script is sending emails, you'll want to edit your own code to stop sending the emails.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
ok think I got it worked out..thanks!