by
KK » Tue Jun 30, 2015 2:25 pm
Hi,
- Code: Select all
<cms:paypal_button custom="hello world" />
or a variable -
- Code: Select all
<cms:paypal_button custom="<cms:show some_variable />" />
The value will be returned with the incoming IPN. You can retrieve it in the cms:paypal_processor block (
http://www.couchcms.com/docs/tags-refer ... essor.html) processing the IPN as
- Code: Select all
<cms:show pp_custom />
You might find the following thread useful where we make use of the returned custom value in IPN to activate a member -
viewtopic.php?f=4&t=8976Hope it helps.