[Solved] Something on my site doesnt display until I refresh the page


Go into wp-ecommerce/wpsc-includes/shopping_cart_functions.php and adjusting this line

if ( isset( $cart ) ) {
echo wpsc_shopping_basket_internals( $cart, false, true );
}

to this

//if ( isset( $cart ) ) {
echo wpsc_shopping_basket_internals( $cart, false, true );
//}

solved Something on my site doesnt display until I refresh the page