I am trying to implement individual pricing in Google Checkout. Here is what I put in the [b]image.php[/b] page:
Quote:<div id="google">
<?php if (function_exists('GoogleCheckoutPricelistFromString')) {
printGoogleCartWidget();
googleCheckout(NULL, true);
} ?>
</div>
I entered default values for [b]$pricelist[/b] in the [b]GoogleCheckout.php
[/b] file, and entered a pricelist string in the [i]customdata[/i] field for one of my images that needs special pricing. But it shows the default pricing. Has anyone done this and can they give me a little help?
Thanks very much,
Tim