Webmann Posted March 19, 2010 Report Share Posted March 19, 2010 Hallo, brauche mal bitte eure Hilfe ich finde es nicht habe schon alles probiert von position top bis absolute top es geht nicht ... wenn ich eine Kurzbeschreibung habe steht der Preis immer unten und ich möchte ihn gerne oben rechts haben und die Versandkosten auch ... Danke für Eure Hilfe ... Link to comment Share on other sites More sharing options...
Smokeler Posted March 19, 2010 Report Share Posted March 19, 2010 die entsprechende Variable einfach in die entsprechende Tabelle legen <table><tr><td>"Variable"</td></tr></table>[/PHP] Link to comment Share on other sites More sharing options...
Webmann Posted March 19, 2010 Author Report Share Posted March 19, 2010 geht nicht Link to comment Share on other sites More sharing options...
Smokeler Posted March 19, 2010 Report Share Posted March 19, 2010 dann machst du was falsch, zeig mal dein code... und bitte nutz dafür auch den php-button im editor, nicht wie letzte mal, danke. Link to comment Share on other sites More sharing options...
Webmann Posted March 19, 2010 Author Report Share Posted March 19, 2010 {config_load file="$language/lang_$language.conf" section="index"} {if $CATEGORIES_NAME}<h2>{$CATEGORIES_NAME}</h2>{/if} {if $CATEGORIES_HEADING_TITLE || $CATEGORIES_DESCRIPTION || $CATEGORIES_IMAGE || $MANUFACTURER_DROPDOWN} <div id="frameListHead" class="floatbox" > {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" class="imgLeft" />{/if} {$CATEGORIES_HEADING_TITLE}<br /> {if $CATEGORIES_DESCRIPTION}{$CATEGORIES_DESCRIPTION}{/if}<br /> {if $MANUFACTURER_DROPDOWN}{$MANUFACTURER_DROPDOWN}{/if}<br /> </div> {/if} <br /> {foreach name=aussen item=module_data from=$module_content} <h1 class="productListing1ColHead"><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></h1> <div class="productListing1ColBody"> <div class="floatbox"> <div class="productListing1ColBodyImg"> {if $module_data.PRODUCTS_IMAGE} <a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" class="thumb_img" /></a> {else}{* if no picture available *} {/if} </div> <div class="productListing1ColBodyTxt"> {if $module_data.PRODUCTS_SHORT_DESCRIPTION!=''}<div class="productListing1ColDesc">{$module_data.PRODUCTS_SHORT_DESCRIPTION}</div>{/if} <div class="productListing1ColPriceInfo"> {$module_data.PRODUCTS_PRICE}{if $module_data.PRODUCTS_VPE}<br /> {$module_data.PRODUCTS_VPE}{/if}<br /> <span class="productListing1ColTaxInfo"> {$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK}</span></div> {if $module_data.PRODUCTS_SHIPPING_NAME} <div class="productListing1ColShiptime"> {#text_shippingtime#} {if $module_data.PRODUCTS_SHIPPING_IMAGE}<img src="{$module_data.PRODUCTS_SHIPPING_IMAGE}" alt="{$module_data.PRODUCTS_SHIPPING_NAME}" />{/if} {$module_data.PRODUCTS_SHIPPING_NAME} </div> {/if} <div class="productListing1ColButtons"> <span class="productListing1ColViewButton"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}buttons/{$language}/small_view.gif" alt="{$module_data.PRODUCTS_NAME}" /></a></span> <span class="productListing1ColBuyButton">{$module_data.PRODUCTS_BUTTON_BUY_NOW}</span> </div> </div></div> </div> {/foreach} {$NAVIGATION} [/PHP] Link to comment Share on other sites More sharing options...
Smokeler Posted March 19, 2010 Report Share Posted March 19, 2010 {$module_data.PRODUCTS_PRICE}[/PHP] Das ist Dein Preis, diesen kannst du an eine andere Stelle packen. Da du DIV-Tags hast, musst du schauen, wo du es am Besten hinsetzt, in der CSS sind die weiteren Positionierungen und Eigenschaften deines DIV Containers definiert. Smokeler Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.