Somewhat panicking over here since as usual I'm way too late implementing things and this needs to be fixed in 24hrs.
Problem:
- Our website requires PayPal Subscriptions as payment option. I was planning to use CodingStaff's DNN Subscription Module
- We use Quality Unit's Post Affiliate Pro Affiliate tracking software
For the sales tracking in the Affiliate software I need to configure the following:
http://addons.qualityunit.com/integ...lipnother/ Apparently this isn't so easy with CodingStaff's DNN Subscription Module. I don't fully understand the response from CodingStaff support (which I find very good, don't get me wrong), however I"m pretty sure it means that it can't be done easily.
I contacted an DNN engineer who was going to look into it and opted he most likely has a solution, however I haven't heard from him and am somewhat panicking.
If somebody here would have experience with this and could help me out, that would be awesome. I'd be willing to pay.
If not, I thought of the following solution and would like to get your thoughts on that:
- I setup CNAME record purchase.company.com which I redirect to an Amazon S3 bucket that has been configured to host static websites
- Then I recreate the sales page in static HTML which would allow me to embed a PayPal subscription button the easy way.
- I'd link a Subscribe-Now button on our website to the static website to handle the payment. This button would only be visible to website registered users.
- I'd manually have to assign the security role to the users based based on the email address they registered with on the site and which they provided to Paypal.
Would that work? Or would anybody have a better solution?