Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

But what about users who don't order via your website? There will always be customers who prefer to chat to their Sales Rep and order with them, or those users who need to speak to a Customer Service advisor before placing a particular an order over the phone. Good news - as long as the email address is stored in PRONTO, those customers can receive the same Order Confirmation and Shipped emails as your web users! 

...

Table of Contents
maxLevel2
minLevel2
excludeContents

 

Info
titlePrerequisites
  1. In order to take advantage of this feature, your website must be running version 3.84.00+, and your Integrator must be running version 4.62.00+.
  2. It's important to note that only customers marked 'Active' in CSS can receive offline order emails. See Customer Activation for more information.


  

 

Enable the Functionality

  1. Login to the CMS. 
  2. Navigate to Advanced Content → Resources
  3. Search for the resource 'rcOrderConfirmedEmailWhereClause'
  4. Click 'Modify'. 
  5. In the Resource Value field, enter '1 = 1'. 

    Tip

    If you're testing this in your Stage site (recommended!), adjust the where clause to one specific test customer only. This way, orders in the Test ERP won't trigger real emails to real customers during testing!

    Instead of a where clause of "1 = 1", try "something like Code = 'ABC02" ' (which would apply to customer ABC02 only).


     

  6. Click 'OK' to save. 
  7. Now search for the resource 'rcOrderShippedEmailWhereClause'. 
  8. Click 'Modify'.
  9. In the Resource Value field, enter '1 = 1'. 
     
  10. Click 'OK' to save. 
  11. Refresh the System Settings dictionary to pick up the above changes. You can find instructions here - Forcing A Cache Refresh.
     

...