config.app.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php
  2. //EDM运营商SendCloud 服务 测试用的
  3. //$API_USER = 'huchunmei_test_MtAENa';
  4. //$API_KEY = 'P4kOVkggxD4czaJk';
  5. //独立站群发邮件
  6. $EMAIL_SUBJECT_LIST = array(
  7. "alipearlhair" => array(
  8. "1"=>"order confirm",
  9. "2"=>"Hi!Your Order Has Arrived!" ,
  10. ),
  11. );
  12. $EMAIL_MSG_LIST = array(
  13. "alipearlhair" => array(
  14. "1" => "<p>Hello %name%,<br />
  15. This is Alipearl hair company, we will arrange order delivery ASAP,<br />
  16. Before shipping, pls check your order details and address again,<br />
  17. %name%<br />
  18. %address%<br />
  19. Attension:<br />
  20. We ship order to shipping address, so, pls check your order shipping&nbsp;</p>
  21. <p>address again,<br />
  22. if it&#39;s right address, pls reply mail &quot;Yes&quot;;&nbsp;<br />
  23. if you need to change the address, pls reply us new right address&nbsp;</p>
  24. <p>directly,<br />
  25. when we receive the email, we will arrange fast delivery for you,<br />
  26. Thank you for your cooperation,<br />
  27. Alipearl Hair team</p>",
  28. "2" => "<p>Hello,<br />
  29. Thank you for your purchasing from Alipearl Hair.<br />
  30. We tracked the delivery, the package has reached your local, the delivery men will ship order to you today, pls note to sign the order.<br />
  31. This is your order tracking number, %logistics_number%.<br />
  32. If you have question or difficulty, be free to contact us.<br />
  33. when you received the order, before using, we want to share some hair care tips, hope this is useful for you, and welcome to give suggestions:<br />
  34. 1.Pls wash the hair with warm water, and never comb the hair when washing.<br />
  35. 2.Washing with good shampoo and conditioner, run with fingers slightly, don&rsquo;t rub the hair.<br />
  36. 3.After washing, pls let the hair dry natural, or you can blow the hair Semi-dry, then let them dry natural, by this way, the hair will not be dry.<br />
  37. 4.For curly wave hair, pls don&rsquo;t comb the hair from the top to the end, run with your finger is Okay, attention, pls use the Widen Tooth Comb,&nbsp;<br />
  38. For some hair care method, if you don&rsquo;t know how to process, pls contact us, we are willing to talk with you<br />
  39. Have a good time</p>
  40. ",
  41. ),
  42. );
  43. //性别
  44. $SEX_TYPE = array(
  45. 1 => '男',
  46. 2 => '女',
  47. );
  48. //生日类型
  49. $BIRTHDAY_TYPE = array(
  50. 1 => '阳历',
  51. 2 => '阴历',
  52. );
  53. //婚否
  54. $MARRAY_TYPE = array(
  55. 1 => '未婚',
  56. 2 => '已婚',
  57. );