Jump to content
xt:Commerce Community Forum

Tutorial: Erstellung Box - funktioniert nicht!


xtc!

Recommended Posts

Hallo,

ich habe das Gambio GX 1.014 und wollte nach der Beschreibung im Tutorial

( Tutorial: Erstellung Box - xtc-wiki ) eine Box erstellen. Ich habe alle Schritte befolgt, aber leider sieht meine Datei ( templates/xtc4/index.html ) ganz anders aus als wie im Tutorial beschrieben. Was muss ich in meinem System ändern, damit man die Box auf der Seite sehen kann?

Gruß,

xtc!

Link to comment
Share on other sites

So sieht meine index.html aus:

{config_load file="$language/lang_$language.conf" section="index"}

{php}
if((substr_count($_SERVER["SCRIPT_NAME"], 'checkout_') > 0 || substr_count($_SERVER["SCRIPT_NAME"], 'paypal_checkout') > 0) && gm_get_conf('GM_LIGHTBOX_CART') == 'true' && gm_get_conf('GM_LIGHTBOX_CHECKOUT') == 'true') echo '<div id="pre_black_container"><div id="pre_black"> </div></div>';

if(gm_get_conf('GM_SHOP_OFFLINE') != 'checked' || $_SESSION['customers_status']['customers_status_id'] == 0) {
$show_page = true;
} else {
$show_page = false;
}

if($show_page == false) {
echo '<br/><br/><br/>'. gm_get_conf('GM_SHOP_OFFLINE_MSG') .'<br/><br/><br/>';
} else {
{/php}
{*############### OFFLINE BOF ###############*}

<div class="wrap_site" align="center">
<div class="wrap_shop">
{if $GM_CART_ON_TOP == 'true'}{$gm_box_cart}{/if}
{if $gm_logo}
<div id="shop_logo">{$gm_logo}</div>
{/if}
<div id="shop_top_banner">{$BANNER}</div>
{$gm_topmenu}
<div id="column_left">
{gm_menuboxes first=1 last=100 html='<div id="gm_box_pos_[COUNTER]" class="gm_box_container">[CONTENT]</div>'}
</div>
<div id="column_right">
{gm_menuboxes first=101 last=200 html='<div id="gm_box_pos_[COUNTER]" class="gm_box_container">[CONTENT]</div>'}
</div>
<div id="column_content">
{if $gm_topmenu_mode eq 'mode2'}
<div id="mode2_pathrow">{$navtrail}</div>
{/if}
<div id="main_content_container">
{$main_content}
</div>
</div>
</div>
</div>
<div class="copyright">
<span class="strong"><a target="_blank" href="http://www.gambio.de">Webshop</a> by Gambio © 2011</span><br />
<span class="copyright" style="font-size:7pt;">Shopdesign, Shoperstellung, Shophosting und Shopbetreuung - <a class="copyright" target="_blank" href="http://www.siteranger.de" style="font-size:7pt;">Siteranger © 2011</a></span>
</div>

{*############### OFFLINE EOF ###############*}
{php}
}
{/php}[/HTML]

Ich nehme an, dass der Code in der Mitte für die Boxen rechts und links ist:

[HTML] <div id="column_left">
{gm_menuboxes first=1 last=100 html='<div id="gm_box_pos_[COUNTER]" class="gm_box_container">[CONTENT]</div>'}
</div>
<div id="column_right">
{gm_menuboxes first=101 last=200 html='<div id="gm_box_pos_[COUNTER]" class="gm_box_container">[CONTENT]</div>'}
</div>[/HTML]

Aber wo kann ich den [CONTENT] verändern?

Link to comment
Share on other sites

Archived

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

×
  • Create New...