Forum Replies Created
-
AuthorPosts
-
adminKeymaster
What value do you have in the “Advanced Variables” section of the subscription buttons that you have on this page?
http://internetmentorship.com/join/
This post will explain what I am after:
To me it looks like you did not follow the documentation there so the payment notifications are not coming to the plugin for paid membership at all
adminKeymasterThis requires advanced PHP and HTML coding knowledge. If you are okay with that then simply let me know which fancy display you want to modify and I will be able to tell you which file to look into. Alternatively, you can contact us for a custom development job and we will give you a quote.
adminKeymasterThe most obvious cause for this would be that the tester did not fully complete the purchase cycle (which is to redirect back to the “Thank You” page on your site after the payment.. this is when the commission is tracked as the plugin can be sure of the purchase at this stage). So I would recommend you test the scenario out yourself and if there any confusion you can always add instruction on your site to guide a potential buyer as to what they should do when they purchase something.
Alternatively, if you want to track the commission when the customer hits the “Pay Now” button on PayPal you can follow the 2nd integration option explained here:
Direct/Plain/Hosted PayPal Button and Affiliate Plugin Integration
This option requires a bit of advanced understanding but gives you more control and robustness.
October 8, 2011 at 6:28 am in reply to: User levels and redirects after login suddenly not working #37326adminKeymasterYou seem to have customized the login form (the login form I see there is not the one the eMember creates). Just remember that when you make your customer login you need to use the following URL as your logout URL otherwise logout won’t work (replace your-domain with the actual domain name):
adminKeymasterLooks like you had a paragraph tag (<p>) around the shortcode which was messing up the HTML (I found this when I switched the editor view to HTML view). I removed it and then saved it and now the link for the first search result shows up fine.
adminKeymasterNo, we don’t have a shortcode for that.
adminKeymasterYeah we just completed the rework. Additionally we added a new fancy login style (from the settings you can choose style 1 or style 2). Anyway, get a new build of eMember from here and check it out:
adminKeymasterPaid installations are done within 24 hours. You should receive a reply from us shortly.
adminKeymasterUpdate: This option has been added to the WP eStore plugin settings. So you can enable it from there.
I would add something like the following to the email that goes out to your buyers:
If you are having an issue downloading the item please copy and paste the link in the browser’s address bar
Also, try the following:
1. Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_AUTO_SHORTEN_DOWNLOAD_LINKS', false);
2. Once you find it change it to the following:
define('WP_ESTORE_AUTO_SHORTEN_DOWNLOAD_LINKS', true);
This will use Google’s URL shortenter to shorten the encrypted link which your customers might find a little easier to handle.
adminKeymasterYes, the affiliate commission is calculated on the amount that you actually received in your account (not the theoretical value of the item).
adminKeymasterLooking at the server logs should reveal the issue. This post will explain more on this:
https://support.tipsandtricks-hq.com/forums/topic/error-500-internal-server-error
adminKeymasterSent you an email so you can reply.
October 8, 2011 at 2:48 am in reply to: Email to seller (notification to multiple email addresses) #37429adminKeymasterYes
adminKeymasterThat means the plugin is not even getting the payment notification. Follow this checklist to address this first:
https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty
adminKeymasterYou will need to change the “Product ID” of this newly created product to “1” in your products database. If you watch the video tutorial on this page you will be able to do this easily:
-
AuthorPosts