PEEL Shopping
Open source ecommerce : PEEL Shopping
database_email_template_text_en.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: database_email_template_text_en.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined("IN_PEEL")) {
16  die();
17 }
18 
19 // The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
20 // Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
21 
22 $peel_email_template['text'] = array(
23  "signature_commercial" => "
24 Commercial department",
25  "signature_comptabilite" => "
26 Accounting department",
27  "signature_referencement" => "
28 Referencing department",
29  "signature_informatique" => "
30 Technical department",
31  "signature_communication" => "
32 Communication department",
33  "signature_marketing" => "
34 Marketing department",
35  "signature_direction" => "
36 The direction",
37  "signature_externe" => "
38 External department",
39  "signature_support" => "
40 Support customers",
41  "download_product" => "Hello,
42 
43 Your order #[ORDER_ID] has been validated. We invite you to download your order from the link below:
44 
45 Your link to download: [WWWROOT]/modules/download/telecharger.php?id=[ORDER_ID]&key=[CLE]
46 
47 You can download this file only once. If you encounter difficulties while downloading your order, we advise you to contact [SUPPORT_COMMANDE] so that it gives you a new download link.
48 
49 We also invite you to edit your invoice from the following link:
50 
51 [WWWROOT]/factures/commande_pdf.php?code_facture=[CODE_FACTURE]&mode=facture",
52  "commande_parrain_avoir" => "Hello,
53 
54 Following the order placed by one of your contacts on our shop online, you can now benefit from a credit of [AVOIR] on your next order.",
55  "envoie_client_code_promo" => "Hello [CIVILITE] [PRENOM] [NOM_FAMILLE],
56 
57 In order to thank you for your order on our online shop, we are offering you this promotional code: [NOM_CODE_PROMO].
58 
59 It allows you to benefit from a [REMISE] discount on your next order.
60 
61 This promotional code can only be used by you once, and you can use it from now on until the following date [DATE_FIN].",
62  "insere_ticket" => "Hello,
63 
64 Details of the message sent on [DATE]:
65 
66 Name: [NOM_FAMILLE]
67 Firstname: [PRENOM]
68 Company name: [SOCIETE]
69 Address : [ADRESSE]
70 Phone number: [TELEPHONE]
71 Email address: [EMAIL]
72 Availability: [DISPO]
73 
74 Subject: [SUJET]
75 
76 Message:
77 
78 [TEXTE]
79 
80 IP: [REMOTE_ADDR]
81 ",
82  "admin_info_payment_credit_card" => "Hello,
83 
84 The order associated with the following number [ORDER_ID] has just been recorded on [WWWROOT]/",
85  "admin_info_payment_credit_card_3_times" => "Hello,
86 
87 The order associated with the following number [ORDER_ID] has just been recorded on [SITE]
88 ",
89  "send_client_order_html" => "Hello,
90 
91 We invite you to open the following link in order to either print or pay your order on the website [SITE]:
92 
93 Your order form:
94 [URL_FACTURE]
95 
96 If the link does not appear correctly in your web browser, please copy and paste it. The URL must end by mode=[MODE].
97 
98 Your order will be processed as soon as we receive your payment.",
99  "send_client_order_pdf" => "Hello,
100 
101 We invite you to open the following link in order to either print or pay your order on the website [SITE]:
102 
103 Your order form:
104 [URL_FACTURE]
105 
106 If the link does not appear correctly in your web browser, please copy and paste it. The URL must end by 'mode=[MODE]'.
107 
108 Your order will be processed as soon as we receive your payment.",
109  "send_avis_expedition" => "Hello [PRENOM] [NOM_FAMILLE],
110 
111 We are pleased to confirm the preparation and shipping of your order #[ORDER_ID].
112 
113 Shipped items:
114 [SHIPPED_ITEMS]
115 The shipping method you have chosen during the order process is: [TYPE].
116 Shipping references: The parcel number is [COLIS], you can follow the shipping of your parcel by clicking on the following link: http://www.coliposte.fr/
117 
118 Shipping address:
119 [CLIENT_INFOS_SHIP]
120 
121 IMPORTANT REMINDER:
122 Please follow our instructions in order to avoid any problem. The shipping is a sensitive step which requires a specific attention.
123 As a result, thanks to conform to the elementary rules reminded below:
124 - Damaged parcel
125 - Opened and/or broken parcel
126 - Closing system (adhesive...) damages or not original
127 
128 WHAT TO DO?
129 - Do not open the parcel
130 - refuse the parcel
131 - immediately warn the shipper
132 - warn us and give us the number of the concerned order
133 
134 REIMBURSEMENT
135 [SITE] will refuse systematically the repayment of an order if:
136 - no warning has been made to the shipper
137 - no proof of the warning is provided
138 
139 Thank for your understanding, please do not hesitate to contact us if you have any queries.",
140  "email_commande" => "Hello [CIVILITE] [PRENOM] [NOM_FAMILLE],
141 
142 Your order #[ORDER_ID] made on [DATE] has been saved on the website [SITE].
143 
144 ---------------------------
145 YOUR ORDER SUMMARY
146 ---------------------------
147 
148 Amount: [MONTANT] VAT INCLUDED
149 Payment means [PAIEMENT]:
150 
151 ---------------------------
152 Billing address
153 ---------------------------
154 [CLIENT_INFOS_BILL]
155 
156 ---------------------------
157 Shipping address
158 ---------------------------
159 [CLIENT_INFOS_SHIP]
160 
161 ---------------------------
162 Bought items
163 ---------------------------
164 [BOUGHT_ITEMS]
165 
166 Shipping fees
167 [COUT_TRANSPORT]
168 Shipping type
169 [TYPE]
170 
171 You can follow the status of your order:
172 
173 Once your order is paid for, your invoice will appear in your account in your order details
174 
175 To access your order history:
176  - Click on MY ACCOUNT,
177  - Please log in
178  - Then click on your order history.
179 
180 Thank you for your trust.
181 
182 See you soon on [SITE]",
183  "send_mail_order_admin" => "Hello,
184 
185 The following order [ORDER_ID] has just been recorded on [SITE]
186 
187 Email address: [EMAIL]
188 Reference number: [ORDER_ID]
189 Order amount: [MONTANT]
190 Order date: [O_TIMESTAMP]
191 Payment: [PAIEMENT]
192 
193 Please consult the administration interface of your web site. ",
194  "initialise_mot_passe" => "Hello,
195 
196 A request of a new password on the site [SITE] has been initiated.
197 
198 To confirm your password renewal application, you must click the following link: [LINK]
199 You have 24 hours after the renewal application to perform this operation. Afterwards, the link will no longer be valid.
200 This email was sent automatically, thank you not to reply to this message.
201 ",
202  "send_mail_for_account_creation" => "Hello,
203 
204 You have just created a customer account on [SITE].
205 
206 Your login is: [EMAIL]
207 Your new password is: [MOT_PASSE]
208 ",
209  "insere_avis" => "Hello,
210 
211 [PRENOM] [NOM_FAMILLE] has added the following comment:
212 
213 Product name: [NOM_PRODUIT]
214 
215 Posted opinion: [AVIS]
216 
217 In order to confirm your opinion, you have to log in the administration interface and to edit its status in TOOLS > Users opinions.",
218  "bons_anniversaires" => "Hello [CIVILITE] [PRENOM] [NOM_FAMILLE],
219 
220 Knowing that it is your birthday, we are giving you this discount code: [NOM_CODE_PROMO].
221 
222 It allows you to benefit from a [REMISE] discount on your next order [MAIL_EXTRA_INFOS].
223 
224 This promotional code can only be used by you once, from now on and until the following date [DATE_FIN].
225 
226 [SITE] wishes you a happy birthday!",
227  "direaunami_sent" => "Hello [NOM_FAMILLE],
228 
229 [PSEUDO] visited the website [SITE] and thinks it could be interesting for you:
230 
231 URL: [PRODUCT_LINK]
232 
233 My comments:
234 ------------------------------------
235 [COMMENTS]
236 ------------------------------------",
237  "cheques_cadeaux" => "Hello,
238 
239 [EMAIL_ACHETEUR] has bought you a gift!
240 
241 To benefit from it, please connect to the website [WWWROOT]/ and use your code [CHECK_NAME].
242 
243 You will then benefit from a discount of [REMISE_VALEUR] for a minimal amount of purchase of [MONTANT_MIN] HT regarding your order.",
244  "cree_cheque_cadeau_friend" => "Hello,
245 
246 Your friend [PRENOM] [NOM_FAMILLE] has bought you a gift on the website [SITE].
247 
248 In order to benefit from it, please connect to the website [WWWROOT]/ and use your code [CODE].
249 
250 You will then enjoy a discount of [PRIX] VAT INCLUDED on your order.
251 ",
252  "cree_cheque_cadeau_admin" => "Hello,
253 
254 A promotion code [CODE] using the VOUCHER module has just been created on [SITE].",
255  "cree_cheque_cadeau_client_type2" => "Hello,
256 
257 [SITE] is offering you a 30 days voucher for an amount of [MONTANT].
258 
259 In order to benefit from it, please connect to the website [WWWROOT]/ and use your code [CODE].",
260  "cree_cheque_cadeau_client_admin" => "Hello,
261 
262 The promotional code [CODE] has been created using the sponsoring module [SITE].",
263  "gift_list" => "Hello,
264 
265 Details of the message received on [DATE]
266 
267 [PRENOM] [NOM_FAMILLE] sends you his gift list called: [GIFTLIST_NAME]
268 
269 [GIFTLIST_ITEMS]",
270  "email_ordered_cadeaux" => "Hello,
271 
272 [PRENOM] [NOM_FAMILLE] has just ordered something from your gift list [GIFTLIST_NAME].
273 
274 Here are the products ordered: [GIFTLIST_ITEMS]",
275  "listecadeau_voir" => "Bonjour,
276 
277 Details of the message sent on [DATE]:
278 
279 [PRENOM] [NOM_FAMILLE] sends you his gift list called [GIFTLIST_NAME] :
280 [URL_LISTE_CADEAU]
281 
282 [GIFTLIST_ITEMS]",
283  "parrainage" => "Hello,
284 
285 [PSEUDO] invites you to discover the following website [SITE] and benefit from a [REBATE] credit on your first order, after having validated your customer account.
286 
287 Click on the following link to validate your costumer account: :
288  [WWWROOT]/modules/parrainage/inscription.php?email=[EMAIL_FILLEUL]&code=[MDP]&id=[ID_UTILISATEUR]
289 
290 Your ID: [EMAIL_FILLEUL]
291 Your password: [MDP]",
292  "email_alerte" => "Hello,
293 
294 The following product [NOM_PRODUIT] is currently in stock. Click on the following link to discover it: [URLPROD]
295 
296 See you soon on [SITE]
297 ",
298  "decremente_stock" => "Hello,
299 
300 The stock threshold has been reached for the following product [NOM_PRODUIT].
301 Open stock : [STOCK_RESTANT_APRES_DEMANDE]",
302  "signature" => "
303 Customer service
304 [SITE]
305 [WWWROOT]/",
306  "admin_login" => "Hello,
307 
308 This email warns you that an administrator has logged in your website.
309 
310 User login : [USER]
311 IP used : [REMOTE_ADDR]
312 Reverse DNS : [REVERSE_DNS]
313 Datetime : [DATETIME]
314 
315 This email enhances the security on you PEEL eshop.",
316  "cree_cheque_cadeau_client_type1" => "Hello,
317 
318 [SITE] is offering you a 30 days voucher for an amount of [PERCENT].
319 
320 In order to benefit from it, please connect to the website [WWWROOT]/ and use your code [CODE].",
321  "warn_admin_user_subscription" => "On [DATE]
322 
323 The following user just opened an account:
324 
325 [CIVILITE] [PRENOM] [NOM_FAMILLE]
326 [EMAIL]
327 [SOCIETE]
328 [TELEPHONE]
329 [PRIV]
330 
331 [link=\"[ADMIN_URL]\"]Administrate this user account[/link]
332 ",
333  "warn_admin_reve_subscription" => "We inform you that the reseller [link=\"[ADMIN_URL]\"] [CIVILITE] [PRENOM] [NOM_FAMILLE] [/link] is registered on [SITE].
334 
335 This account is currently in status \"Reseller waiting \". This account is not active and does benefit from reseller prices when you have spent in status \"reseller\"
336 ",
337  "email_retour_virement" => "Hello,
338 
339 We have received your return number [RETURN_ID].
340 According to your choice, the corresponding amount, or will be paid off to [MONTANT] to you by Bank transfer as soon as possible.",
341  "email_retour_avoir" => "Hello,
342 
343 We have received your return number [RETURN_ID].
344 According to your choice, the corresponding amount has just been credited on your account, that is [MONTANT]. This [MODE] will be automatically deducted from your next order until exhaustion.",
345  "email_reste_avoir_remboursement" => "Hello,
346 
347 We have received your return number [RETURN_ID].
348 The repayment can not blank exceeds the amount of the order, [MONTANT] will be refunded by [MODE].The balance has been credited to your account, that is [RESTE_AVOIR]. This credit will be automatically deducted from your next order until exhausted.",
349  "email_remboursement" => "Hello,
350 
351 The repayment of your return number [RETURN_ID], to the amount of [MONTANT] has just been made by [MODE]",
352  "email_retour_client" => "Hello,
353 
354 Your return request has been registered.
355 A this, send us the items to the following address:
356 
357 [SITE]
358 RETURN NUMBER [RETURN_ID].
359 
360 Please remember that items must be returned in good condition and in their original packaging.
361 Upon receipt of your items, we will validate the repayment thereof.",
362  "cron_order_payment_failure_alerts" => "Dear [PRENOM] [NOM],
363 
364 We write you about the recent order you have posted on [WWWROOT]/
365 
366 Order content: [PRODUCT_NAME]
367 Total amount of your order: [TOTAL_AMOUNT]
368 Payment mean you have chosen: [PAYMENT_MEAN]
369 
370 Our automated system has not detected any payment confirmation for this order.
371 Have you encountered any problem?
372 
373 We are at your disposal to validate this order, and if you need you can switch to another payment mean.
374 
375 Best regards,
376 
377 [WWWROOT]/
378 
379 NB: If you have already proceeded in the payment of the following order, please do not take into account this email, as your payment will be treated very soon.",
380  "cron_order_not_paid_alerts" => "Dear [PRENOM] [NOM],
381 
382 We write you about the recent order you have posted on [DAYS_SINCE] days ago on [SITE_NAME].
383 
384 Order content: [PRODUCT_NAME]
385 Total amount of your order: [TOTAL_AMOUNT]
386 Payment mean you have chosen: [PAYMENT_MEAN]
387 
388 Our automated system has not detected any payment confirmation for this order.
389 Have you encountered any problem?
390 
391 We are at your disposal to validate this order, and if you need you can switch to another payment mean.
392 
393 NB: If you have already proceeded in the payment of the following order, please do not take into account the text hereunder, as your payment will be treated very soon.",
394  "cron_update_contact_info" => "Dear [CIVILITE] [NOM],
395 
396 In order to keep updated your contact information on your ads, here is your currently registered information to check :
397 
398 Email : [EMAIL]
399 Gender : [CIVILITE]
400 Login : [PSEUDO]
401 First name : [PRENOM]
402 Last name : [NOM]
403 Company : [SOCIETE]
404 VAT number : [TVA_INTRA]
405 Phone : [TELEPHONE]
406 Cell : [PORTABLE]
407 Fax : [FAX]
408 Birthday : [NAISSANCE]
409 Address : [ADRESSE]
410 Zip code : [CODE_POSTAL]
411 City : [VILLE]
412 Country : [PAYS]
413 Website : [SITE_WEB]
414 
415 If you have any correction to make, please connect to your account on [WWWROOT]/
416 
417 If you have forgotten your password, please go to: [WWWROOT]/utilisateurs/oubli_mot_passe.php
418 
419 Please remember that having correct contact information for your ads is important for your prospects and your company''s image.
420 Any wrong information may oblige us to close your account.
421 
422 For any further information, please contact us.",
423 "inscription_newsletter" => "Hello,
424 
425 Thank you for signing up for the newsletter [SITE_NAME]. You will receive a weekly newsletter to [EMAIL].
426 
427 Soon on [WWWROOT]/",
428  "send_mail_for_account_creation_stop" => "Hello,
429 
430 Your registration has been taken into account in [SITE] and must be validated by an administrator. You will be notified by email of the account's validation, and login to your account will only be possible after this validation.
431 
432 Best Regards,",
433  "send_mail_for_account_creation_reve" => "Hello,
434 
435 Your account [EMAIL] on [SITE] has been activated by an administrator. You now get the status \"[STATUT]\" and associated benefits, and you can login to your account.
436 
437 Best Regards,",
438  "send_mail_for_account_creation_stand" => "Hello,
439 
440 Your registration has been taken into account in [SITE] and must be validated by an administrator. You will be notified by email of the account's validation, and login to your account will only be possible after this validation.
441 
442 Best Regards,",
443  "send_mail_for_account_creation_affi" => "Hello,
444 
445 Your account [EMAIL] on [SITE] has been activated by an administrator. You now get the status \"[STATUT]\" and associated benefits, and you can login to your account.
446 
447 Best Regards,",
448  "validating_registration_by_admin" => "Your subscription on [SITE] has been validated by an administrator."
449 
450 );
451 
if(!defined("IN_PEEL")) $peel_email_template['text']

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.