latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Paypal standard currency conversion

Home Forums Community Forum Paypal standard currency conversion

Tagged: ,

This topic contains 3 replies, has 2 voices. Last updated by  Raam Dev 4 years, 4 months ago.

Topic Author Topic
Posted: Thursday Aug 30th, 2012 at 11:46 am #23591
Alex Read
Username: lab41

I need help converting my local currency to one that is supported by Paypal. I want to charge in ZAR (South African Rands). I see that s2member supports a currency coversion function. How do I integrate this with the Paypal button shortcode?

  • This topic was modified 4 years, 4 months ago by  Alex Read.
  • This topic was modified 4 years, 4 months ago by  Alex Read.

List Of Topic Replies

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Friday Aug 31st, 2012 at 4:36 am #23649
Raam Dev
Username: Raam
Staff Member

Hi Alex,

I’m going to consult with the lead developer and see if he can drop in here and offer some advice. Thank you for your patience.

Posted: Monday Sep 3rd, 2012 at 6:36 am #23930
Alex Read
Username: lab41

Hi, decided to just have the converted amount in brackets and charge USD. I used a wp-content/mu-plugin/ to convert 3USD to ZAR.

<?php
function USD2ZAR () 
{
	$conv_rate = c_ws_plugin__s2member_utils_cur::convert("3", "USD", "ZAR");
	return $conv_rate;
}
add_shortcode( 'local_ZAR', 'USD2ZAR' );
?>

…and then just put in the shortcode [USD2ZAR] on the page.
Sam

Posted: Monday Sep 3rd, 2012 at 9:25 pm #23973
Raam Dev
Username: Raam
Staff Member

Hi Alex,

Thank you for sharing your solution! I heard back from the lead developer and recommended something very similar:

<?php
	echo c_ws_plugin__s2member_utils_cur::convert(10.00, 'ZAR', 'USD');
?>

The parameters are as follows: amount, from, to

Awarded Alex the Helpful badge.
Viewing 3 replies - 1 through 3 (of 3 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.