Jump to content
xt:Commerce Community Forum

Boxen links neu sortieren


SonjaW

Recommended Posts

moin, boxen neu anlegen und co sind kein problem für mich ;)

Aber auf der linken seite würde ich gern die Boxen für neue Artikel, special produkt etc. gern über die Box mit den Informationen (Impressum etc. ) setzten..

hat da einer nen kleinen Tipp ?

beste grüße and a happy weekend :D

Sonja

Link to comment
Share on other sites

moin, boxen neu anlegen und co sind kein problem für mich ;)

Aber auf der linken seite würde ich gern die Boxen für neue Artikel, special produkt etc. gern über die Box mit den Informationen (Impressum etc. ) setzten..

hat da einer nen kleinen Tipp ?

beste grüße and a happy weekend :D

Sonja

hi,

-index.html des Templates in einem HTML-Editor (z.B.Dreamweaver) öffnen

-{box name=xt_special_products type=user order_by='rand()'}

und

{box name=xt_new_products type=user order_by='rand()'}

- nehmen und über

{content block_id=7 levels=true}

{if $_content_7|count > 0}

<h2 class="boxheader">{txt key=TEXT_INFO}</h2>

<div class="infoboxbody">

<ul class="contentlist">

{foreach name=aussen item=box_data from=$_content_7}

<li class="level{$box_data.level}{if $box_data.active} active{/if}"><a href="{$box_data.link}">{$box_data.title}</a></li>

{/foreach}

</ul>

</div>

{/if}

einfügen/verschieben

.

Link to comment
Share on other sites

  • 2 years later...

guten abend...@ all

ich hätte auch gerne eine frage zum thema boxen linke und rechte steite des shops.

1. wie bekomme ich die neue artikel box auf die rechte seite

2. wie kann ich eine zweite kategorien box anlegen

3. wie kann ich die informationen box so bearbeiten, das ich da z.b. forum, service, gästebuch, usw.. anlegen kann.

schon einmal danke im vorfeld.

ihr müsst mir das erklären als wäre ich erst 6 jahre

mfg

Link to comment
Share on other sites

Archived

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

×
  • Create New...