View Single Post
Old 05-13-2019, 01:28 PM  
BigFurry
Confirmed User
 
BigFurry's Avatar
 
Industry Role:
Join Date: Nov 2003
Posts: 1,510
Quote:
Originally Posted by Femjoy View Post
Paypal and bank transfer are the issue that I'm trying to correct now and why i'm moving everything away from CCbill. Those options should not be showing on NATS links and gamma doesn't want the signups there, we ONLY want them through NATS and on our billing. The issue is the site that staying on the custom system has a different join procedure then the ones leaving. So we have to move everything and duplicate the instance of both the front and back end systems and remove the CCBill join page.
It shouldn't be too hard to fix. I think this would work:

1. In the NATS tour target URLs, add an URL parameter like ?source=nats
2. On the site's code check if the URL parameter above is present.
If it is, set a permanent cookie, sourceisnats = true. (The best is if you check the parameter on all pages, not just the default landers. Affiliates can link to custom pages too using NATS links, eg. to a model page.)
3. In the join page's code, check the cookies. If sourceisnats = true cookie is there, don't render the Paypal and Check design elements.
BigFurry is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote