Claudia Posted December 13, 2022 Share Posted December 13, 2022 I am assuming that if the above notification is checked or not Cubecart will always send a customer an email when an order is initially placed. Correct? If so, how can I have this box checked by default. I don't want to send an email automatically thru Cubecart when the order is completed. Also the change password and cancel order emails will still be sent if needed, right? Thanks for any and all help Quote Link to comment Share on other sites More sharing options...
bsmither Posted December 13, 2022 Share Posted December 13, 2022 CubeCart does not send an email to the customer when an order gets set to Pending. (The admin can choose to be notified, however.) I understand that there are one or two Payment Gateways that will send a courtesy email.) Applicable to all-digital orders, iIn admin, Store Settings, Features tab, Misc section, "Force Order Completed Emails" can be unchecked and "Allow order "Processing" status to be skipped?" setting can be checked. Orders that have digital items to download will (should) continue to have the download link emails be sent when the order moves out of Pending (but not Gift Certificate notifications). In the admin skin file orders.index.php: Near line 139, find: <span><input type="hidden" name="skip_email" id="skip_email" class="toggle" value="0"></span> Change to: <span><input type="hidden" name="skip_email" id="skip_email" class="toggle" value="1" checked="checked"></span> Moving an order to Failed or Cancelled will still honor the "Do not send email" setting. That setting will now need to be unchecked to send those emails. The "Do not send email" setting also affects emails sent to the admin when changing the status. All other features and functions that send emails (Contact Us, Reviews to be approved, Password Recovery, whatever) will still be sent. Quote Link to comment Share on other sites More sharing options...
Claudia Posted December 13, 2022 Author Share Posted December 13, 2022 Sorry, I meant the email sent after the order has been paid. The order confirmed email. That will always be sent Right? Quote Link to comment Share on other sites More sharing options...
havenswift-hosting Posted December 13, 2022 Share Posted December 13, 2022 Maybe take a look at the functionality in this plugin https://www.cubecart.com/extensions/plugins/duplicate-cc-or-bcc-or-block-sending-of-order-emails Quote Link to comment Share on other sites More sharing options...
bsmither Posted December 13, 2022 Share Posted December 13, 2022 If the Order: Confirmation email has already been sent - according to the response from a question made to the Gateway module - it won't be sent again. Also, emailing must be enabled for this order if and when the admin moves it to Processing. Otherwise, when the order goes to Processing - via a command from the Payment Gateway module when the module determines that the payment was successful - the Order Confirmation email will get sent. 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.