diff --git a/src/app/tasks/templates/basket/abandoned.php b/src/app/tasks/templates/basket/abandoned.php
index 2c70a5b..458318e 100644
--- a/src/app/tasks/templates/basket/abandoned.php
+++ b/src/app/tasks/templates/basket/abandoned.php
@@ -48,11 +48,10 @@
|
@@ -65,29 +64,29 @@
-
+ |
|
|
-
+ |
 |
|
-
+ |
 |
|
-
+ |
 |
|
-
+ |
 |
|
-
+ |
 |
|
-
+ |
 |
|
-
+ |
 |
|
@@ -131,11 +130,11 @@
-
+ |
|
-
+ |
@@ -154,7 +153,7 @@
| |
-
+
@@ -166,7 +165,7 @@
|
-
+
@@ -195,7 +194,7 @@
-
+ |
|
@@ -213,7 +212,7 @@
-
+
@@ -231,11 +230,11 @@
|
@@ -244,9 +243,9 @@
|
|
diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php
index 4b18a12..aa27e6b 100644
--- a/src/lib/sendmail.php
+++ b/src/lib/sendmail.php
@@ -300,13 +300,13 @@ namespace
'X-Mailer: PHP/' . phpversion();
//msg body
- $view = new \Phalcon\Mvc\View();
- $view->setViewsDir( ROOT_PATH.config::get( 'dirs/viewsDir' ) );
- $view->start();
- $view->pick( 'basket/abandoned' );
- $view->finish();
- $body = $view->getContent();
- //$body = file_get_contents(ROOT_PATH.config::get( 'dirs/viewsDir' ).'abandoned_basket.php');
+// $view = new \Phalcon\Mvc\View();
+// $view->setViewsDir( ROOT_PATH.config::get( 'dirs/viewsDir' ) );
+// $view->start();
+// $view->render( 'basket', 'abandoned' );
+// $view->finish();
+// $body = $view->getContent();
+ $body = file_get_contents(ROOT_PATH.config::get( 'dirs/viewsDir' ).'basket/abandoned.php');
if( mail( $email, $data_base['subject'], $body, $header, '-f '.$email_from ) ) {
return true;
--
libgit2 0.21.4 | |
| | | | | |