|
|||
|
Hallo Leute,
nutze Veyton 4.0.14 CE Version und mein Problem ist, dass die Angebote (special products) nicht mittig in der Box erscheinen, nur der erste Eintrag ist mittig. Woran liegt das? Wie kann ich dies beheben? Die Texte (Artikelnamen, Preis und der aktuelle reduzierte Preis) sind mittig, nur die Bilder nicht... Der Preis wird über einen Prozentwert gesenkt. Bild:
|
|
|||
|
hatte auch das Problem und habe die Datei so abgeändert:
------------------------------- {if $_show_more_link == true} <h2 class="boxheader"><a href="{link page='xt_special_products' conn=SSL}">{txt key=TEXT_HEADING_SPECIAL_PRODUCTS}</a></h2> {else} <h2 class="boxheader">{txt key=TEXT_HEADING_SPECIAL_PRODUCTS}</h2> {/if} <div class="boxbody"> {php}$count=0;{/php} {foreach name=aussen item=special_products_data from=$_special_products} {php} if ($count==0) { {/php} {if $special_products_data.products_image!=''}<p class="center"><a href="{$special_products_data.products_link}">{img img=$special_products_data.products_image type=m_thumb class=productImageBorder alt=$special_products_data.products_name}</a></p>{/if} <p class="center"><a href="{$special_products_data.products_link}"><str ong>{$special_products_data.products_name}</strong></a><br />{$special_products_data.products_price.formated }</p> {php} $count++; } else { {/php} <div class="hr"></div> <div> <div > {if $special_products_data.products_image!=''}<p class="center"><a href="{$special_products_data.products_link}">{img img=$special_products_data.products_image type=m_thumb class=productImageBorder alt=$special_products_data.products_name}</a></p>{/if} </div> <div > <p class="center"><a href="{$special_products_data.products_link}"><str ong>{$special_products_data.products_name}</strong></a><br />{$special_products_data.products_price.formated }</p> </div> </div> <div style="clear:both"></div> {php}}{/php} {/foreach} </div> ------------------------------- |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Tutorial: Erstellung Box - funktioniert nicht! | xtc! | Fragen zur Software | 2 | 07.06.2011 16:44 |
| Artikel tauchen nicht in der übergeordneten Kategorie auf | t10frei | xt:Commerce 4.0 - Adminbereich | 7 | 24.05.2011 08:56 |
| [NEWS - Shopbetreiber] BGH: Angabe der Garantiebedingungen in der Werbung ist nicht z | News | xt:Commerce Mitteilungen | 0 | 19.04.2011 10:10 |
| Übersetzung der Buttons klappt nicht | jpsaenz | Fragen zur Software | 6 | 21.02.2011 18:02 |
| Ist Das Absicht Oder Programmierfehler ? | smogware | Allgemeine Diskussionen | 12 | 18.12.2004 10:21 |