Forum Replies Created
-
AuthorPosts
-
adminKeymaster
I put in some on the extra shortcodes plugin today and added this option. You can use the
category_id
parameter in the search shortcode to restrict the search within a particular category. Here is an example:[wp_eStore_product_search category_id=1]
Here, 1 is the particular category to search.
Please get another build of the extra shortcodes plugin from here to get the new option:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
adminKeymasterYes, there is a way to customize the email content that gets sent to the affiliate when they receive a commission. This post will help:
adminKeymasterThis document has a few examples of how you can custom code and control access to content:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
adminKeymasterThe quantity field is suppose to be next to the label by default. The following CSS on your theme is messing up the input fields a little (see the “width: 45%”?):
.format_text input, #commentform input, #commentform textarea {
border-width: 0.071em;
padding: 0.214em;
width: 45%;
}
I see you are using the thesis theme… if you follow this post you should be fine:
adminKeymasterPlease share the content of the “eStore_post_payment_debug.log” file (this file will have the logs related to the autoresponder subscription)
adminKeymasterSubscription duration (the amount of time a member can have access to this membership level’s content) can be set to any amount of time that you prefer.
More details here:
adminKeymasterThe shipping variation select box has the following CSS class attached to it (this can be used to customize the font size):
shipping_variation
I actually wouldn’t recommend making the font smaller. You are using the shopping cart on the sidebar and the sidebar is not very wide. Obviously it will not be able to fit everything in a narrow sidebar so I would recommend you place the shopping cart on a separate page (create a page called “checkout” and place the shopping cart there.
Now, you can fill in the URL of this checkout page in the “Checkout Page” field and check the “Automatic redirection to checkout page” checkbox in eStore settings menu which should make it work better.
adminKeymasterUploaded a new build where we addressed this validation issue.
adminKeymasterThis is whats happening on your site:
If you view the HTML source code of your site you will see the following line of code… see how your theme is hardcoding an older version of JQuery library?
<script type='text/javascript' src='http://www.dwelldfw.com/wp-content/themes/Unite/js/jquery-1.4.min.js?ver=1.4.2'></script>
This is introducing a javascript conflict on your page.
Please get a fresh build of eMember from here to see if helps:
https://support.tipsandtricks-hq.com/update-request
If you still see the issue after an update please do this test (only do the theme test):
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
August 23, 2011 at 11:37 pm in reply to: A couple of clarifications regarding to Auto Upgrade feature #35811adminKeymaster“I want the customer pays a monthly fee to see the contents released every 7 days” – Is this applicable for all your levels (L1, L2, L3 etc?)?
When a member breaks the membership payment cycle his account will be inactive (he won’t be able to see any protected content). When he pays for the membership level he will start from the beginning again unless you create particular membership level buttons for each membership level where you want him to pickup from.
adminKeymasterThe last build of eMember seem to have a minor validation glitch which caused this issue. We have reverted the eMember build to the last stable build (v5.9.5) where it should be working correctly. If anyone else is seeing this exact issue please get another build of eMember from here and you should be fine:
adminKeymasterThank you. You can disable the free membership now. I don’t see anything weird in the HTML code. I have sent you an email to get site access so I can check the PHP code of the plugin to see where those 3 lines are coming from.
adminKeymasterI actually need to be able to see the HTML source to determine the cause. There are two options
1) You can temporarily enable free membership so I can check the registration page
or
2) You can create a test page and place a shortcode to create a back door registration form for me to see. This page will explain more (check the back door registration form section):
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
August 23, 2011 at 8:45 am in reply to: SUCCESS :Member signup URL :Error returned from WishList #35799adminKeymasterWhat version of eStore are you using?
adminKeymasterThe shortcode you are using is definitely right so it had to be the case of a slightly older plugin version. When you go to the plugins menu what version number does it say next to the extra eStore shortcodes plugin?
-
AuthorPosts