PDA

View Full Version : Random problem using HTML frames



blreeves
December 2nd, 2002, 12:19 AM
I am having a random problem when using Squirrel Cart. I am building a site that uses frames and am trying to get Squirrel Cart to operate within a frame. Everything seems to work just fine until I reach the point during checkout when you select the shipping method. At that point after selecting the shipping method the message appears that your shopping cart is empty. I believe this is the point when the cart tries to link to my secure server to finalize the checkout process. It appears to lose track of where it is. If I go back to the store front, it still shows the contents of my shopping cart. What's weird is that it will occasionally work and complete the checkout. Any ideas?

Thanks,
Barry Reeves
http://www.huntersridgeoutdoors.com

Jamie
December 3rd, 2002, 03:02 AM
Looks like you are losing the SESSION variable. I am not sure exactly what is causing this, but you may want to change:


<frame name=&quot;body&quot; marginwidth=&quot;4&quot; marginheight=&quot;4&quot; scrolling=&quot;auto&quot; src=&quot;http&#58;//www.huntersridgeoutdoors.com/storefront.php&quot;>
to:

<frame name=&quot;body&quot; marginwidth=&quot;4&quot; marginheight=&quot;4&quot; scrolling=&quot;auto&quot; src=&quot;storefront.php&quot;>

and see if it has any effect.

Thanks,
Jamie

jennya
March 22nd, 2003, 10:07 AM
Hi Jamie,
I am having this exact same problem.
Where do I find this code to change? Do you think when I upgrade to the latest release it will solve this issue?

thanks,
Jenny
www.strategicrenewal.com

jennya
March 22nd, 2003, 03:37 PM
Hi,
I fixed the problem.

Thanks,
Jenny

Jamie
March 24th, 2003, 05:00 PM
Great!