Your cart is currently empty!
Anything for receipt capabilities?
—
by
Hi,
I am almost done setting up groups PayPal/subscriptions. One small issue, our client needs the transactions to include a receipt, preferably automated by email. Do you guys have anything like this as an addon? It would need data from WordPress’ user_info()
and the shortcodes you’re already using in your plugin, does something like this exist?
Best,
Dan
Posted in Groups PayPal
Comments
One response to “Anything for receipt capabilities?”
Hi James,
sorry, this addon is not available. You could use the “groups_updated_subscription” action ( do_action( “groups_updated_subscription”, $subscription_id ); ) for generate the receipt and send this by email.
Kind Regards,
Antonio B.