meyer2005 Posted March 17, 2017 Share Posted March 17, 2017 Hallo, ich möchte einen popup öffnen wenn ich auf der Produktseite auf dem Link zzgl. Versandkosten klicke. ich habe den folgenden Code in : product-Prices.tpl eingefügt. Der Link öffnet sich in einem neuen Fenster aber nicht als popup. Kann mir bitte evt. jmd helfen!? <a href="{$Link->getCMSLink('8')}?content_only=1" class="iframe" rel="nofollow">{l s='zzgl. Versandkosten'}</a> <script type="text/JavaScript"> $(a.iframe').fancybox({, 'type': 'iframe', 'width': 600, 'height':600 }); </script> Danke im Voraus. Chafai Link to comment Share on other sites More sharing options...
Shad86 Posted March 27, 2017 Share Posted March 27, 2017 Gleiches Problem hatte ich auch. Ich habe es jetzt so gelöst das der Inhalt des Popup unter dem Produkt ist und Standartmäßig ausgeblendet. Beim Klick auf den Button wird runtergescrollt und das formular eingeblendet. Ansonsten gibt es hier ein Modul: https://mypresta.eu/modules/front-office-features/prestashop-popup-pro.html Wurde mir auch nur empfohlen, habe es wegen meiner Lösung noch 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