Blame | Letzte Änderung | Log anzeigen | RSS feed
{section loop=$versandOptionen name=v_ind}<table style="width: 480px; border-bottom: none;"><tr><td width="31" valign="middle"><input type="radio" class="radio" id="v_{$versandOptionen[v_ind].ID}" name="Versand" value="{$versandOptionen[v_ind].ID}"{if $smarty.session.SHOP.buy.Versand_selected == $versandOptionen[v_ind].ID}checked="checked"{/if}></td><td width="80" valign="middle"><label for="v_{$versandOptionen[v_ind].ID}"><img onclick="if(this.parentNode.click)this.parentNode.click();" src="/images/webelemente/versand_{$versandOptionen[v_ind].rufname}.jpg" alt="{$versandOptionen[v_ind].kurz}" title="{$versandOptionen[v_ind].kurz}" style="cursor:pointer;"></label></td><td valign="middle" align="left"><span class="versandTitle"><label style="cursor:pointer;" for="v_{$versandOptionen[v_ind].ID}">{$versandOptionen[v_ind].kurz}<br>({if $versandOptionen[v_ind].preis > 0}zzgl. {$versandOptionen[v_ind].preis} EUR{elseif $versandOptionen[v_ind].preis == 0}ohne Zuschlag{elseif $versandOptionen[v_ind].preis < 0}{$versandOptionen[v_ind].preis|abs}% des Warenwertes{/if}{if $versandOptionen[v_ind].rufname=="nachnahme"}+ Nachnahmegebühr, welche vom Auslieferer erhoben wird.{/if}){if $ini.modules.versandkosten_beschreibung == "overlib"}<a style="cursor:pointer;" onmouseover="return overlib('{$versandOptionen[v_ind].beschr}',CAPTION,'{$versandOptionen[v_ind].kurz}', WIDTH, {$ini.modules.parse_desc_width});" onmouseout="nd();">[?]</a>{/if}</label></span>{if $ini.modules.versandkosten_beschreibung != "overlib"}<br>{$versandOptionen[v_ind].beschr}{/if}</td></tr></table>{/section}