Jump to content
xt:Commerce Community Forum

Versandkosten anzeige "Über xeuro - Kein Versand -"


lottoleppi

Recommended Posts

  • 4 weeks later...

<h1>{$data.content_heading}</h1>

{$message}

<p>{if $file}{$file}{else}{$data.content_body}{/if}</p>

<!--      Zeit Auswahlbox für Länderwahl zur Versandkostenberechnung

<div class="highlightbox">

	{form type=form name=shipping action='dynamic' link_params=getParams method=post}

	{form type=hidden name=action value=query}

	<p>{txt key=TEXT_SHIPPING_INTRO}</p>

	<table width="100" border="0" cellspacing="4" cellpadding="0">

         <tr>

           <td style="white-space:nowrap;"><strong>{txt key=TEXT_COUNTRY}</strong> </td>

           <td>

           {if $sel_country}

           {form type=select name=shipping_destination value=$country_data default=$sel_country}

           {else}

           {form type=select name=shipping_destination value=$country_data default=$smarty.const._STORE_COUNTRY}

           {/if}

           </td>

           <td>{button text=$smarty.const.BUTTON_SHOW file='show.gif' type='form'}</td>

         </tr>

    </table>

	{form type=formend}

</div>

-->


{if $shipping_data}

<br />

  {foreach item=shipping_values from=$shipping_data}

<h2>{$shipping_values.shipping_name}</h2>

<table class="tabledetails" width="100%" border="0" cellspacing="0" cellpadding="4">

	<tr class="headerrow">

      <td class="left">{txt key=TEXT_RANGE_STAFFEL}</td>

      <td class="right">{txt key=TEXT_TOTAL_PRICE}  {if $shipping_values.shipping_type eq 'item'}{txt key=TEXT_TYPE_PER_ITEM}{/if}</td>

</tr>

{foreach name=shipping item=costs from=$shipping_values.costs}

    <tr class="{cycle values="contentrow1,contentrow2"}">

    <td class="left">

    {if $costs.shipping_type_value_from neq '0'}

     {txt key=TEXT_RANGE_FROM}

     {$costs.shipping_type_value_from}

    {/if}

    {if $costs.shipping_type_value_from eq '0'}

     {txt key=TEXT_RANGE_TO}

     {$costs.shipping_type_value_to}

    {/if}

    {if $shipping_values.shipping_type eq 'weight'}

     KG

    {/if}

    {if $shipping_values.shipping_type eq 'item'}

     {txt key=TEXT_TYPE_ITEM}

    {/if}

    </td>

    <td class="right">

     {$costs.shipping_price}</td>

  </tr>

  {if $smarty.foreach.shipping.last eq true}

<!--  <tr class="contentrow1">

      <td class="left">

    {txt key=TEXT_RANGE_FROM}

    {$costs.shipping_type_value_to}

    {if $shipping_values.shipping_type eq 'weight'}

     KG

    {/if}

    {if $shipping_values.shipping_type eq 'item'}

     {txt key=TEXT_TYPE_ITEM}

    {/if}

    </td>

    <td class="right">{txt key=TEXT_INFO_NO_SHIPPING}</td>

  </tr>                                                        -->

  {/if}


{/foreach}

  </table>

 {/foreach}

{/if}

Das ist unsere Shipping.html

Ich habe absichtlich alles auskommentiert, nicht gelöscht, falls man es wieder umstellen möchte.

Dazu ist noch zu sagen, dass wir im Backend nur eine Angabe bezüglich Versandkosten haben (0 bis xy Euro).

Hier zu sehen.

Außerdem müssen dann, meine ich, noch die Sprachdatein umgeändert werden (TEXT_RANGE_TO und/oder TEXT_RANGE_FROM).

Der erste auskommentierte Teil ist übrigens die Länderauswahl. Sollte also auch außerhalb Deutschlands verschickt werde, muss die Kommentierung einfach raus genommen werden!

Wir haben auch länger dran gebastelt, da keiner wirklich hier Ahnung von Programmierung hat ;)

Link to comment
Share on other sites

  • 6 months later...

Archived

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

×
  • Create New...