[Interchange-bugs] [Bug 273] New - Results Page - Items Not Being Added To Cart.

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Mon Jul 23 19:59:00 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=273

*** shadow/273	Mon Jul 23 19:58:05 2001
--- shadow/273.tmp.22299	Mon Jul 23 19:58:05 2001
***************
*** 0 ****
--- 1,35 ----
+ Bug#: 273
+ Product: Interchange
+ Version: 4.7.x
+ Platform: All
+ OS/Version: All
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P3
+ Component: Foundation
+ AssignedTo: bpatters@redhat.com                            
+ ReportedBy: jbeima@palb.com               
+ URL: 
+ Cc: 
+ Summary: Results Page - Items Not Being Added To Cart.
+ 
+ When your SSL Domain and non-SSL domain are different, if you hit the buy now
+ button the order is place in the session/cart being controled by the non-SSL
+ domain as opposed to the session/cart being controlled by the SSL domain.
+ 
+ The simple fix would be to include the results page in the AlwaysSecure list.
+ However when either this page or the word "search" are added to the AlwaysSecure
+ list it still runs this page through the non-SSL domain.
+ 
+ I have been fixing this bug by changing the <FORM POST="[area]"> to a <FORM
+ POST="[process-target]"> then since all process-targets are going through the
+ SSL domain the problem is fixed.
+ 
+ This however stops the cart from being displayed on this page and stops you from
+ being able to order more than 1 item from the page at a time. Since you must
+ also change the mv_oi to mv_order_quantity...
+ 
+ I can provide any and all help you need to resolve this... This is a page I
+ always have to edit everytime we update to a new cvs tree and I am not the only
+ one, so I would like to make other peoples lives easy too...