PDA

View Full Version : 1.3.1 blank checkout


jmoody
January 6th, 2004, 05:40 AM
I'm in the process of upgrading to 1.3.1, and everything is ok except when I get to entering address information, the page goes blank. Here's a link: http://www.somethinglikesilas.com/merchmain.php?crn=58&rn=201&action=show_detail

Also on that page I'm getting this warning:

Warning: Invalid argument supplied for foreach() in /home/silas/public_html/squirrelcart/functions/add_to_cart.func on line 39

Add the hat to the cart, and then try and check out and you'll see my problem. I could use some help on this one, thanks!


- Jared

Jamie
January 9th, 2004, 01:21 AM
Hi Jared,

I think both problems are being caused by some missing code at the bottom of your cart page. Make sure this code is at the very bottom:


<?
// session variable storage....do not remove or move this section! it must be after your closing HTML tag
$HTTP_SESSION_VARS['sc'] = $SC;
?>


Thanks,
Jamie

jmoody
January 9th, 2004, 04:09 AM
thank you!