Forum Replies Created
-
AuthorPosts
-
February 15, 2012 at 1:10 pm in reply to: Different Mailchimp lists for different eMember levels #41992PeterMember
Hi Kate,
Yes it is.
Just enter your appropriate list names in the field called “Autoresponder List/Campaign Name (optional)” which can be found in a membership level’s configuration settings.
Don’t forget to also enable the mailchimp autoresponder and enter your required details in the eMember main settings page too.
PeterMemberHi,
When you see a message such as “Cart does not meet the minimum requirement for this coupon” it usually means that your coupon has some other conditional option attached to it.
Check your coupon configuration and look in the “Conditions (Optional)” section to see if you have also inadvertently configured a condition.
If you have, simply delete the entry in the last text field of the “Conditions (Optional)” section so that it is blank and then save the coupon and try your test again.
Having said that, there is nothing to stop you from actually provisioning a conditional option in addition to the “automatic discount settings” to achieve a certain scenario.
Just keep in mind, that in order for the automatic discount to trigger, the “Conditions (Optional)” settings will also need to be met.
PeterMemberPlease see this post which may help you:
http://www.tipsandtricks-hq.com/ecommerce/how-shipping-address-is-collected-from-the-customer-228
PeterMemberHi,
Hmmm…If all of your customers were from areas which warrant the same shipping charge you can specify a shipping cost per product in the “Shipping and Tax” section of the product config and then it would be added to the cost automatically.
However, in your case you are using shipping variations and this means that they have to click the update button.
I can see your point about people not clicking the button. To make eStore automatically apply the shipping cost when selecting a variation from the drop-down without needing to click the “Update” button will require a code change.
Let’s wait for Admin to reply and he can recommend what your best option is.
ps: At the very least, you can set yourself a base shipping cost which applies to all products and then add the variation for the more expensive shipping options.
This way at least you will recoup some of the shipping for the cases where people forget to click the update button.
PeterMemberHi,
For any CSS styling and alignment tweaks you are encouraged to enter your changes in the custom style sheet file.
This has been especially created for customized tweaking like you are planning on doing.
For example after looking at your site with firebug a quick alignment of some of the components can be done with the following code:
.shopping_cart table tr td {
text-align: left !important;
}
February 14, 2012 at 11:49 am in reply to: all the download links are getting the typical error messages discussed here #41938PeterMemberHi,
Can you please check this checklist:
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
Then do what this post says and share the “download_manager_debug.log” debug file’s content here again:
PeterMemberHi, Please load a new build of eStore by following the steps in this link:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
February 13, 2012 at 10:44 pm in reply to: Nested Shortcode (Not Resolved by editing wp_eMember1.php) #41906PeterMemberHi,
You mention that you have “two wp-eMember shortcodes nested, where the second one is displaying itself rather than it’s output”.
I can only see one eMember shortcode, ie, [wp_eMember_user_details user_info=”email”]
This one doesn’t appear to be from eMember:
[sf_become_member_link]
PeterMemberHi,
Yes you can restrict content to a particular member.
Simply place the content you want only your member to see within this shortcode:
[emember_protected member_id=1]
….your content…..
[/emember_protected]
The above example will allow only member with member_id=1 to see the content.
Be careful to ensure that you enter the correct member_id value for the specific member in question.
PeterMemberHi,
Yep it can easily be done.
Modify the file /wp-eMember/lang/eng.php and look for the following piece of code:
define("EMEMBER_COMPANY","Company");
Modify the above to:
define("EMEMBER_COMPANY","Radio Station");
PeterMemberHi,
Please load a fresh copy of the latest eMember plugin by following the instructions in this link:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
PeterMemberHi,
Let’s take it a step at time.
Can you please enable debug so we can see if the plugin is at least trying to send an email.
To enable debug for eMember just set the “Enable Debug” checkbox in the settings page.
Then share the output from the eMember_debug.log file.
The following link outlines several common reasons why emails might not be received:
February 12, 2012 at 10:53 pm in reply to: customer cannot see typing on ajax squeeze page while entering name/e-mail #41884PeterMemberFebruary 12, 2012 at 9:32 pm in reply to: Lightbox Ultimate – Description doesn't fit in overlay for prettyPhoto #41879PeterMemberHi,
Please send a link to the page with this issue so we can take a look in firebug.
February 12, 2012 at 9:30 pm in reply to: Member level not showing up, so all content is unaccessable #41847PeterMemberOk so you say you’ve got the latest version of eMember and you’ve checked all of your settings.
Let’s wait for admin to read this and he will suggest something else you can try or request site access so we can take a look.
One more question:
” if I check the members screen I am showing I (I am the only user so far) have no membership level”
In the “Members” section of the administration panel – have you tried editing the member with the blank level and setting it manually?
-
AuthorPosts