boidilaq Posted August 30, 2013 Share Posted August 30, 2013 Bonjour, ich bin ganz frisch mit prestashop am start und habe eine Frage zum "In den Warenkorb Button" Gibt es die Möglichkeit - ohne externe Plugins - Buttons aus anderen Produkten des eigenen Kataloges in eine Produktseite einzubauen? Ich plane eine Musik-Downloadmöglichkeit und würde gerne als Hauptprodukt das Album präsentieren. Neben dem Produkt würde ich gerne "In den Warenkorb " Buttons für einzelne Tracks auftauchen lassen. Audiofiles zum anhören konnte ich schon einbinden, es fehlt mir lediglich der Link oder die Idee, wie ich auf die entsprechenden Warenkorb-Buttons der anderen Produkte zugriff nehmen kann. Vielen Dank im Voraus für die Hilfe Link to comment Share on other sites More sharing options...
boidilaq Posted September 11, 2013 Author Share Posted September 11, 2013 Würde mich nach wie vor sehr freuen, wenn mir jemand einen Tipp hierzu geben könnte. Vielen Dank Link to comment Share on other sites More sharing options...
sooroos Posted September 12, 2013 Share Posted September 12, 2013 (edited) Hi, i am sorry but my german is not so good at the moment, i am still studying i have just finished a shop for a german friend and that's why i am browsing german forum So, if i understood correctly, you would like to have a button on the product list, next to add to cart button in order to listen a track? Do you plan the customer to listen the track directly from your site or you want to have a link i.e. youtube? Creating the button is easy, here is an example: 1. at the end of global.css just add these lines: a.listen{ position:relative; display:inline-block; padding:5px 7px; border:1px solid #ccc; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; font-weight:bold; color:#999; background:url(../img/listenbutton.png) repeat-x 0 0 #F4CDCC; cursor:pointer; } a.listen:hover { text-decoration:none; background-position: left -50px } ul#product_list li a.listen { margin-top: 20px; } 2. in your product-list.tpl add this line, at about line 68 {if ($product.id_product == 55)} <a class="listen" href="www.linktoyourtrack.com" title="listen">Play</a> {/if} 3. you have to add a button (listenbutton.png) in themes/default/img this should be simple I hope this is what you are looking for. Regards Edited September 12, 2013 by sooroos (see edit history) Link to comment Share on other sites More sharing options...
guest* Posted September 12, 2013 Share Posted September 12, 2013 @ sooroos - please no answers in foreign languages than German @ boidilaq - 1 - Es gibt ein Modul, welches du sowohl auf der Produktseite, als auch im Warenkorb einhängen kannst. Es heisst "Produktkategorie". Hier werden im Produkt dann alle Produkte der Kategorie angezeigt. 2 - Du kannst aber auch im Artikel die Option Zubehör verwenden. Dann kannst du alle Produkte die existieren mit dem Produkt X sozusagen verlinken. Da jedoch die Musikvorschau kein Produkt ist, fällt 1 und 2 mal flach. Ist aber eine Option, um Produkte untereinander zu verlinken. 3 - Du kannst im Produkt auch die Option Angehängte Dokumente verwenden und die Donwloadlinks der Musikvorschau dort hinterlegten. Diese werden dann in einem neuen Tabreiter bei der Produktbeschreibung hinterlegt. Diese würde ich nutzen. Link to comment Share on other sites More sharing options...
boidilaq Posted September 12, 2013 Author Share Posted September 12, 2013 (edited) Bonsoir und vielen Dank erstmal, aber leider meine ich das nicht exakt so, aber sind auch gute Hinweise. Eine Songvorschau zu erstellen habe ich schon hinbekommen, indem ich ein Frame einbette, das alle Titel enthält und somitals eigenständiger html5 player laufen kann. Ich bin auf der Suche nach einem Warenkorbbutton für ein im Shop bestehendes Produkt.z.b. soll der "normale" Warenkorbbutton für das Album gelten. Neben dem Album würde ich gerne die Einzeltracks zum Anspielen zeigen und dann pro Track einen Button haben um Einzeltracks kaufen zu können ( da fehlt mir die Idee zum Verweis/Link). Sozusagen "inline"shopping - wenn das überhaupt möglich ist ... Edited September 12, 2013 by boidilaq (see edit history) 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