
-PiSA!-
Members-
Posts
17 -
Joined
-
Last visited
Everything posted by -PiSA!-
-
Diskussion FIX 1-Button-Lösung PS 1.5.X
-PiSA!- replied to guest*'s topic in Anpassung an deutsches Recht
Du musst mit filezilla nur die genannten Ordner öffen und die Dateien reinziehen(ggf. austauschen). Das top horizontale menu kannst in themes/deintheme/css/modules/blocktopmenu/css ändern, heisst bei mir superfish.modified.css musst mal schauen wo da genau, weiss es auch nich mehr so richtig aber da konnte ich alles am menu ändern Übrigens biste genial! Das hat alles funktioniert, musste dann nur noch meine anpassungen machen! Danke -
Diskussion FIX 1-Button-Lösung PS 1.5.X
-PiSA!- replied to guest*'s topic in Anpassung an deutsches Recht
cool danke, werde das schon irgendwie hinbekommen, ich melde mich später mal ob und wie ich es geschafft habe -
Diskussion FIX 1-Button-Lösung PS 1.5.X
-PiSA!- replied to guest*'s topic in Anpassung an deutsches Recht
Boah "einfach" ^^ da muss ich mich noch reinfinden. also in der global.css unter /*buttons: da einfach eine neue klasse einfügen? z.B. "span.exclusive_buy" oder wie macht man sowas? Vielleicht hast du nen Link wo sowas für noobs erklärt wird schritt für schritt. kann auch in englisch sein. Thx -
Diskussion FIX 1-Button-Lösung PS 1.5.X
-PiSA!- replied to guest*'s topic in Anpassung an deutsches Recht
Thx Cd! Das mit den Adressen konnte ich gestern lösen indem ich float:left und margin-left eingefügt habe. Die Stelle in der global.css habe ich auch gefunden, und es ist der button exclusive_large - genau Möchte aber nur diesen einen Button auf der Bestellübersicht ändern. kann man irgendwie eine neue klasse anlegen? extra für diesen einen neuen Button? -
Hi All, I'd like to change my "Place my Order" Button in Payment_Execution.tpl and validation.tpl (from cashondelivery) I wanna change color, size, fontsize and position. How do I get this to work? Thanks alot Rob
-
Diskussion FIX 1-Button-Lösung PS 1.5.X
-PiSA!- replied to guest*'s topic in Anpassung an deutsches Recht
Hi! Damit ich kein neues Thema aufmache frage ich mal hier: Wie kann ich die Farbe, Größe und Position des "KAUFEN" Buttons in der Payment_Excecution oder Validation.tpl ändern? Wie ich den geschriebenen Inhalt ändere weiss ich, also in Translations. Danke -
Da mir hier so super geholfen wurde.... Habe mal noch eine andere Frage: Kann ich die Zeilen Lieferaddresse, Rechnungsaddresse und Versand auf eine Höhe setzen, also nebeneinander: Lieferaddresse-------Rechnungsaddresse---------Versand Das ist der Code aus Shopping-Cart_own.tpl Habe auch 2 Bilder hochgeladen, 1x wie es jetzt ist, und wie es werden soll. Danke für die tolle Unterstützung, eine gute Community!
-
Komisch, das Theme ist hier von der Prestashop Original seite aus dem Addons Shop. Gibt es eine andere Möglichkeit das ganze zu umgehen? Immerhin habe ich es ja schon fast geschafft nur leider ohne Inhalt Danke für deine schnelle Hilfe Edit: Würde auch ein paar € dafür bezahlen wenn mir das jemand machen könnte. Sitze da jetz schon fast 2 wochen an dem Problem
-
Hallo Community Ich verzweifle grad Ich benutze ein Fremdtheme von addons.prestashop Wenn ich die 1-Button Lösung anwende dann ändert sich der Style der Übersicht. Also alles ist dann nur schwarzweiss und mit Standard font. Wenn ich ein wenig an den Templates rumspiele und den Code aus meiner Shopping_Cart.tpl nehme und in Shopping_Cart_own_cart einfüge dann sieht alles so aus wie ich möchte aber ohne Inhalt, Habe zwei Bilder angehangen, Wie kann ich das lösen? Vielen Dank schon mal
-
Show cart summary in payment execution
-PiSA!- replied to -PiSA!-'s topic in Configuring and using PrestaShop
Hi All, this problem isnt solved yet. Anyone have an idea? Just need to show a Cart Summary and Delivery/Invoice Adress. Thank you -
Hi Prestafriends! I just want to show a simple Shopping Cart Summary at the last Step (for Bankwire ex.: payment_execution.tpl) I dont use Standard theme, i use the theme new_parure from addons.prestashop when i add the code from shopping_cart.tpl or from blockcart.tpl it shows empty cart. but the window is there. I just simply want a summary with the product picture, product number, product quantity, the price and total price also Delivery address and invoice address should be shown just like in my order-opc but i dont get it. I just need a simple code to show the shopping cart (not empty ) would be nice if someone could help me with this problem. Robert
-
[SOLVED] different margin top breadcrumb
-PiSA!- replied to -PiSA!-'s topic in Configuring and using PrestaShop
Hey tdr170 thanks for your reply. I just solved the problem this morning after a good sleep. in global.css : I added "margin-top: -15px" to the code, so it looks now: And Voilà I can move up and down the whole Product Page Problem Solved -
Hi All. on my theme after positioning some modules and customising the header i have a problem. Only on my Product Page the space between breadcrumbs and top horizontal menu is larger. So I need to put the whole product page with breadcrumbs closer to top horizontal menu Is it possible to set the margin top of breadcrumbs just for my product page? ( I found in product css the line, but I cant change the breadcrumbs position there) Or can I margin top the whole product page ? Thanks