Forum Replies Created
-
AuthorPosts
-
adminKeymaster
eMember can’t really protect content outside of WordPress environment since it is a WordPress plugin. Can you embed these presentations inside a WordPress post or page rather than keeping them as stand alone HTML page? Since it is an adobe product chances are that they have a plugin to embed the presentation in a page created by the popular content management systems (WordPress, Joomla, Drupal etc.).
adminKeymasterLook for the following field in the settings menu of the affiliate plugin:
Make PayPal Email Address a Required Field
If you can’t see that field then please update the plugin to a more recent build. Please do the following to update:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
adminKeymasterWe also added an option so that you can embed the manual checkout form on a WordPress page. To use this option do the following:
1. Create a WordPress page and use the [wp_eStore_on_page_manual_gateway_form] shortcode on that page.
2. Go to the “Payment Gateway Settings” screen of eStore and Specify the URL of the page that you just created in step 1 in the “Embed Manual Checkout Form on a WordPress Page” field (you can find this field in the manual checkout section).
Now, eStore will send your customers to this page when they choose to pay using manual method.
adminKeymasterWe just added an option so that you can embed the manual checkout form on a WordPress page. To use this option do the following:
1. Create a WordPress page and use the [wp_eStore_on_page_manual_gateway_form] shortcode on that page.
2. Go to the “Payment Gateway Settings” screen of eStore and Specify the URL of the page that you just created in step 1 in the “Embed Manual Checkout Form on a WordPress Page” field (you can find this field in the manual checkout section).
Now, eStore will send your customers to this page when they choose to pay using manual method.
adminKeymasterWe just added an option for this today. Please do the following:
Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
After the update do the following:
1. Create a WordPress page and use the
[wp_eStore_on_page_manual_gateway_form]
shortcode on that page.2. Go to the “Payment Gateway Settings” screen of eStore and Specify the URL of the page that you just created in step 1 in the “Embed Manual Checkout Form on a WordPress Page” field (you can find this field in the manual checkout section).
Now, eStore will send your customers to this page when they choose to pay using manual method.
adminKeymasterPDT and Auto return must be enabled correctly so that the plugin can verify the payment data dynamically and offer the links on the “Thank you” page.
There is a video tutorial on this page that can be helpful to see if you make a mistake:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
– A lot of users make mistake when they enter the PDT identity token. Double checking this value is also a good idea.
– Is the PHP session working correctly on your site? Please post a link to your products page
– Did you notice any error on the “Thank You” page when you got sent to that page after the payment?
adminKeymaster"Now it's giving me an error when I try to add a member"
– that indicates a problem in the plugin behavior. Please do the following (Just to make sure that the issue is not resulting from a custom modification or unwanted code changes):1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
Do you have any caching plugins active?
adminKeymasterTry the following:
1. Open the “wp_eStore1.php” file and find the following block of code:
$cart_language = get_option('eStore_cart_language');
if (!empty($cart_language))
$language_file = "languages/".$cart_language;
else
$language_file = "languages/eng.php";
include_once($language_file);2. Once you find it replace it with the following block of code:
function wp_eStore_load_qTranslate_lang()
{
$cart_language = qtrans_getLanguage();
switch ($cart_language)
{
case "en":
$language_file = "languages/eng.php";;
break;
case "it":
$language_file = "languages/ita.php";;
break;
case "de":
$language_file = "languages/ger.php";;
break;
}
if(empty($language_file))
{
$cart_language = get_option('eStore_cart_language');
if (!empty($cart_language)){
$language_file = "languages/".$cart_language;
}
else{
$language_file = "languages/eng.php";
}
}
include_once($language_file);
}
add_action('init', 'wp_eStore_load_qTranslate_lang');3. Now, when you select a language from the qTranslate widget eStore will load the corresponding language file specified inside the “switch” statement.
adminKeymaster1. Yes, as soon as someone cancels the subscription (if he signed up using a subscription payment plan) then his eMember account is also deactivated.
2. It really upto you as to how you want to setup your membership level but the way you have it looks good to me.
adminKeymasterWhen Authorize.net returns you to the site it actually doesn’t return to your site (pay attention to the address bar and you will see what I mean). It just shows the “Thank You” page in a frame (it doesn’t actually redirect to the page like PayPal does). Since it loads your thank you page in a frame the dynamic parts of the site doesn’t load accordingly. To get around it, you can simply have a link on your “Thank You” page that tells the user to click on it and take an action.
adminKeymasterYou can send it to us via this form (also send us a screenshot of the email parser too):
October 19, 2011 at 10:29 pm in reply to: Unable to change e-mail address and e-mail notifications not being sent #37713adminKeymaster1. Remember that the email has to be unique in the WordPress system. So if a WP user (not eMember member) exists with that email address then it won’t allow you to choose that address. Head over to the WordPress users database and search for that email address to make sure it is not being used (maybe you just need to delete that old user account?)
2. Go to the Email Settings tab of eMember and check to make sure you have everything filled out and then save the values by hitting the update button. Try the forgot password after that.
It is also a good idea to update the plugin. Please do the following:
1. Deactivate and delete the currently installed version of the plugin(s).
2. Download a fresh build of the plugin(s) from here:
https://support.tipsandtricks-hq.com/update-request
3. Upload and activate this version of the plugin(s). The specific update instruction for the plugin in question can be accessed from here:
https://support.tipsandtricks-hq.com/plugin-installation-and-upgrade-instructions
adminKeymasterWP PDF Stamper Specific
PDF Stamping Error Checklist – https://support.tipsandtricks-hq.com/forums/topic/an-error-occurred-while-trying-to-stamp-the-file-pdf-file-creation-checklist
Debug Plain PayPal Button – https://support.tipsandtricks-hq.com/forums/topic/running-debug-for-plain-paypal-button-and-wp-pdf-stamper-integration
PDF File URL protection/security – http://www.tipsandtricks-hq.com/wp-pdf-stamper/adding-extra-protection-to-your-source-pdf-files-219
adminKeymasterWP Affiliate Platform Specific
Clicks tracked but not the sales – https://support.tipsandtricks-hq.com/forums/topic/clicks-are-tracked-but-not-the-sales
Manually set and display affiliate ID – https://support.tipsandtricks-hq.com/forums/topic/manually-setting-the-affiliate-id-and-showing-the-affiliate-id-of-the-referrer
adminKeymasterWP eMember Specific
Content protection not working (common mistakes) – https://support.tipsandtricks-hq.com/forums/topic/wp-emember-content-protection-not-working-common-mistakes
Membership upgrade, renewal and cancellation – https://support.tipsandtricks-hq.com/forums/topic/membership-upgrade-renewal-and-cancellation
eStore and eMember integration troubleshooting – https://support.tipsandtricks-hq.com/forums/topic/wp-emember-and-estore-integration-troubleshooting
WP eMember Debug (Payment Buttons) – https://support.tipsandtricks-hq.com/forums/topic/wp-emember-and-plain-paypal-button-integration-troubleshooting
CSS Customization (login, registration forms) – https://support.tipsandtricks-hq.com/forums/topic/emember-login-registration-and-edit-profile-form-css-customization
WP eMember custom coding/misc tweaks – http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
eMember customize compact login widget – https://support.tipsandtricks-hq.com/forums/topic/wp-emember-creating-or-customizing-the-compact-login-widgetlinks
Video Tutorials – http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-quick-setup-and-usage-video-tutorial-132
Difference between a Buy Now and a Subscription button – https://support.tipsandtricks-hq.com/forums/topic/membership-payment-difference-between-buy-now-and-subscription-buttons
How to Retrieve and Show Specific Details of the Logged-in Member – https://support.tipsandtricks-hq.com/forums/topic/how-to-retrieve-and-show-a-particular-info-of-the-logged-in-member
Lost admin access with eMember – https://support.tipsandtricks-hq.com/forums/topic/just-lost-admin-privileges
- This reply was modified 2 years, 3 months ago by admin.
-
AuthorPosts