Forum Replies Created
-
AuthorPosts
-
amin007
ParticipantHi Austen, The eMember doesn’t let you control the access inside the dashbaord. It only lets you control the access to the content (e.g. posts, pages, comments)
March 19, 2010 at 5:12 am in reply to: Can we Allow Shopping Cart Anchor in the Simple Paypal WP plugin? #18829amin007
ParticipantThe “Shopping Cart Anchor feature” in WP eStore should work fine. If you are having issues with it please post a link to the Page where you have the “Add to Cart” button so I can take a look at it and see what could be going wrong.
amin007
ParticipantRemember, you can use your “Secure Merchant ID” instead of the plain email address which should take care of this concern.
Regarding the encryption plugin… I have never used it so I can’t really tell you if it will ruin something.
amin007
ParticipantThis page explains the typical member registration flow:
Doesn’t matter what type of button you use (buy now or subscription) it will always follow that registration flow.
This page explains how you create a payment button in eStore for membership payment:
amin007
ParticipantHi Lena, at the moment PayPal after cancellation sends info to eMember and subscriber’s account becomes inactive immediately. I see your point though… I will look into it and see how the functionality can be modified (it should be doable).
amin007
ParticipantAh you are using “Buy Now” type buttons… “Buy Now” buttons do not go through the checkout so it didn’t use to get the “Page Style” info with it. I have updated the plugin since.
I will send you an update to the plugin and that should fix this issue.
amin007
ParticipantPlease try the plugin first without doing any modification to it. This will ensure that the custom modification didn’t break anything. Once you try this then my next question is are you using a caching pluin that is caching the “checkout” page?
If the above is not a problem then it would suggest that the PHP session on your server is not working correctly. Fixing PHP session issue is usually very easy (one email to your hosting provider should do the trick).
March 17, 2010 at 11:36 pm in reply to: I deleted a membership level now I cannot access anything in my dashboard at all #18947amin007
ParticipantThe cPanel info you get from your hosting provider. When you signed up with your current hosting provider they gave you this info.
Once you have the cPanel login details you can get into your MySQL database and fix it in 2 minutes. I have sent you an email so you should be able to just reply to that email.
amin007
ParticipantDid you specify the style name in eStore? Specify the style name in the “Custom Checkout Page Style Name” field (in the payment gateway settings tab of eStore).
amin007
ParticipantI can tell you where in the eStore code is signs up the customer with MailChimp. You can then modify the code a bit and add the date field (this requires PHP knowledge though).
March 17, 2010 at 11:17 pm in reply to: Text Or Image Not Showing Up On The Submit Buttons With The Forms #18918amin007
ParticipantYep, looks like your theme is specifying the background to be #fff (which is white). So add a color property in there like the followng:
color: #000;
The other option is to change the CSS of the eMember plugin. You can change the color property specified in the following css to color: #000;
.eMember_button {
text-transform: uppercase;
font-size: 12px;
padding: 3px 30px 3px 30px !important;
color: #fff;
font-weight: bold;
background: #4780AE;
border-left: 1px solid #7ab7e8;
border-top: 1px solid #7ab7e8;
border-right: 1px solid #084577;
border-bottom: 1px solid #084577;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 5px 0px 5px 0px;
cursor: pointer;
}
amin007
ParticipantYou can use plain HTML in the “Product Description” section. You can have a look at how I use it here:
Please let me know the version of eStore you are using and I will try to assist you.
amin007
ParticipantI just checked your site in IE8 and it works fine for me. Can you please specify which version of IE?
Also, to me the following error do not suggest that the problem was with the “form”:
“Internet explorer was not able to open this internet site. The requested site is either unavailable or cannot be found. Please try again later.”
Looks like the site was temporarily unresponsive and IE showed that error.
amin007
ParticipantPayPal has different API for handling subscriptions and the other type of payments which is why they are handled slightly differently in eStore too.
“they still need to register their details” – if you can elaborate on this then I might be able to help. Register whit what?
March 17, 2010 at 10:25 pm in reply to: I deleted a membership level now I cannot access anything in my dashboard at all #18945amin007
ParticipantBasically, you have removed yourself as admin then assigned your user account a lower WordPress role (e.g subscriber).
Remember, when you use “WordPress User Integration” feature, any modification you make to eMember users also have the same effect on the WordPress user. Modifying a users Role through the eMember plugin has the same effect as modifying a user’s role from the “Users” menu of WordPress.
Please get cPanel access to your site from your hosting provider and I should be able to restore you admin access back.
Just try to be careful when you are dealing with the admin member in eMember in the future
-
AuthorPosts