Service Box bearbieten


Würde gerne die Servicebox bearbeitem
1., Hilfe (das Wort) ändern
2., Wunschzetteln löschen
3., andere Links hinzufügen
danke

Hallo PeterM

schau mal [B]hier [/B]nach. Somit weist Du wo die Box liegt und kannst Punkt 2+ 3 ab arbeiten :slight_smile:

dort war ich auch, aber wo kann ich das Wort HILFE ändern :slight_smile:

[{block name=“footer_services”}]
<dl class=“services” id=“footerServices”>
<dt>[{oxmultilang ident=“FOOTER_SERVICES” }]</dt>
<dd>
<ul class=“list services”>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=contact” }]">[{ oxmultilang ident=“CONTACT” }]</a></li>
<li><a href="[{ $oViewConf->getHelpPageLink() }]">[{ oxmultilang ident=“WIDGET_SERVICES_HELP” }]</a></li>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=links” }]">[{ oxmultilang ident=“WIDGET_SERVICES_LINKS” }]</a></li>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=guestbook” }]">[{ oxmultilang ident=“WIDGET_SERVICES_GUESTBOOK” }]</a></li>
[{if $oView->isActive(‘Invitations’) }]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=invite” }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_INVITEFRIENDS” }]</a></li>
[{/if}]
[{oxhasrights ident=“TOBASKET”}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getBasketLink() }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_BASKET” }]</a></li>
[{/oxhasrights}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=account” }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_ACCOUNT” }]</a></li>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=account_noticelist” }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_NOTICELIST” }]</a></li>
[{if $oViewConf->getShowWishlist()}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=account_wishlist” }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_MYWISHLIST” }]</a></li>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=wishlist” params=“wishid=”|cat:$oView->getWishlistUserId() }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_PUBLICWISHLIST” }]</a></li>
[{/if}]
[{if $oView->isEnabledDownloadableFiles()}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=account_downloads” }]" rel=“nofollow”>[{ oxmultilang ident=“MY_DOWNLOADS” }]</a></li>
[{/if}]
</ul>
</dd>
</dl>
[{/block}]

willst nur das “WORT” ändern? dann bist in den lang.php richtig. und anschließend => cust_lang…
aber wie eine datei aussieht weiß hier - fast - jeder, das brauchst net in voller länge zu präsentieren.

sorry vergessen 2.:

bei den themes>funktionen…

benutzt du eigentlich die suche oder sofort posten?

Anhand dieser Info findetst Du vieles in der lang.php:
oxmultilang ident="…"

Manchmal sind die Platzhalter aber auch schon sehr aussagekräftig z. B. “WIDGET_SERVICES_MYWISHLIST”

Hilft oft wenn man eine bestimmte Stelle im Template sucht.

Hier findest Du Infos zu den Templates:
http://tarkka.ch/oxid_tpl_debug/

@Domino, ich poste nicht ohne zu suchen, JA ich möchte nur das Wort ändern , aber auch unter lang.php habe ich nichts gefunden.

my, oh my… welche shop-vers. haste denn?

ab 4.7.x sollte es hier sein: /out/azure/src/css

kommando zurück: war grad bei was annerm…/application/translations/de.
da sollte das zu finden sein.

ps> gibt mehrere lang’s

In die INFO Box möchte ich einige Links einbauen.

Dazu habe ich geöffnet:
widget - footer- info.tpl

dort diesen Code kopiert und nochmals eingefügt:

[{oxifcontent ident=“oximpressum” object="_cont"}]
<li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>

dann Adminbereich - CSM Seite und den ident gewechselt, wenn ich das ganze aber dann hochlade, fun ktioniert es nicht, wo liegt bitte mein Fehler

Zeig doch mal den gesamten Code. In meiner Glaskugel sehe ich momentan nichts :rolleyes:

[{block name=“footer_information”}]
<dl id=“footerInformation”>
<dt>[{oxmultilang ident=“FOOTER_INFORMATION” }]</dt>
<dd>
<ul class=“list services”>
[{oxifcontent ident=“oximpressum” object="_cont"}]
<li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxagb” object="_cont"}]
<li><a href="[{ $_cont->getLink() }]" rel=“nofollow”>[{ $_cont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxsecurityinfo” object=“oCont”}]
<li><a href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxdeliveryinfo” object=“oCont”}]
<li><a href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxrightofwithdrawal” object=“oCont”}]
<li><a href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxorderinfo” object=“oCont”}]
<li><a href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
[{oxifcontent ident=“oxcredits” object=“oCont”}]
<li><a href="[{ $oCont->getLink() }]" rel=“nofollow”>[{ $oCont->oxcontents__oxtitle->value }]</a></li>
[{oxifcontent ident=“oxhelpalist” object="_cont"}]
<li><a href="[{ $_cont->getLink() }]">[{ $_cont->oxcontents__oxtitle->value }]</a></li>
[{/oxifcontent}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:“cl=newsletter” }]" rel=“nofollow”>[{ oxmultilang ident=“WIDGET_SERVICES_NEWSLETTER” }]</a></li>
</ul>
</dd>
</dl>
[{/block}]

oxhelpalist sollte so gehen, sofern aktiv. TMP geleert? Diese Änderung könnte aber auch wieder im genannten Modul erfolgen, indem einfach ein Block hinzugefügt wird. Beim Update auf 4.8x wird es sonst sehr viel Arbeit.

Danke, passt jetzt