lesmith Posted March 8, 2008 Share Posted March 8, 2008 When some adds products to there cart can you track it on other pages. I have done a smarty debug and the cart items drop on the home page. I can see no cookies have been set apart from the sessionid. Hope someone can advise how to show cart contents on other pages. Look forward to the help if you can. 0 Quote Link to comment Share on other sites More sharing options...
frodosghost Posted September 28, 2009 Share Posted September 28, 2009 I am interesting in this too. Is there a way to get the cart variables on every page - Wondering because I'd like to see them, preferably without the Basket module... 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted September 28, 2009 Share Posted September 28, 2009 echo "<pre>"; print_r($_SESSION['cart']); echo "</pre>"; is your source. try coding some minibasket script 0 Quote Link to comment Share on other sites More sharing options...
frodosghost Posted September 28, 2009 Share Posted September 28, 2009 @HerrZ - Thanks heaps for that, lets see how we go! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.