Jump to content
xt:Commerce Community Forum

Linke Boxen in 4.1 ausgeblendet, rechte nicht.


flavor

Recommended Posts

Hallo Leute,

warum werden die Boxen, wie z.B. die

{box name=xt_new_products type=user order_by='rand()'}[/PHP]

die sich in der linken sidebar befinden im Warenkorb und dem Kassenabschluss html's nicht angezeigt, aber in der rechten sidebar schon?

Nun ich könnte diese zwar mit

[PHP]{if $page == '' or $page != 'da möchte ich sie nicht haben'}{box name=meine-liebe-box htmlonly=1}{/if}[/PHP]

selber ausblenden, aber vielleicht übersehe ich ja etwas womit es einfacher zu programieren ist.

In der Index.html finde ich zumindestens keinen Hinweis darauf.

[PHP]
<div id="content-wrap" class="row">
{if $show_index_boxes == 'true'}
<div id="sidebar" class="column-links xt-grid-3.1">
<p class="headline">{txt key=TEXT_BOX_TITLE_CATEGORIES}</p>
{box name=categories_title}
{box name=categories_tree}
{box name=loginbox}
{box name=information htmlonly=1}
{box name=xt_new_products type=user order_by='rand()'}
{box name=xt_trusted_shops type=user}
{box name=xt_trusted_shops_schutz type=user}
</div><!-- #sidebar .column .xt-grid-3 -->
{/if}
{if $show_index_boxes == 'true'}
<div class="column xt-grid-13">
{else}
<div class="column xt-grid-16">
{/if}
{if $page != 'index'}
<div id="breadcrumb">
{include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"}
</div><!-- #breadcrumb -->
{/if}
<div id="content">
{$content}
</div><!-- #content -->
</div><!-- .column .xt-grid-13 or xt-grid-16 -->
<div id="sidebar" class="column-rechts xt-grid-3.1">
{box name=xt_trusted_shops_schutz type=user}
{box name=xt_special_products type=user order_by='p.products_id'}
{box name=xt_bestseller_products type=user}
{if $page == '' or $page == 'index'}{box name=weinversand htmlonly=1}{/if}
{box name=lieferkonditionen htmlonly=1}
</div><!-- #sidebar .column .xt-grid-3 -->[/PHP]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...