Mohamed Thelji wrote: Ok, so firstly can you follow each step of the payment section of the FAQ :
www.hikashop.com/support/faq.html#paym
I followed the instructions and I know now that there were restriction issues. Altough I'm not really sure on how to set them. Could you give me an advice to have registered customers with an account (or everyone) pay by PayPal Pro? Currently I set it like this =>
Would that be ok?
More over I came over this thread while looking for the Problem:
hikashop.com/forum/checkout/865737-only-...imitstart=0&start=20
As he wants Paypal to convert the currency, I would like to covert it so Swiss Francs (CHF) ...
I have changed the "accept_currency" to this
var $accepted_currencies = array( 'CHF‘, 'USD', 'GBP', 'EUR', 'JPY', 'CAD', 'AUD' );
I know this doesn't give me the converted currency, as I'd like to show only the CHF in the price. Its Currently like this: 39.00$ (34.50 CHF)
I don't really know how the code must be changed in the "paypalpro.php" as the variables look different than in the regular paypal extension.
Appreciate your ideas.
Thanks in advance,
Tim