BackupAddict Posted July 11, 2020 Report Posted July 11, 2020 How hard would it be to make aff links easier to remember? say ex: domain.com/100.html or something like that. Quote
Michael Posted July 11, 2020 Report Posted July 11, 2020 You can use the links anywhere so you could use the order form/?codehere Quote
BackupAddict Posted July 11, 2020 Author Report Posted July 11, 2020 Not sure what you mean. I guess I'm used to Idev which has really short links. Mine are domain.com/100.html... that uses redirect though. Quote
Michael Posted July 11, 2020 Report Posted July 11, 2020 for example: blesta.store/order/main/index/deals?affiliateparthere Quote
BackupAddict Posted July 11, 2020 Author Report Posted July 11, 2020 9 minutes ago, Blesta.Store said: for example: blesta.store/order/main/index/deals?affiliateparthere That's what I mean, don't you think that a tad to remember if typing it in a browser. Quote
Michael Posted July 11, 2020 Report Posted July 11, 2020 30 minutes ago, BackupAddict said: That's what I mean, don't you think that a tad to remember if typing it in a browser. Not really because I'm used to blesta, you can create shorter links if you know .htaccess rewrite rules but then you'd have to do it for everything. Otherwise a customer would just copy and paste. Quote
BackupAddict Posted July 14, 2020 Author Report Posted July 14, 2020 I'd what the system to handle that myself. I'm on Windows which I can use ht rules, care not to though. Quote
Paul Posted July 14, 2020 Report Posted July 14, 2020 The affiliate part of of the URL is rather small, e.g. &a=MQ== or ?a=MQ== appended to any order form URL, where MQ== is the affiliate code that is unique per affiliate. Since most people will want to direct someone interested in purchasing directly to an order form or a specific product, the URL will be larger. You could direct your users to use a URL shortening service like bit.ly to take the full URL and shorten it to something easier to share. Quote
XevoTech Posted July 15, 2020 Report Posted July 15, 2020 On 7/14/2020 at 8:40 PM, Paul said: The affiliate part of of the URL is rather small, e.g. &a=MQ== or ?a=MQ== appended to any order form URL, where MQ== is the affiliate code that is unique per affiliate. Since most people will want to direct someone interested in purchasing directly to an order form or a specific product, the URL will be larger. You could direct your users to use a URL shortening service like bit.ly to take the full URL and shorten it to something easier to share. Are the affiliate link MD5 encoded? Quote
Paul Posted July 22, 2020 Report Posted July 22, 2020 On 7/15/2020 at 1:33 PM, XevoTech said: Are the affiliate link MD5 encoded? No, I believe they are base64 encoded. XevoTech 1 Quote
qba82 Posted August 13, 2020 Report Posted August 13, 2020 On Affiliate client page there is an affiliate link which user should use, for example: xxx.com/clientarea/order/forms/a/MQ== I will use .htaccess to make a redirect from xxx.com/a/* to xxx.com/clientarea/order/forms/a/* how can I edit xxx.com/clientarea/order/affiliates/ page, so my client will see xxx.com/a/MQ== instead xxx.com/clientarea/order/forms/a/MQ== ?? Quote
Paul Posted August 13, 2020 Report Posted August 13, 2020 5 hours ago, qba82 said: On Affiliate client page there is an affiliate link which user should use, for example: xxx.com/clientarea/order/forms/a/MQ== I will use .htaccess to make a redirect from xxx.com/a/* to xxx.com/clientarea/order/forms/a/* how can I edit xxx.com/clientarea/order/affiliates/ page, so my client will see xxx.com/a/MQ== instead xxx.com/clientarea/order/forms/a/MQ== ?? You could probably create a mod_rewrite redirect rule that looks for /a/* and redirects to the full path. I don't know what that URL would be, obviously you'd only want to redirect if the URL began with /a/something. Quote
qba82 Posted August 14, 2020 Report Posted August 14, 2020 Yes I know how to do it, question is: what files should I modify, so every user will see short version of his aff link (xxx.com/a/MQ==) instead long one (xxx.com/clientarea/order/forms/a/MQ==) in his control panel. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.