Jump to content
xt:Commerce Community Forum

Fehlerhafte Feld in Bestellbestätigung


Konair23

Recommended Posts

Hallo,

die Bestellbestätigung weist fehlerhafte Felder auf, z.B. 3x MwSt. und eine Zeile mit 0,00 €. Woran liegts?

Hier mein Screenshot und der Code der Bestellbestätigung:

<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>

post-87128-14337914821004_thumb.jpg

Link to comment
Share on other sites

  • 3 weeks later...

Hallo,

habe das gleiche Problem. Es ist bei mir aber erst aufgetreten, nachdem ich das xt_costumerdiscount ausprobiert habe. Habe keine doppelten Länder oder verschiedene Steuersätze angelegt. Bisher habe ich auch keine Lösung des Problems. Wäre super wenn sich ein Admin mal der Sache annimmt.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...