|
[ https://issues.apache.org/jira/browse/OFBIZ-5295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757692#comment-13757692 ] Sebastian Wachinger edited comment on OFBIZ-5295 at 9/4/13 11:54 AM: --------------------------------------------------------------------- I managed to fix the issue for now, but I'd regard my solution rather a quick and dirty hack than something worthy to be in the OFBiz codebase. Anyway I'll post it here asap. (As a side note I'd rather see the _Anonymous Quick Checkout_ programmed more the way [Quick Checkout|http://svn.apache.org/repos/asf/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl] is done, i.e. with the amount of client side jQuery wizardry reduced to the max. I know there has been plenty of discussion on this topic, and sure I'm a big fan of jQuery myself (and glad that ofbiz moved to this toolkit), but those very checkout pages are the place where the fate of any B2C webshop is sealed, so why take any chances here instead of resorting to a maybe less elegant but more robust server side solution. The original dojo.connect() method itself is deprecated now as are some older jQuery methods that have been replaced by jQuery.on(), so I'd rather avoid keeping up with all those changes in crucial places if possible.) was (Author: komdata): I managed to fix the issue for now, but I'd regard my solution rather a quick and dirty hack than something worthy to be in the OFBiz codebase. Anyway I'll post it here asap. (As a side note I'd rather see the _Anonymous Quick Checkout_ programmed more the way [Quick Checkout|http://svn.apache.org/repos/asf/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl] is done, i.e. with the amount of client side jQuery wizardry reduced to the max. I know there has been plenty of discussion on this topic, and sure I'm a big fan of jQuery myself (and glad that ofbiz moved to this toolkit), but those very checkout pages are the place where the fate of any B2C webshop is sealed, so why take any chances here instead of resorting to a maybe less elegant but more robust server side solution. The original dojo.connect() method itself is deprecated now as are some older jQuery methods that have been replaced by jQuery.on(), so I'd rather avoid keeping up with all those changes in crucial places if possible.) > Anonymous Quick Checkout: No Payment Method Information shown in Order Confirmation > ----------------------------------------------------------------------------------- > > Key: OFBIZ-5295 > URL: https://issues.apache.org/jira/browse/OFBIZ-5295 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sebastian Wachinger > > Using Anonymous Quick Checkout no payment method information is shown in the Order Confirmation screen, i.e. the respective screenlet remains completely empty. The two payment methods present in the shop are EFT_ACCOUNT and EXT_OFFLINE. Anonymous (long 6 step) Check Out and all check out variants with logged in user are working. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Free forum by Nabble | Edit this page |
