Hi,
I appear to have a problem with the winning auction amounts that are passed to Paypal.
In the buy.php I see the following code
Code:
Content visible to verified customers only.
This appears to mean the reserve price is always passed coz the Paypal form has the following inputs
Code:
Content visible to verified customers only.
As you can see the $adamount variable is used and buy.php supplies this with the reserve price.
Also I was expecting to see a pay now button/link. Do auction winners use the 'buy it now' link (note I've replaced this link with an image)
Finally I switched the Paypal form away from {$Globals['paypalcur']} and I use value="{$Globals['currency']}, so I can use the auction currency code, not the system currency.
Thanks,
Steve