Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
How do I send a custom variable to paypal using courchcart?
How do we set the pp_custom_var variable for checkout?
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=8976

Hope it helps.
3 posts Page 1 of 1