i have attached the code that adds the item to the struct (additem.cfm) - i can provide other code if you wish
the application page (application.cfm) is below
<!--- Application Settings --->
<cfapplication name="shoppingCart" sessionmanagement="yes" sessiontimeout="#CreateTim
<!--- Application Variables --->
<cfparam name="application.ds" default="******">
<!--- Monetary Variables --->
<cfparam name="application.taxrate"
the checkout page (the first one with https) begins with this code:
<cfif CGI.HTTPS EQ 'off'>
<cflocation url="https://#CGI.HTTP_HOS
</cfif>
Main Topics
Browse All Topics





by: plusone3055Posted on 2009-11-05 at 10:04:13ID: 25752127
sounds like the developers did not test there CFM in Firefox... and/Or they are not passing the variables from the shopping cart correctly to the https. cant really determine qqith 100% due to not being able to see the CF source :(