Jump to content
xt:Commerce Community Forum

Index anpassen, großes Problem


Recommended Posts

Hallo,

ich habe mir bei eBay ein XTcommerce Template gekauft ( eigentlich Kostenlos ).

Nun möchte ich gerne auf der Startseite die Box Aktion bearbeiten.

Ich habe bisher nur etwas von dieser Box in der Index.html gefunden.

Dort ist das Bild mit einem falschen Link hinterlegt.

Sobald ich den Link für das Bild ändere geht der ganze Shop nicht mehr.

Sobald ich auch nur das kleinste an der Index datei ändere geht der ganze shop nicht mehr.

Ich kann nichtmal den alternativen Text zu dem Bild ändern.

Hier mal meine Index.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

</head>

<body>

{if $page == 'customer' && $smarty.get.page_action ==

'login'}{assign var="show_index_boxes" value="false"}{/if}

<div id="page">

<div id="header" class="row">

<div class="logosearch column mb-grid-16">

<div id="branding">

<p id="logo"><a href="%7Blink%20page=%27index%27%7D"><img

src="%7B$tpl_url_path%7Dimg/logo-mysat.png"

alt="{$smarty.const._STORE_NAME}"></a></p>

<!-- #logo -->

<p id="payment"></p>

<!-- #payment --> </div>

<!-- #branding --> </div>

<div class="column mb-grid-16">

<div id="topmenu">

<ul>

{if $account == true} {if $registered_customer} <li><a

href="%7Blink%20page=%27customer%27%20conn=SSL%7D">{txt

key=TEXT_ACCOUNT_TITLE_WELCOME} <span class="highlight bold">{$smarty.session.customer->customer_default_address.customers_firstname}

{$smarty.session.customer->customer_default_address.customers_lastname}</span></a></li>

{/if} {/if} {if $account == true} <li><a

href="%7Blink%20page=%27customer%27%20conn=SSL%7D">{txt

key=TEXT_ACCOUNT}</a></li>

{/if} <li><a

href="%7Blink%20page=%27checkout%27%20paction=%27shipping%27%20conn=SSL%7D">{txt

key=TEXT_CHECKOUT}</a></li>

{if $account == true} {if $registered_customer} <li><a

href="%7Blink%20page=%27customer%27%20paction=%27logoff%27%20conn=SSL%7D">{txt

key=TEXT_LOGOFF}</a></li>

{else} <li><a

href="%7Blink%20page=%27customer%27%20paction=%27login%27%20conn=SSL%7D">{txt

key=TEXT_LOGIN}</a></li>

{/if} {/if}

</ul>

{box name=search htmlonly=1} </div>

<!-- #topmenu --> </div>

<!-- .column .mb-grid-16 --> </div>

<div id="content-wrap" class="row"> {if

$show_index_boxes == 'true'}

<div id="sidebar" class="sidebar column mb-grid-3">

{box name=categories} {box name=mybox} {box name=loginbox} {*box

name=xt_special_products type=user order_by='p.products_id'*} {box

name=xt_new_products type=user order_by='p.products_id'} {box

name=xt_trusted_shops type=user} {box name=xt_trusted_shops_schutz

type=user}<!--box name=xt_bestseller_products type=user--> </div>

<!-- #sidebar .column .mb-grid-3 --> {/if} {if

$show_index_boxes == 'true'}

<div class="column mb-grid-10"> {else}

<div class="column mb-grid-16"> {/if} {if $page !=

'index'}

<div id="breadcrumb"> {include

file="/core/pages/navigation/breadcrumb.html" type="tpl_include"} </div>

<!-- #breadcrumb --> {/if}

<div id="content"> {$content} </div>

<!-- #content --> </div>

{if $show_index_boxes == 'true'}

<div class="sidebar column mb-grid-3">

<div id="versand" class="sidebar-box">

<center>

<p class="headline">Aktion</p>

<!-- center--> <img

src="templates/xt_grid/img/versand.png"

alt="Gratis Versand - innerhalb von Deutschland" height="130"

width="160"> <br>

</center>

</div>

{box name=cart} {box name=mybox} {box name=payment} {box

name=information htmlonly=1} </div>

<!-- #sidebar .column .mb-grid-3 --> {/if} </div>

<!-- #content-wrap .row -->

<div id="footer" class="row">

<div class="column mb-grid-3"> {box name=footer_left

htmlonly=1} </div>

<!-- .column .mb-grid-3 -->

<div class="column mb-grid-3"> {box name=footer_right

htmlonly=1} </div>

<!-- .column .mb-grid-3 -->

<div class="column mb-grid-3"> {box name=manufacturers

order_by='m.manufacturers_name'} </div>

<!-- .column .mb-grid-3 -->

<div class="column mb-grid-2"> {box name=language} {box

name=currency} </div>

<!-- .column .mb-grid-2 -->

<div class="column mb-grid-5"> {box name=payment_logos} </div>

<!-- .column .mb-grid-5 --> </div>

<!-- #footer .row -->

<div id="mobile_link" class="row">

<div class="column mb-grid-16"> {box name=mobile} </div>

</div>

<div id="copyright" class="row">

<div class="column mb-grid-16"> [<copyright>]<!-- #copyright -->

<br>

Template powered by <a href="http://www.mysat-tv.de">MySat-TV.de</a>

</copyright></div>

<!-- .column .mb-grid-16 --> </div>

<!-- #copyright .row --></div>

<!-- #page -->

<div id="background-bottom"></div>

<!-- #background-bottom -->{hook key=index_footer_tpl}</div>

</body>

</html>

Meinen Shop findet ihr unter

www.smallframe-motor-tec.de

Vielen Dank schonmal

Link to comment
Share on other sites

Archived

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

×
  • Create New...