Forum Replies Created
-
AuthorPosts
-
amin007
ParticipantCustom user input doesn’t work on subscription buttons.
Same with the subscription button t&c option. You can however have a line below or above the button that says something like to cover the terms and conditions side of things:
“By subscribing you agree to our terms and conditions”
amin007
ParticipantThe no CSS is specified for the drop down select fields. This way it will inherit the CSS specified in your theme.
You can introduce it yourself you like… the code is in the “eStore_button_display_helper.php” file.
March 17, 2010 at 6:59 am in reply to: Setting specific date and month to begin Recurring Billing #18915amin007
ParticipantHi Brownie, I understand what you are trying to do. PayPal does not allow you to set a specific date for the recurring billing start date.
PayPal suggest to use the “Trial Period” option to tweak the value to meet your needs which you are already doing.
You could write a script that calculates the remaining number of days and from that dynamically calculates what the trial duration should be to start the recurring billing on a specific date.
If you are interested I could look into doing a custom solution maybe:
March 17, 2010 at 6:49 am in reply to: Text Or Image Not Showing Up On The Submit Buttons With The Forms #18916amin007
ParticipantMost likely the color specified for in the CSS is matching with the one specified in your site’s background. So it should just be a matter of changing the color to something else. Please post a link to your site so I can have a look and suggest a workaround.
amin007
ParticipantLet me know if this option will help with what you are after:
amin007
ParticipantNope, it won’t violate the terms of use
amin007
ParticipantOpen the file called “eMember_misc_functions.php” and search for the following function:
function show_edit_profile_form()
I am sure you will be able to remove the profile pic from there. If you need more help let me know.
amin007
Participant@AlxRam, Unfortunately WP eMember doesn’t have “First Click Free” feature. This is something we do plan to implement in the future but couldn’t give you any dates at this time though.
amin007
ParticipantUse a simple “Buy Now” button for the payment rather than subscription buttons. Remember you can use any type of buttons for membership payment (“Add to Cart”, “Buy Now” or “Subscription”)
amin007
ParticipantHi Lena, If a member account is set to “Expired” state then it will definitely block them from accessing “Restricted Content” if this is not happening then I will need to take a look at your system and address it.
The WordPress integration is there for people who want to use it. Some people have other wordpress plugins that work based on wordpress user accounts so if the eMember is integrated then they can all share the same login and stuff. I personally like to keep it separate so I wouldn’t use that feature if I specifically didn’t need it.
amin007
Participant“Do you think this would be the culprit?” – Hard to say without testing it out but it’s a possibility.
amin007
ParticipantI have added this option so you can use the following shortcode to display all the categories:
[wp_eStore_list_categories_fancy]
March 16, 2010 at 1:12 am in reply to: How do you Turn off Styling around the Buy Now Button Custom Image? #18837amin007
ParticipantJust the button itself does not have any border that eStore puts. Maybe your theme is putting the border for image or input types (some theme does this). If this is the case then you will need to change your theme’s CSS.
If you are using the fancy display option and want to modify the border for the thumbnail then search for the following line and modify the css there:
/* === Fancy display css === */
amin007
ParticipantYeah you can use any Gateway to accept the payment and hook it with eMember as long as you can code it up
Does PayMate have an Instant Payment Notification functionality similar to PayPal’s IPN? If it does then this shouldn’t be too hard as I can give you an IPN handling script which you can tweak to work with PayMate.
amin007
ParticipantWhich payment method is this for? PayPal, Manual?
Please post a link to your products page too if you can.
-
AuthorPosts