Sunday, May 26th 2013, 4:41am UTC+2
You are not logged in.
This post has been edited 4 times, last edit by "Kirk" (Jan 12th 2009, 1:01pm)
Users that thanked:
denist (27.02.2009), fitservice (10.05.2009), HHGAG (11.01.2009), inter-medien (22.01.2009), nerkom (11.01.2009), terrenal (21.10.2009)
Anders als bei anderen Shopanbietern wird dort (HHG) Service „GROß“ geschrieben
Bei mir hat sich die Investition alle male gelohnt.

Shopsystem: Multishop SBE Änderung der Optionen: Optionen als Dropdown mit Preis als Pflichtfeld mit Fehlermeldung
Datei: slave_products_display.html (oder neue Datei erstellen)
Füge ein:
{config_load file="$language/lang_$language.conf" section="slave_products"}<br /><table border="0" width="100%"> {if $error} <tr> <td align="center" colspan="4" width="100%"> <table border="0" width="100%"> <tr> <td class="stdgreybold" align="center" bgcolor="#eeeeee" width="100%">{#text_no_matching_products#}</td> </tr> </table> </td> </tr> {else} {foreach key=k_id name=aussen item=module_data_aussen from=$module_content}
<tr>
<td>
<table> <tr> <td class="main">{$module_data_aussen.variants_name} <select name="optionCateg[{$k_id}]"> {foreach name=aussen item=module_data from=$module_data_aussen} {if $module_data->data.products_id !=''} <option value="{$module_data->data.products_id}" {if $module_data->data.selected == true}SELECTED{/if}>{$module_data->data.products_name} {if $module_data->data.products_price_plain.formated}(+ {$module_data->data.products_price_plain.formated}) {/if}</option> {/if} {/foreach} </select> </td> </tr> </table> </td> </tr> {/foreach} {/if}
</table>
Shopsystem: Multishop SBE Änderung der Optionen: Optionen als Dropdown mit Preis als Pflichtfeld mit Fehlermeldung
Datei: slave_products_display.html (oder neue Datei erstellen)
Füge ein:
{config_load file="$language/lang_$language.conf" section="slave_products"}<br /><table border="0" width="100%"> {if $error} <tr> <td align="center" colspan="4" width="100%"> <table border="0" width="100%"> <tr> <td class="stdgreybold" align="center" bgcolor="#eeeeee" width="100%">{#text_no_matching_products#}</td> </tr> </table> </td> </tr> {else} {foreach key=k_id name=aussen item=module_data_aussen from=$module_content}
<tr>
<td>
<table> <tr> <td class="main">{$module_data_aussen.variants_name} <select name="optionCateg[{$k_id}]"> {foreach name=aussen item=module_data from=$module_data_aussen} {if $module_data->data.products_id !=''} <option value="{$module_data->data.products_id}" {if $module_data->data.selected == true}SELECTED{/if}>{$module_data->data.products_name} {if $module_data->data.products_price_plain.formated}(+ {$module_data->data.products_price_plain.formated}) {/if}</option> {/if} {/foreach} </select> </td> </tr> </table> </td> </tr> {/foreach} {/if}
</table>
Wo muss man es anlegen? welches Verzeichnis?