[QUOTE=markus26;90688]Hallo Ray,
darf ich Templates nach fertigstellung in Showroom veröffentlichen? [/QUOTE]
warum nicht?
Ggf. wäre ja auch ein zusätzliches Anbieten im eXchange denkbar?
[QUOTE=markus26;90688]Hallo Ray,
darf ich Templates nach fertigstellung in Showroom veröffentlichen? [/QUOTE]
warum nicht?
Ggf. wäre ja auch ein zusätzliches Anbieten im eXchange denkbar?
ok. geht klar. Mit eXchange werde ich mich erst ab 5 Templates beschäftigen.
Wie sieht es mit Support Anfragen aus, wäre möglich hier auf der Seite ein Extra Thema für mein Templates zu eröffnen?
Markus
Einen eigenen Thread je Theme? Klar, jederzeit. Am besten auch hier in Templates und Design, denke ich.
Den verlinken wir dann aus dem Showroom-Post mit der Grundinfo zum Theme, so dass dann eventuelle Rückfragen hier auftauchen.
oh, Klasse. Vielen Dank, das freut mich sehr. Ich wollte nicht noch Forum bei mir auf der Seite Installieren und betreiben.
Markus
Hallo,
wegen upload bei eXchange. Hat jemand eine Provisionsliste für mich? Leider funktioniert Preislisten Link nicht mehr.
- Vergütung, Zahlung, Abrechnung
7.1. Für die Nutzung von OXID eXchange sind Sie verpflichtet, eine Vergütung (Provision auf erzielten Netto-Umsatz) entsprechend den jeweils geltenden Preislisten zu zahlen (http://www.oxid-esales.com/de/resources/produkt-informationen/oxid-exchange).
Vorab Vielen Dank.
Markus
geh mal da ganz nach unten - im Anschluss steht die Info
ok. Dankeschön hab`s gefunden.
Markus
Hallo,
da vermehrt Anfragen (täglich mehrere Emails) kommen bzgl. mein CSS3 Menü die ich bei Template Coraline umgesetzt habe und ein paar User Mein Template am Montag NUR wegen der CSS3 Menü kaufen möchten will ich hier das Menü für die Allgemeinheit veröffentlichen, ich bin ja nicht so. Man kann das Menü belibend erweitern und nach eigener Bedürfnisse anpassen. Bitte vorschläge einfach hier Posten.
Erstelle ein Datei [B]Css3Menu.tpl[/B]
[B]in out/azure/tpl/widget/header/Css3Menu.tpl [/B]
Code sieht so aus:
([B][U]Css3Menu.tpl ist auf 2 geteilt, restliche Code findest Du in nächster Post, einfach beide zusammenfügen[/U][/B])
[{assign var="homeSelected" value="false"}]
[{if $oView->getClassName() == 'start'}]
[{assign var="homeSelected" value="true"}]
[{/if}]
<ul id="Css3Menu">
<li[{if $homeSelected == 'true' }]class="current"[{/if}]>
<a style="text-transform:uppercase;" [{if $homeSelected == 'true'}]class="current" [{else}] class="drop"[{/if}] href="[{$oViewConf->getHomeLink()}]">[{oxmultilang ident="TOP_CATEGORIES_HOME"}]
</a>
[{assign var="iAllCatCount" value=$oxcmp_categories|count }]
[{if $iAllCatCount > $oView->getTopNavigationCatCnt() }]
[{assign var="bHasMore" value="true"}]
[{assign var="iCatCnt" value="1"}]
[{else}]
[{assign var="bHasMore" value="false"}]
[{assign var="iCatCnt" value="0"}]
[{/if}]
[{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
[{if $ocat->getIsVisible() }]
<div class="dropdown_3columns">
[{oxifcontent ident="oxstartwelcome" object="oCont"}]
[{$oCont->oxcontents__oxcontent->value}]
[{/oxifcontent}]
</div>
</li>
<li>
[{assign var="_catMoreUrl" value=$oView->getCatMoreUrl()}]
<a href="[{ oxgetseourl ident="`$_catMoreUrl`&cl=alist" }]" class="drop">[{oxmultilang ident="FOOTER_CATEGORIES" }]
</a>
<div class="dropdown_4columns">
<div class="col_1">
<h3><a href="[{$ocat->getLink()}]">All Categories</a></h3>
[{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
[{if $ocat->getIsVisible() }]
<a href="[{$ocat->getLink()}]">[{$ocat->oxcategories__oxtitle->value}]</a>
[{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
[{if $osubcat->getIsVisible()}]
[{/if}]
[{/foreach}]
[{/if}]
[{/foreach}]
</div>
[{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
[{if $ocat->getIsVisible() }]
<div class="col_1">
<h3><a href="[{$ocat->getLink()}]">[{$ocat->oxcategories__oxtitle->value}]</a></h3>
[{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
[{if $osubcat->getIsVisible()}]
<ul>
<li><a title="[{$osubcat->oxcategories__oxtitle->value}]" href="[{$osubcat->getLink()}]">[{$osubcat->oxcategories__oxtitle->value}]</a>
</li>
[{foreach from=$osubcat->getSubCats() item=osubcat2 key=subcatkey name=SubCat2}]
[{if $osubcat2->getIsVisible() }]
<li style="border:none;">
<a href="[{$osubcat2->getLink()}]">[{$osubcat2->oxcategories__oxtitle->value}]</a>
</li>
[{else}]
[{/if}]
[{/foreach}]
</ul>
[{/if}]
[{/foreach}]
</div>
[{/if}]
[{/foreach}]
</div>
</li>
[{assign var="_catMoreUrl" value=$oView->getCatMoreUrl()}]
<li><a href="[{ oxgetseourl ident="`$_catMoreUrl`&cl=alist" }]" class="drop">[{oxmultilang ident="FOOTER_CATEGORIES" }]</a>
<div class="dropdown_5columns">
<div class="col_1">
[{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
[{if $ocat->getIsVisible() }]
<a href="[{$ocat->getLink()}]">[{$ocat->oxcategories__oxtitle->value}]</a>
[{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
[{if $osubcat->getIsVisible()}]
[{/if}]
[{/foreach}]
[{/if}]
[{/foreach}]
</div>
</div>
</li>
<li><a href="#" class="drop">[{oxmultilang ident="FOOTER_MANUFACTURERS" }]</a>
<div class="dropdown_1column">
<div class="col_1">
<h3>[{oxmultilang ident="FOOTER_MANUFACTURERS" }]</h3>
[{include file="widget/footer/manufacturers.tpl" manufacturers=$oView->getManufacturerlist()}]
</div>
<div class="col_1">
<h3>[{oxmultilang ident="FOOTER_DISTRIBUTORS" }]</h3>
[{include file="widget/footer/vendors.tpl" vendors=$oView->getVendorlist()}]
</div>
</div>
</li>
([B][U]Css3Menu.tpl ist auf 2 geteilt, restliche Code findest Du in nächster Post, einfach beide zusammenfügen[/U][/B])
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=contact" }]" class="drop">[{oxmultilang ident="FOOTER_INFORMATION" }]</a>
<div class="dropdown_3columns align_right">
<div class="col_1">
<h3>[{oxmultilang ident="FOOTER_SERVICES" }]</h3>
<ul>
<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>
</div>
<div class="col_1">
<h3>[{oxmultilang ident="FOOTER_INFORMATION" }]</h3>
<ul>
[{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}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=newsletter" }]" rel="nofollow">[{ oxmultilang ident="WIDGET_SERVICES_NEWSLETTER" }]</a></li>
</ul>
</div>
</div>
</li>
<li><a href="[{ oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:"cl=account" }]" class="drop">[{oxmultilang ident="WIDGET_SERVICES_ACCOUNT"}]</a>
<div class="dropdown_2columns align_right">
<div class="col_1">
<h3>[{oxmultilang ident="WIDGET_SERVICES_ACCOUNT"}]</h3>
<ul>
[{block name="widget_header_servicebox_items"}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:"cl=account" }]" rel="nofollow"><span>[{oxmultilang ident="LAYOUT_HEADER_ACCOUNT_LINK"}]</span></a></li>
[{if $oViewConf->getShowCompareList() }]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=compare" }]" rel="nofollow"><span>[{oxmultilang ident="LAYOUT_HEADER_COMPARE_LINK"}]</span>[{ if $oView->getCompareItemsCnt() }]<span class="counter FXgradOrange">[{ $oView->getCompareItemsCnt() }]</span>[{/if}]</a></li>
[{/if}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_noticelist" }]" rel="nofollow"><span>[{oxmultilang ident="LAYOUT_HEADER_NOTICELIST_LINK"}]</span>[{ if $oxcmp_user && $oxcmp_user->getNoticeListArtCnt()}]<span class="counter FXgradOrange">[{ $oxcmp_user->getNoticeListArtCnt() }]</span>[{/if}]</a></li>
[{if $oViewConf->getShowWishlist()}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_wishlist" }]" rel="nofollow"><span>[{oxmultilang ident="LAYOUT_HEADER_WISHLIST_LINK"}]</span>[{ if $oxcmp_user && $oxcmp_user->getWishListArtCnt()}]<span class="counter FXgradOrange">[{ $oxcmp_user->getWishListArtCnt() }]</span>[{/if}]</a></li>
[{/if}]
[{if $oViewConf->getShowListmania()}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_recommlist" }]" rel="nofollow"><span>[{oxmultilang ident="LAYOUT_HEADER_LISTMANIA_LINK"}]</span>[{ if $oxcmp_user && $oxcmp_user->getRecommListsCount()}]<span class="counter FXgradOrange">[{ $oxcmp_user->getRecommListsCount() }]</span>[{/if}]</a></li>
[{/if}]
[{if $oView->isEnabledDownloadableFiles()}]
<li><a href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_downloads" }]" rel="nofollow"><span>[{oxmultilang ident="MY_DOWNLOADS"}]</span></a></li>
[{/if}]
[{/block}]
</ul>
</div>
</div>
[{/if}]
[{/foreach}]
</li>
</ul>
[B]und in nächster Post geht es weiter…[/B]
OXID eShop CSS3 Menu Multilevel, hier gehts zum Download:
Du bist einfach zu gut für diese Welt!
Sollen wir das ins Wiki stecken?
Hallo Ray,
Vielen Dank. gerne, natürlich.
Markus
Wow, und ich hab heute Vormittag noch das Superfish-Menü in mein Basic-Template eingebaut… Hätt ich mir sparen können, also nochmal von Vorne!
klar, natürlich.
noch das subnav.png. Mit rechtsklick speichern unter…
[B]out/azure/img/subnav.png[/B]
[QUOTE=markus26;90846]… Man kann das Menü belibend erweitern und nach eigener Bedürfnisse anpassen. Bitte vorschläge einfach hier Posten.[/QUOTE]
Ich habe es mal eingebaut (danke für den Code) und auch leicht angepasst.
Schön finde ich, dass man praktisch jedes beliebige Element des Shops mit einbauen kann, ich habe zB. einen Warenkorb mit integriert… aber seht es euch einfach mal selbst an
Hallo,
CSS Code habe ich Aktualisiert.
Markus
Hallo Markus!
Also echt … ein dickes Kompliment! Da hast Du ein wirklich sehr ansprechendes Template entworfen.
Kannst Du mir sagen, was Du im CSS-Code geändert hast bzw. wo ich Deine Änderung finden kann? Ich hatte mir nach Deiner Anleitung das Skript installiert und mir hat es in der lokalen Testumgebung das Template zerschossen. Ist das ggf. mit der Änderung behoben?
Würde mich über Deine Antwort freuen.
Viele Grüße!
Thorsten
Hallo Thorsten,
Dankeschön!
Dürfte eigentlich nicht passieren, anbindung ist wirklich recht simpel und sollte keine probleme bereiten. Zuletzt habe ich nur die Klickbare bereich erweitert, Konkret:
vorher: padding: 0 17px;
nachher: padding:8px 17px;
das ist alles. Versuche noch einmal, ansonsten helfe ich gerne.
Grüße Markus
Hallo Markus!
Ehre wem Ehre gebührt
Ich habe jetzt die ganze Zeit nach einem möglichen Fehler gesucht, aber nichts finden können. Das “zerschossene” Template sieht danach aus, als ob in der css ein Semikolon oder ein sonstiges falsches Zeichen fehlt oder gesetzt ist. Die Formatierung ist völlig durcheinander. Ich kann aber einfach nichts finden.
Allerdings habe ich aktuell noch die Version 4.5.9. Liegt ggf. darin die Fehlerquelle?
Ray hatte geschrieben, dass er die Anleitung ins Wiki stellen wollte, aber dort kann ich es auch nicht finden (oder ich sehe den Wald vor lauter Bäumen nicht). Weißt Du, ob das bereits ins Wiki eingetragen wurde und wenn ja, wo steht es.
Jetzt mache ich aber erstmal Feierabend. Und nochmals herzlichen Dank für Deine Antwort und Unterstützung!!
sorry - hab ich noch nicht…
Aber das wäre auch nix anderes als hier
http://forum.oxid-esales.com/showthread.php?t=14417&page=3#post90846
nur halt im Wiki, damit es im Forum nicht mit der Zeit untergeht.