Versions Compared

Key

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

...

  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'. 

    Tipwarning

    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.
     

...