'Surheader | Sortie: texte du Surheader', "code" => "[[var:surheader]]", "val" => "Vous faites partie des premiers inscrits"), array("text" => 'Author name | sortie: Author name', "code" => "[[var:workshop_author]]", "val" =>'Author name'), array("text" => 'Nom | sortie: Dela Cruz', "code" => "[[var:subscriber_last_name]]", "val" => 'Dela Cruz'), array("text" => 'Prénom | sortie: Juan', "code" => "[[var:subscriber_first_name]]", "val" => 'Juan'), array("text" => 'Adresse | sortie: Paris', "code" => "[[var:event_address]]", "val" => 'Paris'), array("text" => 'Subscriber Adresse | sortie: Paris', "code" => "[[var:subscriber_address]]", "val" => 'Paris'), array("text" => 'workshop date | sortie: dimanche', "code" => "[[var:event_start_day_name]]", "val" => 'dimanche'), array("text" => 'Début de l’événement (heure) | sortie: hh:mm', "code" => "[[var:event_start_hour]]", "val" =>'00:00'), array("text" => 'workshop hours | sortie: jj', "code" => "[[var:event_start_day]]", "val" => 'dd'), array("text" => 'mode of payment | sortie: Paypal/Credit Card', "code" => "[[var:mode_of_payment]]", "val" => 'xxxxxxxx'), array("text" => 'New date | sortie: dimanche', "code" => "[[var:event_start_day_name]]", "val" => 'dimanche'), array("text" => 'Order Number | sortie: 0001', "code" => "[[var:order_number]]", "val" => '0001'), array("text" => 'Order Date | sortie: amount', "code" => "[[var:order_date]]", "val" => '2021/12/12'), array("text" => 'TTC | sortie: amount', "code" => "[[var:total_amount]]", "val" => '10 euro'), array("text" => 'TVA | sortie: amount', "code" => "[[var:vat]]", "val" => '10 euro'), array("text" => 'HT | sortie: amount', "code" => "[[var:no_vat_amount]]", "val" => '10 euro'), array("text" => 'Event Rate | sortie: amount', "code" => "[[var:event_rate]]", "val" => '10 euro'), array("text" => 'Seats reserved | sortie: seats', "code" => "[[var:seats_reserved]]", "val" => '5'), array("text" => 'Service charge | sortie: seats', "code" => "[[var:service_charge]]", "val" => '10 euro'), array("text" => 'Start Date | sortie: seats', "code" => "[[var:start_date_time]]", "val" => 'date time'), // array("text" => 'Année | sortie: aaaa', "code" => "[[var:event_start_year]]", "val" => 'yyyy'), // array("text" => 'Code postal | sortie: 78720', "code" => "[[var:event_postal_code]]", "val" => '4500'), // array("text" => 'Jour | sortie: jj', "code" => "[[var:event_start_day]]", "val" => 'dd'), // array("text" => 'Mois | sortie: mm', "code" => "[[var:event_start_month]]", "val" => 'mm'), // array("text" => 'Nombre de places réservées | sortie: 2 places', "code" => "[[var:seats_reserved]]", "val" =>'2 places'), // array("text" => "Nom de l'abonné(e) | Sortie: Abonné(e)", "code" => "[[var:subscriber]]", "val" => 'Subscriber'), // array("text" => 'Nom du lieu | sortie: Pigalle ', "code" => "[[var:event_place_name]]", "val" =>'TimeSquare'), // array("text" => 'Nom du mois | sortie: janvier', "code" => "[[var:event_start_month_name]]", "val" => 'janvier'), // array("text" => 'Photo de l’événement | sortie: Photo principale de l’événement', "code" => 'event_photo', "val" => 'Event primary picture'), // array("text" => 'Prix en euro | sortie: 100,00MGA', "code" => "[[var:event_rate]]", "val" => '$100'), // array("text" => 'Type d’événement | sortie: Concert', "code" => "[[var:event_type]]", "val" =>'Concert'), // array("text" => 'Ville | sortie: Paris ', "code" => "[[var:city]]", "val" => 'Paris'), // array("text" => 'Ville de rattachement | sortie: Paris', "code" => "[[var:event_venue]]", "val" => 'Paris'), // array("text" => 'Date de rappel par défaut | sortie: 48 jours', "code" => "[[var:event_reminder_date]]", "val" => '48 jours') ); /* End of file events_lang.php */ /* Location: ./application/language/fr/backoffice/events_lang.php */ /** EMAIL TEMPLATE * Setup tables * Add template * Edit * Delete ? Delete only if the template has no dependents * Change template (Check if there are dependents, if yes then insert new record. - Do not allow changing of template while sending process is in progress. - Allow editing of template 3hrs before the sending process **/