iperez_genius Posted June 26, 2007 Posted June 26, 2007 i am building a cart at the moment where the price of an item is not fixed. what that means is that in the shopping cart i need to tally up the total that all of one product will cost the user and set the price for that product in the cartObject to that total. I was wondering how i can access the value of each product in the session... i know its something like $_SESSION['cart']['contents'[productID]['total'] but that isn't correct... can anyone help Ilan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.