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.

About: Robin Miller

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Currency symbol in welcome email

By:  Robin Miller in: Community Forum

voices: 3
replies: 4

3 years ago  Robin Miller

Time of current subscription

By:  Robin Miller in: Community Forum

voices: 1
replies: 0

3 years ago  Robin Miller

Viewing 2 topics - 1 through 2 (of 2 total)

Topics I've Started

Viewing 2 topics - 1 through 2 (of 2 total)
Topic Count Last Reply
Currency symbol in welcome email

By:  Robin Miller in: Community Forum

voices: 3
replies: 4

3 years ago  Robin Miller

Time of current subscription

By:  Robin Miller in: Community Forum

voices: 1
replies: 0

3 years ago  Robin Miller

Viewing 2 topics - 1 through 2 (of 2 total)

My Latest Replies (From Various Topics)

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Friday Jan 3rd, 2014 at 9:00 am #62378
Robin Miller
Username: ilmar

Thanks, the PHP code in the advanced email editing is what I needed. I’ve done this:

<?php 
$amount = $paypal["mc_amount3"];
if ($paypal["mc_currency"] == "GBP") {
$symbol = "£";
} else if ($paypal["mc_currency"] == "USD") {
$symbol = "$";
} else if ($paypal["mc_currency"] == "EUR") {
$symbol = "€";
}

$charge = $symbol.$amount;

?>

which seems to work nicely.

Viewing 1 replies (of 1 total)

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.