checkout-email-autorespond2.txt
来自「PHP EMAIL FORM PROCESSING Just use php」· 文本 代码 · 共 36 行
TXT
36 行
To: <[re_eMail]>
Subject: Checkout Process - Simple Shopping Cart - Demo
Dear [r_Name],
Here is information that you had filled in on Checkout Process - Simple Shopping Cart
------------------------------------
Time and Date of Submission: [%DATE_GMT] Pacific Time
Unique Reference Number: [unique_reference_number]
Name: [r_Name]
Company Name: [Company-Name]
Contact eMail: [re_eMail]
Product Name Price Per Unit Quantity Total
---------------------------------------------------------------
Mouse (45 Buttons) $12 [d_Product1-Quantity] $[<[d_Product1-Quantity]*[Procuct1-Price]>]
Keyboard (365 Buttons) $25 [d_Product2-Quantity] $[<[d_Product2-Quantity]*[Procuct2-Price]>]
Modem (56K Voice) $50 [d_Product3-Quantity] $[<[d_Product3-Quantity]*[Procuct3-Price]>]
===============================================================
Sum :: $[<[d_Product1-Quantity]*[Procuct1-Price]+[d_Product2-Quantity]*[Procuct2-Price]+[d_Product3-Quantity]*[Procuct3-Price]>]
Shipping :: $25
---------------------------------------------------------------
Total :: $[<[d_Product1-Quantity]*[Procuct1-Price]+[d_Product2-Quantity]*[Procuct2-Price]+[d_Product3-Quantity]*[Procuct3-Price]+25>]
The form submited on [%HTTP_REFERER]
IP address is [%REMOTE_ADDR]
------------------------------------
We are sure you will enjoy with our product and quality of our services. We hope to have strong, long term and fruitful business relationships with you!
Clicks on the link below to order this product:
Regards,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?