gminaker / databases

0 stars 0 forks source link

Clearing the Shopping Cart #36

Closed mikegfink closed 9 years ago

mikegfink commented 9 years ago

I set the shopping cart session variable to null after a purchase is processed and the receipt displayed.

@gminaker Please check and confirm that htis is ok or change it to the right way. Use ctrl-f $_SESSION['cart'] to find the line that does it.

thpierce commented 9 years ago

G-man agrees!