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

[ad_1]

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 );
//}

[ad_2]

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