Forum Replies Created
-
AuthorPosts
-
amin007Participant
You either have a older version of eStore still laying around in your plugins directory that you didn’t fully clear out or the new version you uploaded is missing some files. Please follow the upgrade instructions from here and do as it says.
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31#upgrade
amin007ParticipantLets address your encrypted download file issue first. Are you using PDF stamper or just eStore? This post should help you test your encrypted download system:
How to Test WP eStore Plugin's Encrypted Download System on Your Site
This post will shed some light on why emails can take a while depending on your server:
The IP address and eMember ID are optional fields that are only populated if the information is available. For example if a member makes a purchase without being logged into eMember then the plugin has no way of knowing his eMember ID and it won’t put anything there.
amin007ParticipantWe haven’t fully released this addon yet (we want to add a few more gateways before we do release it for everyone) but this should do the job for you:
http://www.tipsandtricks-hq.com/wp-payment-gateway-bundle-plugin
amin007ParticipantThere is a slight misunderstanding here. The following parameter in the shortcode does not mean only search category one (1):
search_category=1
1 in this context means true (meaning.. yes search this term against the category table too). If thats confusing you can use
search_category=true
which will work fine too.When you do have the search category flag set it will search ALL of your categories (Not just one). Does that make sense?
amin007ParticipantOkay.. is the email address value in your “WP eMember Settings -> Email Settings -> From Email Address” field the same as your actual WordPress admin email?
If they are same this would mean that the sender and the receiver is the same and I know that some servers have issues with sending email when the “to” and the “from” email addresses are the same.
July 14, 2011 at 1:18 am in reply to: Shortcodes not working and No thumbnails in Categories! #34249amin007ParticipantThat sounds like you have a slightly old version of the extra shortcode plugins. Have you recently downloaded a new version of the extra shortcode plugin? When you go to the plugins menu in your WordPress dashboard what version number does it say for the “Extra Shortcodes for WP eStore” plugin?
amin007ParticipantWordPress’s recommended shortcode filtering priority is 11. So if all the plugins specify 11 as the shortcode filtering priority then we will never see this issue. In your installation this is not the case which is why lowering the priority works.
amin007ParticipantThe menu comes from your theme so eMember doesn’t have any control over it. The only way to add conditional menu is to tweak your menu code and add conditions to it. I don’t have any knowledge of your menu code so can’t give more specific instruction unfortunately. You can give that documentation to your theme developer and he will understand the code and be able to help you.
amin007ParticipantPlease get a fresh build of eMember from here:
https://support.tipsandtricks-hq.com/update-request
Are you using the eStore plugin for membership payment? If you are then also update the eStore plugin too from the above URL.
amin007ParticipantFirefox is OS independent as they use the same rendering engine in the core so this won’t be an issue related to the OS. This issue could be related to caching. Do you have a caching plugin?
amin007ParticipantThis shouldn’t be hard to track. Are you using just free membership or a mixture of paid and free membership? If you are using paid member then are you using eStore for your membership payment?
amin007ParticipantPlease use the contact form to contact us and someone will organize this for you.
July 13, 2011 at 6:25 am in reply to: No Customer Record Being Created But Everything Else is Working #31913amin007Participantwhich payment gateway are you using and what version of eMember and eStore do you have installed now?
amin007ParticipantYou need to add conditional statement around your menu. This post will give you examples as to how you can use the conditional statements of eMember:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
amin007ParticipantOkay added the search_category parameter to the following shortcode too:
[wp_eStore_product_search_with_add_to_cart_button search_category=1]
When you use the “search_category=1” parameter in the shortcode it searches for that string in all of your categories. The category search result is displayed at the bottom of the product search result. So it will first show a list of the product search then it will list the categories which also has that search string.
You can get a new build of the extra shortcodes plugin from here:
-
AuthorPosts