sandy3 Posted April 29, 2005 Share Posted April 29, 2005 Hi When customers click the update button to remove a product or change the quantity a blank page appears. By using the back button in the brower the cart is actually updated. How someone please point me in the right direction to look for the page that might be causing the problem. Thanks :D Link to comment Share on other sites More sharing options...
boxtel Posted April 29, 2005 Share Posted April 29, 2005 Hi When customers click the update button to remove a product or change the quantity a blank page appears. By using the back button in the brower the cart is actually updated. How someone please point me in the right direction to look for the page that might be causing the problem. Thanks :D <{POST_SNAPBACK}> It should be somewhere in your shopping_cart files. when update is pressed, you go thru application_top, as always, where the update actions are taken. Then you return to the shopping cart page. So it is either in the update action part of application_top or in the code of shoppingcart or its language files. Blank pages are generally caused by a missing quote of a missing bracket or by too many of both. Treasurer MFC Link to comment Share on other sites More sharing options...
sandy3 Posted May 3, 2005 Author Share Posted May 3, 2005 Thanks heaps, the problem was in the catolog - shopping_cart.php missing a quote. :rolleyes: I do have another page doing a similar thing the create_account, when clicking continue the page returns to itself, then have to fill in the password fields again on clicking the continue button for a second time you finally get to account sucess. The site is www.instore.co.nz :blush: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.