rakeem Posted April 12, 2012 Share Posted April 12, 2012 Hallo, weiss jemand wie man den Warenkorb verschönern kann? Das sieht so zusammengequetscht aus, Link to comment Share on other sites More sharing options...
gfkk Posted April 12, 2012 Share Posted April 12, 2012 mach die "Warenkorb" weg und zentriere die "Bestellen" Link to comment Share on other sites More sharing options...
rakeem Posted April 12, 2012 Author Share Posted April 12, 2012 mach die "Warenkorb" weg und zentriere die "Bestellen" Jetzt müsste ich nur noch wissen wie Link to comment Share on other sites More sharing options...
rakeem Posted April 13, 2012 Author Share Posted April 13, 2012 Habs irgendwie hinbekommen. Danke Link to comment Share on other sites More sharing options...
Hakan58 Posted April 14, 2012 Share Posted April 14, 2012 hat das eigentlich jemand schon bei seinem Shop umgebaut das der Warenkorb Button größer wird und der Bestellen Button kleiner? Link to comment Share on other sites More sharing options...
guest* Posted April 15, 2012 Share Posted April 15, 2012 Ja. Die Suche hilft weiter. Diese Frage wurde schon sehr oft beantwortet... z.B. Hier Link to comment Share on other sites More sharing options...
Hakan58 Posted April 15, 2012 Share Posted April 15, 2012 (edited) Hallo, ich hab gerade versucht die Klassen Namen von meinen Warenkorb und bestellen Button umzubenennen jedoch bleiben die Klassen Namen nach der Änderung in der tpl Datei immer noch gleich. Weiß jemand woran das liegt? So sieht der Quellcode im Originalen aus: <p id="cart-buttons"> <a href="http://shop.smartphones-tablets.de/order.php" class="button_small" title="Warenkorb">Warenkorb</a> <a href="http://shop.smartphones-tablets.de/order.php?step=1" id="button_order_cart" class="exclusive" title="Bestellen">Bestellen</a> </p> Bearbeitete Datei modules/blockcart/blockcart.tpl: <p id="cart-buttons"> {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process.php", true)}" class="button_warenkorb" title="{l s='Cart' mod='blockcart'}">{l s='Cart' mod='blockcart'}</a>{/if} <a href="{$link->getPageLink("$order_process.php", true)}{if $order_process == 'order'}?step=1{/if}" id="button_order_cart" class="button_bestellen" title="{l s='Check out' mod='blockcart'}">{l s='Check out' mod='blockcart'}</a> </p> edit: hab es jetzt hinbekommen Edited April 15, 2012 by Hakan58 (see edit history) Link to comment Share on other sites More sharing options...
guest* Posted April 18, 2012 Share Posted April 18, 2012 Hier ein kleiner Tipp dazu: Wenn die one-page-checkout Option gewählt wird (1-Schritt oder Schnellbestellung), dann verschwindet der Button Warenkorb von selbst und der andere passt sin an die Größe an. Zumindest ist das für das Theme Prestshop 1.4.5.1 (Prestashop_new) und Prestashop 1.4 (Prestashop_alternativ). So Das Theme Default habe ich nicht getestet. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now