RyanN Posted March 27, 2007 Posted March 27, 2007 When a user clicks on "Buy Now", or "Add To Cart" It goes to the shopping cart, but it doesn't Display what is in the cart. I have no clue on what could be causing this to happen, anyone have any Ideas? Thanks.
Guest Posted March 27, 2007 Posted March 27, 2007 What it displays instead? Your shopping cart is empty? if so, make sure your session is preserverd when you add something to the cart. This will point to the configuration file.
RyanN Posted March 27, 2007 Author Posted March 27, 2007 All that displays is everything on the page, and the heading for the page. The contents of what is in the cart does not get displayed. I don't even know if it is saving them and not displaying them, or just not saving them period. No body text what so ever is being displayed.
RyanN Posted March 28, 2007 Author Posted March 28, 2007 I used some PHP to do some error checking, and this is the error I get... Any help? I don't know much about PHP Classes, so I don't know what this means. Fatal error: Call to undefined function: display_price_nodiscount() in /var/www/html/shopping_cart.php on line 156 Please Help ASAP, I need this running by Friday. Thank You Sooooo Much for the help.
Guest Posted March 31, 2007 Posted March 31, 2007 mean you did not properly install a module. What is this discount thing? You need to have the called functions defined somewhere.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.