schaumb Posted July 24, 2012 Report Share Posted July 24, 2012 Hallo zusammen, ich habe heute die Änderungen bzgl. der Buttonlösung gem. den offiziellen Vorgaben von xt commerce durchgeführt. Nun funktioniert mein Gutscheinmodul xt_coupons nicht mehr. Sobald ich meinen Gutscheincode eingebe und auf "Einlösen" klicke wird bereits die Bestellung ausgeführt und kein Gutscheinwert in Abzug gebracht. Hat jemand von Euch das gleiche Problem? Vielen Dank für Eure Hilfe !!! Link to comment Share on other sites More sharing options...
Adel Posted July 25, 2012 Report Share Posted July 25, 2012 Hallo ich habe selebr das Gutscheinplugin und bei mir funktioniert es noch. habe es eben mit einem Code getestet. Link to comment Share on other sites More sharing options...
schaumb Posted July 25, 2012 Author Report Share Posted July 25, 2012 Ich habe gerade nochmal testweise mein Backup aufgespielt (also vor den Änderungen Button-Lösung), da funktioniert das Gutschein-Modul noch einwandfrei. Nur sobald ich die Änderungen einspiele, geht nichts mehr. Sobald ich auf "Einlösen" klicke, wird direkt die Bestellung ausgelöst (ohne einen Gutscheinwert abzuziehen). Ich hab auch schon mein Gutscheinmodul gegen die neueste Version ausgetauscht - leider alles ohne Erfolg... Bin echt am verzweifeln... Link to comment Share on other sites More sharing options...
schaumb Posted July 25, 2012 Author Report Share Posted July 25, 2012 Mittlerweile konnte ich das Problem eingrenzen: Sobald ich in die subpage_confirmation.html folgenden Block einfüge, geht die Funktion des Gutschein-Moduls flöten: {form type=form name=process action='checkout' method=post conn=SSL} {form type=hidden name=action value=process} {if $smarty.const._STORE_TERMSCOND_CHECK eq 'false'} {content cont_id=3 is_id='false'} <p><a href="{$_content_3.content_link}" target="_blank">{txt key=TEXT_TERMSANDCOND_CONFIRMATION}</a> | {$_content_3.content_popup_link}</p> {/if} {if $smarty.const._STORE_TERMSCOND_CHECK eq 'true'} {content cont_id=3 is_id='false'} <p>{form type=checkbox name=conditions_accepted} <strong>{txt key=TEXT_ACCEPT_CONDITIONS}</strong> | {$_content_3.content_popup_link}</p> {/if} {hook key=checkout_tpl_form} Entdeckt irgendjemand einen Fehler...??? Link to comment Share on other sites More sharing options...
schaumb Posted July 25, 2012 Author Report Share Posted July 25, 2012 Sorry Leute, ich weiß ich nerv langsam, aber ich weiß jetzt definitv an was es liegt. Nur weiß ich leider nicht wie ich es beheben kann Folgende Codezeilen führen zu dem Fehler im Gutschein-Plugin: {form type=form name=process action='checkout' method=post conn=SSL} {form type=hidden name=action value=process} Ich hoffe jetzt hat vielleicht jemand eine zündende Idee Link to comment Share on other sites More sharing options...
objekt Posted July 26, 2012 Report Share Posted July 26, 2012 {hook key=checkout_tpl_info} muss über deine form... Link to comment Share on other sites More sharing options...
schaumb Posted July 26, 2012 Author Report Share Posted July 26, 2012 Wow! Tausend Dank, objekt !!!!! Jetzt funktionierts Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.