Forum Replies Created
-
AuthorPosts
-
adminKeymaster
WP eMember Settings -> Login Restriction by IP Address -> Use a higher number here
When a user make a payment their membership level will only be upgraded if you have hooked this payment button with a membership level (the video tutorial explains how to do this). If you don’t want to upgrade anyone’s membership level then simply create a PayPal button without connecting this button to any membership level.
The video tutorials I am referring to are here:
adminKeymasterI was able to log in and log out using firefox without any issue. I did notice that you are using W3 Total Cache plugin. Did you follow this?
https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin
Please do the following test for me:
– Empty all cache form W3 Total Cache plugin
– Then temporarily deactivate the W3 Total Cache plugin
– Now do the steps mentioned in your posts and let me know if you see a difference in the behavior
adminKeymasterOkay thats very good progress.
Can you do one more test for me? Do you get this error if you keep the “Send Commission Notification to Affiliates” option unchecked from the settings menu?
September 6, 2011 at 12:23 am in reply to: Custom Fields not appearing in Manage Members table #36258adminKeymasterDo you have the “Enable Custom Fields” checkbox checked? Does the custom field show up in the registration page?
adminKeymasterPlease run a test transaction with the debug turned on as this will give us a better idea of what exactly is happening after a payment. The following forum post will help with that:
If you need help reading the debug log feel free to share the content of the following two debug files
– ipn_handle_debug.log
– eStore_post_payment_debug.log
adminKeymasterGlad to hear that
adminKeymasterYes, as long as you do not check the “Use PayPal Profile Based Shipping” option in the PayPal payment gateway settings section of eStore.
adminKeymasterIf it is a one item checkout then it will be in the following POST variable:
item_number
If it is shopping cart checkout then it will be in the following variable:
item_numberX
X being the counter (example:1,2,3 etc)
The structure is a little complex for the shopping cart checkout but this documentation will explain:
September 5, 2011 at 8:07 am in reply to: Empty Shopping Cart Error When Checking Out with PayPal #26430adminKeymasterUncheck the “Use Fancy Redirection on Checkout” option from the eStore settings and try it out.
September 5, 2011 at 8:05 am in reply to: Affiliate tracking on 2nd WP install (another WordPress install) #36251adminKeymasterUse the contact form here and mention this forum post and we will send it to you.
adminKeymasterThis field has complex data so using the CSV to DB plugin is not the best option. All it takes is one mistake (one unescaped special character and its going to be a mess).
This this option:
adminKeymasterI just deleted your plugins and updated it with fresh builds from our site and then did two test transactions (one using manual checkout $5 and one using PayPal $0.50). Both of them worked nicely. Please see the attached image I sent in the email.
Please check it out yourself (I am guessing the update you did didn’t work properly… maybe you didn’t deactivate and reactivate the plugins?)
adminKeymasterI did some checking and it looks like you have the following option checked in your eMember settings:
Allow Expired Account login
This is why you can log in using the expired account but it doesn’t mean that this account will be able to see any protected content (content that you have protected under the “Manage Content Protection” tab).
September 5, 2011 at 2:19 am in reply to: Affiliate tracking on 2nd WP install (another WordPress install) #36249adminKeymasterA WordPress plugin cannot access stuff outside the WordPress install that it belongs to. A better way to understand this is to ask yourself the following question:
Can you activate the “Akismet” plugin in one WordPress install and expect it to block spam comments on all of your WordPress installs? The answer is no. The same boundary applies to any WordPress plugin.
If you want to track clicks and commissions from all your other WordPress installs using one install of the affiliate plugin you can do the following:
We have developed a small helper plugin that you can place on your other wordpress installs and it will communicate with the main plugin installed on the main site to track clicks and sales remotely.
Let me know if this method will help.
-
AuthorPosts