Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shetani

Pioneers
  • Posts

    94
  • Joined

  • Last visited

Everything posted by shetani

  1. Hm, could be also an issue with your query in the catalog/classes/order.php because the informations that will be put in in the checkout process belong to this file. But you have posted that the textmail works fine ?! Have you made any modifications to this file ?! PLease check the catalog/classes/order.php
  2. As untitled 4 has answered to you in his post from 4th of July "ttime, I would need to see the code to be able to help you. Please post the following files: catalog/checkout_process.php catalog/includes/modules/email/html_checkout_process.php or send it by email" Without this code there is noboby who can help you to figure it out
  3. Sorry Elazar, i didnt have defined a variable for the language set. PLease open the file html_checkout_process.php and find $html_email_order .= " <tr> "; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"100\">Image</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"300\">$VarArticles</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"160\">$VarModele</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">$VarQte</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">Tax</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"80\">Price p. Unit</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"right\" width=\"80\">$VarTotal</td>"; $html_email_order .= " </tr>"; Here you will find IMAGE TAX AND Price p. Unit. If you use only monolingual system then let it as it is. if you use multilinguals then you have to modify this lines to $html_email_order .= " <tr> "; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"100\">$VarImage</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"300\">$VarArticles</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"160\">$VarModele</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">$VarQte</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">$VarTax</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"80\">$VarPrice</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"right\" width=\"80\">$VarTotal</td>"; $html_email_order .= " </tr>"; afterthen open the file catalog/checkout_process.php and find $Varmailfooter = ''.VARMAILFOOTER.''; $VarArticles= ''.EMAIL_TEXT_PRODUCTS_ARTICLES.''; $VarModele= ''.EMAIL_TEXT_PRODUCTS_MODELE.''; $VarQte= ''.EMAIL_TEXT_PRODUCTS_QTY .''; $VarTotal= ''.EMAIL_TEXT_TOTAL.''; $VarAddresship = ''.EMAIL_TEXT_DELIVERY_ADDRESS.''; $VarAddressbill = ''.EMAIL_TEXT_BILLING_ADDRESS.''; $Varmetodpaye = ''.EMAIL_TEXT_PAYMENT_METHOD.''; $Vardetail = ''.DETAIL .''; $Varhttp = ''.VARHTTP.''; $Varstyle = ''.VARSTYLE.''; $Varshipaddress =''.tep_address_label($customer_id, $sendto).''; paste direct after the last line ($Varshipaddress...) $VarImage= ''.EMAIL_TEXT_PRODUCTS_IMAGE.''; $VarTax= ''.EMAIL_TEXT_PRODUCTS_TAX.''; $VarPrice= ''.EMAIL_TEXT_PRODUCTS_PRICE .''; last but not least open the file catalog/includes/languages/YOURLANGUAGE/checkout_process.php and find //Table Heading define('EMAIL_TEXT_PRODUCTS_QTY', 'Quantity'); define('EMAIL_TEXT_PRODUCTS_ARTICLES', 'Item'); define('EMAIL_TEXT_PRODUCTS_MODELE', 'Model'); define('EMAIL_NO_MODEL', ''); //What text to enter in model column if no model description available paster direct after (ImageLNG, TaxLNG and PriceLNG should be replaced by your own translation ;)) define('EMAIL_TEXT_PRODUCTS_IMAGE', 'ImageLNG'); define('EMAIL_TEXT_PRODUCTS_TAX', 'TaxLNG'); define('EMAIL_TEXT_PRODUCTS_PRICE', 'PriceLNG'); Thats all Does the contrib know works for you ?
  4. You are right Coopco - each language has its own language file set. So you have to copy the needed language files in each language folder or, if the file already exists (f.e. the orders.php) modify this one which is included in your language folder that it fit to the original english one
  5. I´m sorry Elazar. I have no idea what the reason could be. As i wrote before. It make no sense if the checkout works but the others not. Only reason could be, that you dont have the admin/includes/modules/email/html_orders.php and includes/modules/email/html_create_account.php right in place.
  6. Both files seems OK - have you made any other changes to the tep_mail function or mime class or anything else ?
  7. OK will check the files later after they arrived (didnt received it till now)
  8. PLease send me your catalog/create_account.php catalog/admin/orders.php by email @ Coopco- as i understand elazar, he has created a customer account himself and now he is going to checkout if everything works fine Could be take a while before i´m come back beacuse i ve to go out with our dogs yet and afterthen i have to find some minor bugs in the affiliate contrib ;)
  9. What happens if you are trying to send an email from the supporting tools area ? Does it work ?
  10. What does it mean "I don't get the confirmation emails as it should be" Does it mean that the Layout isnt the same as the one which the customer receives after checkout or does you dont get an email in general ?
  11. Ok, what i can see on the pictures, especially the order.gif, is that the customer where notified correctly. What happens if you send the customer the same notifictaion again ? Normally you got an info statement on the top of the admin panel which shows you the status of the email - which means send correct or failure.
  12. Dear Elazar, today i´ve tested your original files on my own installation (ok i have to made 2 modifications because you have modified the tep_db_querys with an own mod ?!) and it works perfect. Their were no problems so you may have another issue or could it be possible that your customer - who doesnt received the email have a antispam tool working ? Could you please post an picture of your orders status screen from the admin panel
  13. Have you checked your email options within the admin panel
  14. its the same for me - our shops are all installed in the root without catalog dir Im not able to find any mistake in the file so the reason maybe another one. I´m sorry
  15. Dear Elazar, have you made the modifications in the admin/orders.php also as in the admin/languages/YOURLANGUAGE/orders.php and uploaded all necessary files like admin/modules/email/html_order.php ?! If yes, please check the modifications as described in the V2.html file which is included in the full package again. I´ve tested it on 2 different shops also as with an external software package which i´m using as cms and it workes perfect. In the orders.php in catalog/admin folder you have to replace $email = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $oID . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO, 'order_id=' . $oID, 'SSL') . "\n" . EMAIL_TEXT_DATE_ORDERED . ' ' . tep_date_long($check_status['date_purchased']) . "\n\n" . $notify_comments . sprintf(EMAIL_TEXT_STATUS_UPDATE, $orders_status_array[$status]); with //BEGIN SEND HTML MAIL// //Prepare variables for html email// $Varlogo = ''.VARLOGO.'' ; $Vartable1 = ''.VARTABLE1.'' ; $Vartable2 = ''.VARTABLE2.'' ; $Vartext1 = ' <b>' . EMAIL_TEXT_DEAR . ' ' . $check_status['customers_name'] .' </b><br>' . EMAIL_MESSAGE_GREETING ; $Vartext2 = ' ' . EMAIL_TEXT_ORDER_NUMBER . ' <STRONG> ' . $oID . '</STRONG><br>' . EMAIL_TEXT_DATE_ORDERED . ': <strong>' . strftime(DATE_FORMAT_LONG) . '</strong><br><a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'account_history_info.php?order_id=' . $insert_id .'">' . EMAIL_TEXT_INVOICE_URL . '</a>' ; $Varbody = EMAIL_TEXT_COMMENTS_UPDATE . ' ' . $comments . "\n\n" . sprintf(EMAIL_TEXT_STATUS_UPDATE, $orders_status_array[$status]); $Varmailfooter = ''.VARMAILFOOTER.'' ; $Varhttp = ''.VARHTTP.''; $Varstyle = ''.VARSTYLE.''; //Check if HTML emails is set to true if (EMAIL_USE_HTML == 'true') { //Prepare HTML email require(DIR_WS_MODULES . 'email/html_orders.php'); $email = $html_email_orders; } else { //Send text email $email = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $oID . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO, 'order_id=' . $oID, 'SSL') . "\n" . EMAIL_TEXT_DATE_ORDERED . ' ' . tep_date_long($check_status['date_purchased']) . "\n\n" . EMAIL_TEXT_COMMENTS_UPDATE . ' ' . $comments . "\n\n" . sprintf(EMAIL_TEXT_STATUS_UPDATE, $orders_status_array[$status]); } //END SEND HTML MAIL// please check Greets Frank
  16. Ok, as i know yet elazars problem is solved and the contribition rwo mod should worked as described
  17. OK, because of the fact that some users doesnt have installed the full contribution BEFORE making the rowmod mod, i ve uploaded the last full package (original from Untitled No 4) including the row mod instructions today. Hope that this might help ;) @ Coopco - hm i´m wondering why you have to use a second ) at the end of the line..
  18. You are right coopco, but only with the missing ; and the <tr> tag - the db_query is correct as described in the txt file Thanks for checking.
  19. Dear Elazar, where are the needed modifications in the checkout_process.php ?! You have to modify this file first before you can use it with HTML email. Is it possible that you don´t use the right checkout_process.php ?! Please change the section between //------insert customer choosen option eof ---- and // load the after_process function from the payment modules to //------insert customer choosen option eof ---- //------insert customer choosen option eof ---- //BEGIN SEND HTML MAIL// $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . ' (' . $order->products[$i]['model'] . ') = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "\n"; $products_quantity .= nl2br($order->products[$i]['qty'] . "\n"); $products_name .= nl2br("" . $order->products[$i]['name'] . $products_ordered_attributes ."\n"); if (!tep_not_null($order->products[$i]['model'])) { $products_model .= ''.EMAIL_NO_MODEL.'' ; } else{ $products_model .= nl2br($order->products[$i]['model'] . "\n"); }; $orderarray[$i] = array( "Model" => nl2br("" . $order->products[$i]['name'] . $products_ordered_attributes . "\n" ), "Modelnr"=> nl2br($order->products[$i]['model'] . "\n"), "Qty" => nl2br($order->products[$i]['qty'] . "\n"), "Price" => nl2br($currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . "\n")); } for ($i=0; $i<sizeof($order_totals); $i++) { $Vartaxe .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n"; } if ($order->content_type != 'virtual') { $Varaddress .= tep_address_label($customer_id, $sendto, 0, '', "\n") ; } if (is_object($$payment)) { $Varmodepay .= EMAIL_TEXT_PAYMENT_METHOD . "\n" . EMAIL_SEPARATOR . "\n"; $payment_class = $$payment; $Varmodpay .= $payment_class->title . "\n"; if ($payment_class->email_footer) { $Varmodpay .= $payment_class->email_footer . "\n\n"; } } $Varlogo = ''.VARLOGO.'' ; $Vartable1 = ''.VARTABLE1.'' ; $Vartable2 = ''.VARTABLE2.'' ; $Vartext1 = ' <b>' . EMAIL_TEXT_DEAR . ' ' . $order->customer['firstname'] . ' ' . $order->customer['lastname'] .' </b><br>' . EMAIL_MESSAGE_GREETING ; $Vartext2 = ' ' . EMAIL_TEXT_ORDER_NUMBER . ' <STRONG> ' . $insert_id . '</STRONG><br>' . EMAIL_TEXT_DATE_ORDERED . ': <strong>' . strftime(DATE_FORMAT_LONG) . '</strong><br><a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'account_history_info.php?order_id=' . $insert_id .'">' . EMAIL_TEXT_INVOICE_URL . '</a>' ; $Varmailfooter = ''.VARMAILFOOTER.'' ; $VarArticles= ''.EMAIL_TEXT_PRODUCTS_ARTICLES.'' ; $VarModele= ''.EMAIL_TEXT_PRODUCTS_MODELE.'' ; $VarQte= ''.EMAIL_TEXT_PRODUCTS_QTY .'' ; $VarTotal= ''.EMAIL_TEXT_TOTAL.'' ; $VarAddresship = ''.EMAIL_TEXT_DELIVERY_ADDRESS.'' ; $VarAddressbill = ''.EMAIL_TEXT_BILLING_ADDRESS.'' ; $Varmetodpaye = ''.EMAIL_TEXT_PAYMENT_METHOD.'' ; $Vardetail = ''.DETAIL .'' ; $Varhttp = ''.VARHTTP.''; $Varstyle = ''.VARSTYLE.''; $Varshipaddress =''.tep_address_label($customer_id, $sendto).''; $Varcommenttext =''.EMAIL_TEXT_COMMENT.''; if ($order->info['comments'])$Varcomment =''.tep_db_output($order->info['comments']).''; require(DIR_WS_MODULES . 'email/html_checkout_process.php'); $email_order = $html_email_order ; // lets start with the email confirmation if (EMAIL_USE_HTML == 'true') { $email_order; } else { $email_order = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $insert_id, 'SSL', false) . "\n" . EMAIL_TEXT_DATE_ORDERED . ' ' . strftime(DATE_FORMAT_LONG) . "\n\n"; if ($order->info['comments']) { + $email_order .= tep_db_output($order->info['comments']) . "\n\n"; } $email_order .= EMAIL_TEXT_PRODUCTS . "\n" . EMAIL_SEPARATOR . "\n" . $products_ordered . EMAIL_SEPARATOR . "\n"; for ($i=0; $i<sizeof($order_totals); $i++) { $email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n"; } if ($order->content_type != 'virtual') { $email_order .= "\n" . EMAIL_TEXT_DELIVERY_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $sendto, 0, '', "\n") . "\n"; } $email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $billto, 0, '', "\n") . "\n\n"; if (is_object($$payment)) { $email_order .= EMAIL_TEXT_PAYMENT_METHOD . "\n" . EMAIL_SEPARATOR . "\n"; $payment_class = $$payment; $email_order .= $payment_class->title . "\n\n\n\n\n"; if ($payment_class->email_footer) { $email_order .= $payment_class->email_footer . "\n\n"; } } $email_order .= "\n" . EMAIL_TEXT_FOOTER . "\n" . HTTP_SERVER . DIR_WS_CATALOG . "\n" . EMAIL_TEXT_FOOTERR . "\n" ; } tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); $email_order=ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\">\</a>", $email_order); // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { $email_order = $html_email_order ; if (EMAIL_USE_HTML == 'true') { $email_order; } else { $email_order = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "\n" . EMAIL_TEXT_INVOICE_URL . ' ' . tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $insert_id, 'SSL', false) . "\n" . EMAIL_TEXT_DATE_ORDERED . ' ' . strftime(DATE_FORMAT_LONG) . "\n\n"; if ($order->info['comments']) { + $email_order .= tep_db_output($order->info['comments']) . "\n\n"; } $email_order .= EMAIL_TEXT_PRODUCTS . "\n" . EMAIL_SEPARATOR . "\n" . $products_ordered . EMAIL_SEPARATOR . "\n"; for ($i=0; $i<sizeof($order_totals); $i++) { $email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n"; } if ($order->content_type != 'virtual') { $email_order .= "\n" . EMAIL_TEXT_DELIVERY_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $sendto, 0, '', "\n") . "\n"; } $email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $billto, 0, '', "\n") . "\n\n"; if (is_object($$payment)) { $email_order .= EMAIL_TEXT_PAYMENT_METHOD . "\n" . EMAIL_SEPARATOR . "\n"; $payment_class = $$payment; $email_order .= $payment_class->title . "\n\n\n\n\n"; if ($payment_class->email_footer) { $email_order .= $payment_class->email_footer . "\n\n"; } } $email_order .= "\n" . EMAIL_TEXT_FOOTER . "\n" . HTTP_SERVER . DIR_WS_CATALOG . "\n" . EMAIL_TEXT_FOOTERR . "\n" ; } tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); $email_order=ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\">\</a>", $email_order); } //END SEND HTML MAIL// // load the after_process function from the payment modules
  20. PLease check, if you are using the row_mod, the file html_checkout_process.php in the includes/modules/email folder for $gesamtpreis = $Bestellpos['GP']; and try changing it to $gesamtpreis = $Bestellpos['Price'];
  21. I´ve tested it with my own array-based mod also as with the original Send HTML Email - Revised - V2 code based on the mod from 13 of june 2007 which is described and everything worked fine. When does the white screen appears `?! PLease check your code again Following a sample of the original based code from 13.06.2007 and here from my own mod which is a little bit different
  22. Open checkout_process.php and find //BEGIN SEND HTML MAIL// $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . ' (' . $order->products[$i]['model'] . ') = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "\n"; $products_quantity .= nl2br($order->products[$i]['qty'] . "\n"); $products_name .= nl2br("" . $order->products[$i]['name'] . $products_ordered_attributes ."\n"); if (!tep_not_null($order->products[$i]['model'])) { $products_model .= ''.EMAIL_NO_MODEL.'' ; } else $products_model .= nl2br($order->products[$i]['model'] . "\n"); $products_price .= nl2br($currencies->format($order->products[$i]['final_price'] * $order->products[$i]['qty']) . "\n"); } change it to //BEGIN SEND HTML MAIL// $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . ' (' . $order->products[$i]['model'] . ') = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "\n"; $products_quantity .= nl2br($order->products[$i]['qty'] . "\n"); $products_name .= nl2br("" . $order->products[$i]['name'] . $products_ordered_attributes ."\n"); if (!tep_not_null($order->products[$i]['model'])) { $products_model .= ''.EMAIL_NO_MODEL.'' ; } else $products_model .= nl2br($order->products[$i]['model'] . "\n"); $orders_picture_query = tep_db_query("select products_image from " . TABLE_PRODUCTS . " where products_id = '" . (int)$order->products[$i]['id'] . "'"); $orders_picture=tep_db_fetch_array($orders_picture_query); $products_images .= "<img src=".HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_IMAGES . $orders_picture['products_image']." width='80px' border='0'><br>"; $products_price .= nl2br($currencies->format($order->products[$i]['final_price'] * $order->products[$i]['qty']) . "\n"); } open html_checkout_process in folder includes/modules/email and find (between line 36 and 54) $html_email_order .= " <td><table width=\"600\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=white>"; $html_email_order .= " <tr> "; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"300\">$VarArticles</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"160\">$VarModele</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">$VarQte</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"right\" width=\"100\">$VarTotal</td>"; $html_email_order .= " </tr>"; $html_email_order .= " <tr> "; $html_email_order .= " <td width=\"300\" valign=\"top\" align=\"left\" class=\"boxmailgris\">$products_name</td>"; $html_email_order .= " <td width=\"160\" valign=\"top\" align=\"left\" class=\"boxmailgris\">$products_model</td>"; $html_email_order .= " <td width=\"40\" valign=\"top\" align=\"center\" class=\"boxmailgris\">$products_quantity</td>"; $html_email_order .= " <td width=\"100\" valign=\"top\" align=\"right\" class=\"boxmailgris\">$products_price</td>"; $html_email_order .= " </tr>"; $html_email_order .= " <tr height=\"14\"> "; $html_email_order .= " <td height=\"14\" width=\"300\" valign=\"top\" align=\"left\" class=\"tableur\">$Vardetail</td>"; $html_email_order .= " <td colspan=\"3\" width=\"300\" valign=\"top\" align=\"right\" class=\"tableur\">$Vartaxe</td>"; $html_email_order .= " </tr>"; $html_email_order .= " </table></td>"; change it to (for example) $html_email_order .= " <td><table width=\"600\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=white>"; $html_email_order .= " <tr> "; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"80\">Image</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"260\">$VarArticles</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"left\" width=\"140\">$VarModele</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"center\" width=\"40\">$VarQte</td>"; $html_email_order .= " <td class=\"boxmail\" align=\"right\" width=\"80\">$VarTotal</td>"; $html_email_order .= " </tr>"; $html_email_order .= " <tr> "; $html_email_order .= " <td width=\"80\" valign=\"top\" align=\"center\" class=\"boxmailgris\">$products_images</td>"; $html_email_order .= " <td width=\"260\" valign=\"top\" align=\"left\" class=\"boxmailgris\">$products_name</td>"; $html_email_order .= " <td width=\"140\" valign=\"top\" align=\"left\" class=\"boxmailgris\">$products_model</td>"; $html_email_order .= " <td width=\"40\" valign=\"top\" align=\"center\" class=\"boxmailgris\">$products_quantity</td>"; $html_email_order .= " <td width=\"80\" valign=\"top\" align=\"right\" class=\"boxmailgris\">$products_price</td>"; $html_email_order .= " </tr>"; $html_email_order .= " <tr height=\"14\"> "; $html_email_order .= " <td height=\"14\" width=\"300\" valign=\"top\" align=\"left\" class=\"tableur\">$Vardetail</td>"; $html_email_order .= " <td colspan=\"4\" width=\"300\" valign=\"top\" align=\"right\" class=\"tableur\">$Vartaxe</td>"; $html_email_order .= " </tr>"; $html_email_order .= " </table></td>"; That should work
  23. Happens sometimes for me while testing- try to clear your temporary internet files folder - that solved my issues ;) Have you modified the language files in the folder for hebrewish ?!
  24. Have you set your email configuration in admin config email options to use MIME HTML ?
  25. Hi Chris, seems that you have to modify the paypal.ipn modules located in the /catalog/ext/modules/payment and /catalog/includes/modules/payment folders directly to work with HTML emails. Every file have their own email-notification code included
×
×
  • Create New...