#1 (permalink)  
Alt 20.01.2012, 10:09
Neuer Benutzer
 
Registriert seit: 20.01.2012
Beiträge: 10
Standard [GELÖST] Email sende Problem

Hi,

ich bin noch ein Neuling bei XTC 4.
Aber ich habe jetzt schon das erst schlimme Problem. Wonach ich auch schon gegooglet habe.

Mein Problem ist das mein System keine Emails verschickt und das obwohl ich eigentlich alles richtig eingestellt habe (glaube ich)
Ihre Bestellung zur Kontrolle

Pfad zu Sendmail: /usr/sbin/sendmail
E-Mail System: smtp
Type: send_order
Template Special: ALL
Code:
<link href="{$_system_mail_css}" type="text/css" rel="stylesheet">
<table cellpadding="0" cellspacing="0" class="email_container">
	<tr>
		<td colspan="3" class="email_toplogo">
		<div class="email_toplogo"><img src="{$_system_logo_url}" /></div>
		</td>
	</tr>
	<tr>
		<td class="email_table_left_bg" valign="top">
		<div class="email_table_left"></div>
		</td>
		<td class="email_table_center_bg" valign="top">
		<div class="email_content">
		<h1>Hallo {$order_data.delivery_firstname} {$order_data.delivery_lastname},</h1>
		<p>
		<br />
		<h1>Ihre Daten nochmals zur Kontrolle:</h1>
		<p>{txt key=TEXT_ORDER_NUMBER}: {$order_data.orders_id}</p>
		<p>{txt key=TEXT_ORDER_DATE}: {$order_data.date_purchased}</p>
		<h2>{txt key=TEXT_SHIPPING_ADDRESS}</h2>
		<p>{if $order_data.delivery_company}
		{$order_data.delivery_company}<br />
		{/if} {$order_data.delivery_firstname} {$order_data.delivery_lastname}<br />
		{$order_data.delivery_street_address}<br />
		{if $order_data.delivery_suburb} {$order_data.delivery_suburb}<br />
		{/if} {$order_data.delivery_postcode} {$order_data.delivery_city}<br />
		{if $order_data.delivery_state}{$order_data.delivery_state}
		{/if}{$order_data.delivery_country}<br />
		</p>
		<h2>{txt key=TEXT_PAYMENT_ADDRESS}</h2>
		<p>{if $order_data.billing_company} {$order_data.billing_company}<br />
		{/if} {$order_data.billing_firstname} {$order_data.billing_lastname}<br />
		{$order_data.billing_street_address}<br />
		{if $order_data.billing_suburb} {$order_data.billing_suburb}<br />
		{/if} {$order_data.billing_postcode} {$order_data.billing_city}<br />
		{if $order_data.billing_state}{$order_data.billing_state}
		{/if}{$order_data.billing_country}<br />
		</p>
	{if $payment_info}<h2>{txt key=TEXT_PAYMENT_INFOS}</h2>
		<p>{$payment_info}</p><br />{/if}	
<table class="tabledetails" width="100%" border="0" cellspacing="0" cellpadding="4">
			<tr class="headerrow">
				<td class="left">{txt key=TEXT_QTY}</td>
				<td class="left">{txt key=TEXT_ARTICLE}</td>
				<td class="left">{txt key=TEXT_PRODUCTS_MODEL}</td>
				<td class="right">{txt key=TEXT_SINGLE_PRICE}</td>
				<td class="right">{txt key=TEXT_TOTAL_PRICE}</td>
			</tr>
			{foreach name=aussen item=order_values from=$order_products}
			<tr class="{cycle values="contentrow1,contentrow2"}">
				<td class="left">{$order_values.products_quantity} x</td>
				<td class="left">{$order_values.products_name}</strong></td>
				<td class="left">{$order_values.products_model}</td>
				<td class="right">{$order_values.products_price.formated}</td>
				<td class="right">{$order_values.products_final_price.formated}</td>
			</tr>
			{$order_values.products_information.html_content}
			{/foreach}
			<tr>
				<td colspan="5" align="right" class="subtotal">
				<div align="right">
				<p>{txt key=TEXT_SUB_TOTAL}: {$total.product_total.formated}</p>
				{foreach name=aussen item=order_total_values from=$order_total_data}
				<p>{$order_total_values.orders_total_name}:
				{$order_total_values.orders_total_price.formated}</p>
				{/foreach} {foreach name=aussen item=tax_data from=$total.total_tax}
				<p>{txt key=TEXT_TAX} {$tax_data.tax_key}%:
				{$tax_data.tax_value.formated}</p>
				{/foreach}
				<p>{txt key=TEXT_TOTAL}: {$total.total.formated}</p>
				</div>
			</tr>
		</table>
		</div>
		<div class="email_footer">{$_system_footer_html}</div>
		</td>
		<td class="email_table_right_bg" valign="top">
		<div class="email_table_right"></div>
		</td>
	</tr>
</table>

Geändert von Gettohomie (21.01.2012 um 23:46 Uhr) Grund: Gelöst
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 20.01.2012, 11:37
Erfahrener Benutzer
 
Registriert seit: 09.12.2010
Ort: Leverkusen
Beiträge: 221
Standard

Hast Du bei E-Mail System mal was anderes eingestellt?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 20.01.2012, 12:02
Neuer Benutzer
 
Registriert seit: 20.01.2012
Beiträge: 10
Standard

Naja,
ich bekomme ein email mit
Zitat:
looked for e-Mail Type: password_optin lang:de group:1 Special:-1 Shop:1
an die Admin Adresse.
mit der Überschrift: E-Mail Template missing

Nur weiß ich nicht wirklich was damit gemeint ist. Nehme an es heist das er das Template nicht finden kann oder er nicht weiß welches...

Geändert von Gettohomie (20.01.2012 um 12:05 Uhr)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 20.01.2012, 17:25
Neuer Benutzer
 
Registriert seit: 20.01.2012
Beiträge: 2
Standard

Zitat:
Zitat von Gettohomie Beitrag anzeigen
Naja,
ich bekomme ein email mit

an die Admin Adresse.
mit der Überschrift: E-Mail Template missing

Nur weiß ich nicht wirklich was damit gemeint ist. Nehme an es heist das er das Template nicht finden kann oder er nicht weiß welches...

Ich hab genau das gleiche Problem, hab echt schon viel gelesen zu dem Problem aber es klappt einfach nichts - langsam nervts -.- hat keiner einer richtige Lösung??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 21.01.2012, 23:34
Neuer Benutzer
 
Registriert seit: 20.01.2012
Beiträge: 10
Standard [GELÖST] Email sende Problem

Habe das Problem gelöst !!!!!
Ich bin so Happppppppppppyyyyyyy


Also so müssen die Einstellungen sein:

Einstellungen - Konfiguration - Recht:
Kundengruppen Check: false
Einfache Rechteverwaltung: true

Inhalt - e-mail Manager (Template Special) :
new_password: nichts
create_account: nichts
password_optin: nichts
send_order: nichts
update_order-admin: ALL

Einstellungen - Konfiguration - email Einstellungen:
Pfad zu Sendmail: /usr/sbin/sendmail
E-Mail System: mail/qmail


Hoffe ich konnte euch helfen.
Wenn ich euch helfen konnte Like meine Seite: www.target-shop.net

Geändert von Gettohomie (21.01.2012 um 23:47 Uhr) Grund: [GELÖST] Email sende Problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
email, problem, sende

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
E-Mail Versenden Problem Justicezzz Allgemeine Diskussionen 12 18.05.2010 19:39
Pflichtfeld Email deaktivieren (VEYTON 4012) xenon777 Shopbereich 2 09.03.2010 10:35
Problem Rechtevergabe Kategorie mythinkpad Fragen zur Software 1 14.02.2009 15:16


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:48 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand