Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi Matteo,
Which version of the eStore plugin are you using?
Have you made any modifications to the plugin?
Are you using a caching plugin?
Can you please follow the directions in the link below to eliminate the possibility that you may have a PHP session problem:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
PeterMemberHi Matteo,
Oops I replied in the wrong thread. I’ll take another look and see if I can find an answer.
January 30, 2012 at 12:10 am in reply to: Not Receiving Download Link nor Download Links on Thank You Page #41374PeterMemberHi Matteo,
Did you set up the PDT correctly?
See this post for more:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
PeterMemberHi Matteo,
Please see this post:
https://support.tipsandtricks-hq.com/forums/topic/shopping-cart-not-emptying
PeterMemberHi,
Yes. In your particular product configuration go to the “Inventory Control” section and edit the “Sales Count” field.
PeterMemberHi again,
I just realised that you wanted the second sentence modified not the first
If you look at that eng.php you’ll see that the sentence “Please Renew your account” is made up of a conglomeration of the other message definitions shown in that file.
You can change some of these OR you can define your own message.
Then you will need to go to the file /wp-eMember/emember_access_checkers.php and find the following line and change it to reference your message:
$account_upgrade_url = $emember_config->getValue('eMember_account_upgrade_url');
return wp_emember_format_message (EMEMBER_HIDDEN_CONTENT_MESSAGE. '
'.EMEMBER_PLEASE.' '.EMEMBER_RENEW_OR_UPGRADE.' '.EMEMBER_YOUR_ACCOUNT);Hope that helps.
PeterMemberHi,
You can modify the message by changing it in the file which lives here:
/wp-eMember/lang/eng.php
Look for the line:
define("EMEMBER_HIDDEN_CONTENT_MESSAGE","Hidden content is not available to this membership level. ");
I highly recommend making a copy of the original file first
PeterMemberHi,
Please see this post which may help you:
https://support.tipsandtricks-hq.com/forums/topic/more-info-button
PeterMemberHi,
Yes there are a number of fancy display options for displaying products by category.
You will need to download and install the extra shortcodes plugin.
Please see this page for more info:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
PeterMemberHi,
If you are using PayPal as the payment gateway, you can set tax and shipping costs in your PayPal profile.
Then you can set the eStore plugin to revert to “Use PayPal Profile Based Shipping” in your settings.
PeterMemberHi Dave,
Ok the best thing to do is to use the same shortcode as before but to suppress the message which talks about hidden content being forbidden.
Note that there is also an example of this on that page I sent you earlier.
So you would use the following:
[emember_protected for=2 do_not_show_restricted_msg=1]
your protected content goes here
[/emember_protected]
Then you can put whatever message and link you like outside of the above tags.
PeterMemberHi,
Please see this for more info about the required fields:
WP eStore – Troubleshooting Autoresponder Signup Not Working
Here’s another post about someone who had the same issue as you and what they did to fix it – see the last entry:
PeterMemberHi,
Have you checked what’s in the “eMember_debug.log” file which is located in the eMember root directory?
PeterMemberHi,
No, do not make changes to the “eMember_style.css”.
Always put your CSS modifications in the “eMember_custom_style.css” file. The code you place in this file will override the code in the “eMember_style.css” and this purpose of this file is specifically for custom CSS modifications.
Keep a copy of your “eMember_custom_style.css” file somewhere on your computer or server and then when you upgrade the plugin simply place it back into the plugin’s CSS directory.
PeterMemberHi Dave,
What you need to do is to protect a section of a post or page.
For example, in the level 2 membership page use the following shortcode to protect the content you wish. Outside of the shortcode tags put your link or button text informing people how to join your level 2 membership.
See example below:
<Your unprotected link or text asking them to upgrade goes here>
[emember_protected for=2]
your protected content goes here
[/emember_protected]
The above shortcode effectively means that the content within the shortcode tags is only accessible by people who have level 2 membership.
For more info about protecting a section of a page see this post:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
-
AuthorPosts