Jump to content
xt:Commerce Community Forum

shipping.html | Über ...EUR - Kein Versand -


homer1

Recommended Posts

Hallo, im xt_grid/xtCore/forms/shipping.html

das innerhalb tbody, sollte funktionieren

Grüße

{$inhalt_gew} ist ne Gewichtsangabe von mir, muss bei Dir raus.


<tbody>
{foreach name=shipping item=costs from=$shipping_values.costs}
<tr class="{cycle values="odd,even"}">
<td class="left">
{if $costs.shipping_type_value_from neq '0'} {txt key=TEXT_RANGE_FROM} {$costs.shipping_type_value_from}
{else}
{txt key=TEXT_RANGE_TO}
{/if}
{if $smarty.foreach.shipping.first neq true and !$smarty.foreach.shipping.last} {txt key=TEXT_RANGE_TO}
{/if}
{if $smarty.foreach.shipping.first or !$smarty.foreach.shipping.last} {$costs.shipping_type_value_to}
{/if}
{if $shipping_values.shipping_type eq 'weight'} {$inhalt_gew}
{/if}
{if $shipping_values.shipping_type eq 'item'} {txt key=TEXT_TYPE_ITEM}
{/if}
</td>
{if $smarty.foreach.shipping.last neq true} <td class="right">{$costs.shipping_price}</td>
{else}
<td class="right">{txt key=TEXT_INFO_NO_SHIPPING}</td>
{/if}
</tr>
{/foreach}
</tbody>






[/HTML]

Link to comment
Share on other sites

Archived

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

×
  • Create New...