When customers pay through paypal, they will be given access to a download link in the email as well as free access to the membership level one.
I want to send the one-day download link using the download key function in the paypal confirmation email (not the special post/page email).
The documentation says:
This example uses cv1 to track a User's IP address:
( The IP address could be referenced using %%cv1%% )
custom="redlightcameraticketsecrets.com|<?php echo $_SERVER["REMOTE_ADDR"]; ?>"
It is not clear to me where/how the custom replacement code is created so it can be used in the email.
Thanks in advance to Jason or anyone who can help.