|
|||
|
Hallo an alle,
wer kann mir sagen, was ich ändern muss, damit die Angabe Preis pro PVE z.B. kg bei den Attributen angezeigt wird. Es sollte so aussehen: Verpackungseinheit: 5 kg 18,80 EUR 15 kg 48,25 EUR Hinter dem Preis sollte der Preis pro KG angezeigt werden. Die Verpackungseinheit kann angeclickt werden. Ich kann es hier leider schlecht anzeigen. Die Datei sieht wie folgt aus: {config_load file="$language/lang_$language.conf" section="index"} {if $options!=''} <table width="100%" border="0" cellpadding="0" cellspacing="0" class="border"> {foreach name=outer item=options_data from=$options} <tr> <td class="tableListingIII" colspan="4"><strong>{$options_data.NAME}</strong></td> </tr> {php} $count=0; {/php} {foreach key=key_data item=item_data from=$options_data.DATA} <tr class="{cycle values="tableListingI,tableListingII"}"> <td style="padding: 3px;"> {php} $count++; if ($count==1) { {/php} <input type="radio" name="id[{$options_data.ID}]" value="{$item_data.ID}" checked="checked" /> {php} } else { {/php} <input type="radio" name="id[{$options_data.ID}]" value="{$item_data.ID}" /> {php} } {/php} </td> <td style="padding: 3px; text-align: left;">{$item_data.TEXT}</td> <td align="right" style="padding: 3px; text-align: right;"><strong>{$item_data.FULL_PRICE}</strong> </td> <br> <td align="right" style="padding: 3px; text-align: right;"> <strong>{if $item_data.PRICE}</strong>{/if}</td> </tr> {/foreach} {/foreach} </table> {/if} Für Eure Bemühungen schon mal vielen Dank. LG Edith |
![]() |
| Lesezeichen |
| Stichworte |
| angabe, preis, pro, vpe |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Preis für EU-Ausland wird brutto angezeigt + Angabe 0 % Mwst. | error_in_line | Shopbereich | 2 | 03.01.2007 20:30 |