Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You are obviously missing the eStore’s standard product notification email. Do you have the “Send Emails to Buyer After Purchase” field unchecked in eStore settings?
adminKeymasterWell it’s simple, when you call this function you need to make sure you are providing a valid Product ID:
get_button_code_for_product
On this page (where you are having the issue)… the custom field value is wrong (it needs to be a valid product ID. WP eStore can’t display a button for a product if it doesn’t know which product to look for.
adminKeymasterI don’t have any time frame for this yet. We will look into this if there is enough request for it.
adminKeymasterThe “Join Us” page is an integral part of eMember (all membership plugins need a join us page). So there is no option to turn off the join us page without modifying the code but the following might be an easier workaround for you:
Simply state something like the following on the “Join Us” page:
The membership on this site is private and can only be created by the admin ....
adminKeymasterLets just say we have been in this business for a very long time and we know what we are doing (there is nothing you can do with the information you see)
With that said, you should be using the “Secure Merchant ID” instead of a plain PayPal email address if you are concerned. Simply enter your PayPal secure merchant ID in the following field:
Paypal Email Address/Secure Merchant ID
August 31, 2011 at 1:02 am in reply to: Unable to Manually Add Customer Who Already Paid – URGENT #36000adminKeymasterThis usually happens if the database columns are out of sync. This can happen if you upgrade the plugins without doing a deactivate and reactivate mentioned in the upgrade instruction.
Simply do the following to fix the issue:
1) Deactivate and delete the currently installed version of the plugin
2) Get a fresh build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
3) Upload and activate it
4) Add the member and it should work fine.
adminKeymasterThe following error does not look like a conflict to me. Its looks more like your server having trouble connecting to PayPal.
HTTP ERROR... could not establish a connection to PayPal for verification!
Basically, Your hosting company has something blocking your server from establishing outbound communications to PayPal (eStore needs to do this to validate the authenticity of the payment notification). You might have another security plugin that could be blocking outbound communication.
August 31, 2011 at 12:47 am in reply to: "Not Found" Error Upon Checkout – tried everything specified here #35993adminKeymasterTo me it sounds like a file permission issue. Do you have multiple copies of this plugin in the “plugins” directory by any chance?
What permission do you have on this folder?
"wp-cart-for-digital-products"
adminKeymasterI have given it some thought and I think the best way to handle this is to change how the author sharing amount is distributed. I will do some changes in the plugin and get back to you (give me a day or two).
August 30, 2011 at 6:23 am in reply to: Lack of Registration Error Message upon username or email address already taken #35982adminKeymasterYep, the validation javascript is not working as I suspected. You can see how the validation is suppose to work by going to the demo site (enter something in the username field and click on a different field and you will see what I mean):
http://www.tipsandtricks-hq.com/eMember-demo/members-home/registration
This is not happening on your site because one of your plugins or theme is including a very old version of the JQuery library (very poor coding):
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script>
This post will explain more on this:
You need to address this issue first. This post should help you isolate the source of the issue:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
adminKeymasteradminKeymasterHi, Please update eStore with a fresh build from here:
https://support.tipsandtricks-hq.com/update-request
Then do a test transaction and tell me the Analytic code that you see on the “Thank You” page.
adminKeymasterUpdate: Clickbank integration documentation:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-and-clickbank-integration-470
adminKeymaster -
AuthorPosts