Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You just add whatever text you want in your WordPress post or page where you have the shopping cart (just above or below the shopping cart shortcode). No need to modify the plugin. Does that make sense?
adminKeymasterOkay so that means that you have a plugin or theme that is making reCAPTCH to not work when you use the on page affiliate option. Please do this test to identify the source:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
adminKeymasterIf you know that the URL is correct then you can ignore that error message (it will not harm your site). It is just checking to see if the URL is correct or not but since your site does not have the the URL access for fopen enabled the method used to perform the URL validation check is failing. Which is why it is showing that error. Your users won’t see that error (it is only for the admin).
I just added another modification to this check which tries to go around this by using a different method of checking. Please get a new build of the affiliate plugin from here and let me know if it works better on the new version:
adminKeymasterWe are reworking the fancy login option. This adjustment should get rid of this issue.
adminKeymasterNo, WP eMember being a WordPress plugin, it can only protect WordPress content.
September 29, 2011 at 1:36 am in reply to: Can My Autoresponder/Email Marketing Manager be Integrated with Your Plugins? #19552adminKeymasterI understand what you are saying and I also understand the method you have explained (this would be a good option). The question I have is if this is an OFFICIALLY supported method of integration by the autoresponder provider in question. If an integration method is supported then it should be documented on their site (explaining how to use that API). The reason we only integrate officially supported API is for future compatibility. Unofficial hacks tend to get outdated over time and then it becomes a hassle for us to maintain the integration and provide support for it.
With that said, lets keep it simple… you just post a link to an *official* documentation page that explains how this autoresponder signup *API* can be used and I will follow it up.
I know how AWeber, GetResponse and Mailchimp works so don’t worry about that.
adminKeymasterThank you… it definitely knows that a coupon was used for this transaction (the following line of the debug confirms it):
[09/28/2011 12:50 PM] - SUCCESS :Coupon Code Used : anothertest
This would mean that the plugin tried to update the database table with that info but it most likely failed (this can happen if the database table columns are out of sync). When you updated the plugin you did a deactivation and reactivation of this plugin right?
adminKeymasterWe added a bulk delete option in the “Manager members” menu of eMember which should let you select multiple user accounts and delete them in one go. Please get a new build of eMember from here to get this feature:
adminKeymasterNope, no update for this.. we experimented with this feature and hit a few roadblocks around eMember custom registration fields and Facebook’s standard registration fields.
adminKeymasterOpen the “eMember_auth_utils.php” file and look inside the “show_login_form” function. Basically, search for the following line of code in this file and remove it:
<td colspan="2">» <a id="register" class="register_link" href="<?php echo $join_url; ?>"><?php echo EMEMBER_JOIN_US;?></a></td>
adminKeymasterWe modified the plugin to set the value to “9999” automatically if you leave it empty.
September 28, 2011 at 11:04 pm in reply to: WP Estore Add to Cart, and Shopping Cart. Skewing quantitie, and wrong products #37127adminKeymasterAbnormal behaviors mostly stem from one of the two types of issues:
1. Wrong server configuration (for example: PHP Session not setup properly) which is stopping the cart from working normally
2. There is another application in the site (a plugin or a theme) that is doing something to cause this behavior.
Lets try to narrow it down so we can investigate the root cause. Please do this test and report back:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Are you using a caching plugin?
adminKeymasterOkay… I sent you an email to get site access so I can check it out.
adminKeymasterWill it be okay if I tell you how you can tweak to code so it doesn’t show the “join us” link in the login widget of eMember?
adminKeymasterUsing a large number (9999) in the coupon redemption limit should help. I have modified the plugin to do this automatically now. Please get a new build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
After the update, run a test transaction with debug option enabled (apply the coupon so we can track and see what actually happens after the payment). This post will help you with the debug:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
-
AuthorPosts