NEW Preview product list when we choose model layout Commerce (#30185)

* New update for templateMail by creating files

* New updating for get php content

* Update html.formmail.class.php

* Fix updating content news

* Fix CTI Errors

* NEW function for Preview In CKeditor products

* edit html file for news

* Add automaticaly subject value to editor

* Update html.formmail.class.php

* FIX name and path of file

* Fix path for files

* Fix errors variables

* replace file in ajax folder

* rename path

* Fix return function in product class

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
lamrani abdelwadoud
2024-08-15 17:39:15 +02:00
committed by GitHub
parent c7f8a8c06d
commit 1bd3d1877e
7 changed files with 89 additions and 41 deletions

View File

@@ -1560,7 +1560,6 @@ class FormMail extends Form
// Remplacer la variable de substitution dans le contenu HTML
contentHtml = contentHtml.replace(/__SUBJECT__/g, subject);
// Envoyer le contenu HTML à process_template.php pour traitement PHP
$.ajax({
type: "POST",