I am stuck with this output regardless what I put in the Content area of the document:
<div id="minicart"><h1>Your Cart</h1><p>Your cart is empty.</p></div>
All the Chunks, TVs, Plugin and Snippets are in place. Version 0.2.
Do I have to have an Google Checkout merchant account to get any output for test purposes?
Cheers,
Andreas
Edit: Resolved it myself. Had made a mistake in adding the [*content*] part of the template. Got it working with Paypal as Google Checkout does not allow European merchants.
Btw, there is a bug in pCart.php. There is a semicolon missing at the end of line 31.
Also, a minor error in the example call in the wiki ([!gCart? &gItemTpl=`gItemTpl` &gCartTpl=`gCartTpl`!]) which refers to chunks named gItemTpl and gCartTpl. The correct names are ItemTpl and CartTpl as per the file names in the chunks folder.