Forum Replies Created
-
AuthorPosts
-
admin
KeymasterWhen you use a “Buy Now” type button, it will give the user another 1 year from the date he makes the purchase. If you have a membership site where you expect the users to extend their membership for another term, you should try to use a subscription type button:
Membership Payment – Difference between "Buy Now" and "Subscription" buttons
For example, if you make a subscription payment button that charges $XX every 1 year then you don’t have to worry about the whole renewal thing anymore. If a member wants to cancel he can simply cancel his subscription payment (doesn’t have to worry about anything else).
February 6, 2012 at 2:54 am in reply to: Manual Checkout not redirecting to Thank-you page – debug results included #41618admin
KeymasterMy mistake, I didn’t realize you were still having issues with MailChimp. From your “update” that you posted on the 2nd post, it looked like you fixed the issue. Please do the following:
1. Load a fresh build of the plugin:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
2. Run a test transaction with manual checkout.
3. Share the content of the “eStore_post_payment_debug.log” debug file.
4. Post a link to the page where you have the buy buttons from eStore.
admin
KeymasterLook for the following function in the “eMember_auth_utils.php” file of the eMember plugin:
eMember_login_widget()
February 6, 2012 at 2:47 am in reply to: How to change the location of the member fill in the blank data entry fields? #41630admin
KeymasterThank you for sharing the screenshot. That issue looks to be coming from other HTML code mistakes on that page (most likely coming from the header of the theme). Please do the theme test mentioned here to be sure:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
If you can post a link to the page and a test affiliate login details I will be able to inspect and confirm this for you too.
February 5, 2012 at 11:07 am in reply to: Manual Checkout not redirecting to Thank-you page – debug results included #41616admin
KeymasterThe manual checkout doesn’t have all the email tag parsing that a normal checkout has because it doesn’t go through the automatic checkout process. When you check the “Send Product Download Links in the Email” checkbox it will include the links in the email that gets sent out even if you don’t use the “{product_link}” tag. It will also list each product details that the customer checked out. We do have plans to make it just like the other automated checkout (example: PayPal, authorize.net etc.) since a few users have started to use it for delivering free products.
admin
KeymasterLooks like the S2Member plugin is not notifying the affiliate plugin with purchase details (it is missing the secret key for sure). Are you using the “Selling access to Specific Posts/Pages” feature of the S2Member?
February 5, 2012 at 4:37 am in reply to: How to serve cached pages only to those that have logged in through eMember #41627admin
KeymasterOur choice of caching plugins are W3 Total Cache or WP Super Cache:
Using the plugins with W3 Total Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin
Using the plugins with WP Super Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-together-with-wp-super-cache-plugin
You can’t serve cached page to logged in users. If the pages on your site is taking too long to load it indicates another problem that you should investigate and try to fix them in the root. The most common causes for your pages to load too long are usually the following:
– Your server is too slow
– Your account is on on an over populated shared hosting account
– Your hosting provider might be limiting the CPU usage
– You have low RAM memory allocated for your PHP scripts
Yes, a caching plugin improves the performance but even without it your pages should load within 2 to 4 seconds unless you are getting very high amount of traffic every day.
admin
KeymasterWhat are you integrating the affiliate plugin with (what plugin are you using for the eCommerce side)?
admin
KeymasterUse a product specific commission of 50% for the upsell product (the 2nd one). Product specific commissions override the commission set in the affiliate’s profile.
admin
KeymasterDon’t add the cart to a section of the site that gets displayed the same on every page (for example: your sidebar). Some themes have sidebars specific to different page(s) of the theme which can come in handy for what you are trying to do.
The other option is to use a plugin similar to widget logic:
http://wordpress.org/extend/plugins/widget-logic/
You can add a WordPress text widget to your sidebar and use eStore’s shopping cart shortcode there. Then make the text widget appear only one certain posts or pages.
admin
KeymasterNope, didn’t get any email. First use the contact form to get in touch with us then we will send you a reply and you can reply back with the file (this will eliminate any possibility of the email get caught in the spam).
February 5, 2012 at 4:07 am in reply to: Purchasers not being added to Aweber list (debug steps already completed) #37598admin
KeymasterThis post will help you troubleshoot
These posts will also be helpful:
https://support.tipsandtricks-hq.com/forums/topic/aweber-integration
https://support.tipsandtricks-hq.com/forums/topic/cant-get-aweber-working
admin
KeymasterFirst you need to understand how the content protection in eMember works. Once you have that ready then move to the section protection.
Create a test page and play around with the protection so you understand the basics of it. Check this checklist:
Next, Create another page then simply place the following content (don’t do anything else to this page) and post a link to this page so I can view it:
[emember_protected member_id=1]
Whatever content goes here is only viewable by a member whos Member ID is 1.
[/emember_protected]What version of eMember are you using?
February 5, 2012 at 3:55 am in reply to: sending all emails in html in eMember and customize it #41614admin
KeymasterIt is a core WordPress function that comes with WordPress:
admin
KeymasterIt is inside eStore. Edit a product and check the “Additional Product Details” section of that product and look for a field called “Collect Customer Input”. If you read the help text for that field it will explain what it does.
-
AuthorPosts