by loren_d_c » Wed May 30, 2007 3:19 pm
The current ShopSite implementation of PayPal Website Payments Standard was done before PayPal added your NOK currency to its list of supported currencies, which is why you don't see it in the currency list when you try to configure PayPal Standard in ShopSite. However, if you have access to your ShopSite data directory (via FTP, SSH, etc) you can manually configure this currency setting so that you can use NOK. Basically, configure everything else in the PayPal Standard configuration the way you want it, then find the paypal.aa file in your store's ShopSite data directory and edit it, find the line that currently would look something like this:
currency_code: USD
and change it to:
currency_code: NOK
Note that the next time you go to the PayPal Standard config screen in ShopSite it may reset this value in the paypal.aa file to USD, so you would afterwards want to check the paypal.aa file and make sure it still contains your NOK currency. Once newer versions of ShopSite are released that contain these new PayPal currencies in the default PayPal currency list you won't have to worry about that step anymore.
-Loren