Alright. I'm still not quite getting the hang of this functions/hooks thing. But I'm determined.
I'm using the WP E-Commerce plugin and I want to put a very minimal shopping cart in the menu. Right now I have the pages listed in the menu. To the right of the pages, I want something like "# items in shopping cart" to show up. Apparently this is the PHP code I use to place the shopping cart places...
<?php echo nzshpcrt_shopping_basket(); ?>
So how do I do this? I tried a couple of things but they just ended up breaking the site.
Also, I'm assuming the # of items would change automatically if I get the shopping cart right. But maybe I have to write some PHP code to make that happen?