[jira] Updated: (OFBIZ-2131) Anonymous checkout Submit purchase button does not work in IE7

2009-01-22 Thread chris (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

chris updated OFBIZ-2131:
-

Summary: Anonymous checkout Submit purchase button does not work in IE7  
(was: Plesae Reopen Ofbiz-1374)

 Anonymous checkout Submit purchase button does not work in IE7
 --

 Key: OFBIZ-2131
 URL: https://issues.apache.org/jira/browse/OFBIZ-2131
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: SVN trunk
 Environment: XP, IE7.
Reporter: chris

 The bug is still alive. See OFBIZ-1374.
 I'm tried all suggestions and bug still alive. I commented out following code 
 and submit worked: dojo.addOnLoad(init); This line is in 
 quickAnonPaymentInformation.ftl and quickAnonOptionSettings.ftl. So problem 
 seems to be with dojo and IE7. The function processOrder() in 
 quickAnonCheckoutReview.ftl never fires. The other functions that are 
 registered with dojo.addOnLoad() do fire. Of course, with dojo.addOnLoad 
 commented out, the payment choices are not rendered. In my research I found 
 this bug report 
 http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/dojo-addonload-bug-ie7;.
  Any suggestions for a temporary workaround I can use?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-2131) Plesae Reopen Ofbiz-1374

2009-01-18 Thread chris (JIRA)
Plesae Reopen Ofbiz-1374


 Key: OFBIZ-2131
 URL: https://issues.apache.org/jira/browse/OFBIZ-2131
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: SVN trunk
 Environment: XP, IE7.
Reporter: chris


The bug is still alive. See OFBIZ-1374.
I'm tried all suggestions and bug still alive. I commented out following code 
and submit worked: dojo.addOnLoad(init); This line is in 
quickAnonPaymentInformation.ftl and quickAnonOptionSettings.ftl. So problem 
seems to be with dojo and IE7. The function processOrder() in 
quickAnonCheckoutReview.ftl never fires. The other functions that are 
registered with dojo.addOnLoad() do fire. Of course, with dojo.addOnLoad 
commented out, the payment choices are not rendered. In my research I found 
this bug report 
http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/dojo-addonload-bug-ie7;.
 Any suggestions for a temporary workaround I can use?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1799) code displays NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled even if ProductStore.isDemoStore returns N

2008-05-19 Thread chris (JIRA)
code displays NOTE: This is a DEMO store-front.  Orders placed here will NOT 
be billed, and will NOT be fulfilled even if ProductStore.isDemoStore returns 
N


 Key: OFBIZ-1799
 URL: https://issues.apache.org/jira/browse/OFBIZ-1799
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: Release Branch 4.0
 Environment: all environments as this is coding bug
Reporter: chris


See checkoutreview.ftl and ordercomplete.ftl and quickAnonCheckoutReview.ftl.
Line reads :
#if !isDemoStore?exists || isDemoStorep${uiLabelMap.OrderDemoFrontNote}./p
Should read
#if !isDemoStore?exists  isDemoStorep${uiLabelMap.OrderDemoFrontNote}./p


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (OFBIZ-1751) IE browser scripting error when selecting variation

2008-04-13 Thread chris (JIRA)
IE browser scripting error when selecting variation 


 Key: OFBIZ-1751
 URL: https://issues.apache.org/jira/browse/OFBIZ-1751
 Project: OFBiz
  Issue Type: Bug
  Components: ecommerce
Affects Versions: Release Branch 4.0
 Environment: IE 7.0.5730.11
Update version:0
Win XP home edition: v 5.1.2600 service pack 2 build 2600
Reporter: chris


select giant widget product (WG-9943). then select a color in color combo box. 
Error is as follows:
Line: 475
char: 13
Error: Invalid argument
code: 0
URL: 
http://demo40.hotwaxmedia.com/ecommerce/control/product/~category_id=202/~product_id=WG-9943

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.