Forum Replies Created
-
AuthorPosts
-
admin
KeymasterNo, there is no option to manually approve one particular level. You can only enable the “Manually Approve Member Registration” option in the setting to manually approve members for all levels. You can manually keep an eye on the users that are registering for this *special* level and moderate them if needed.
admin
KeymasterYou can do this right now just by doing the following:
define("ESTORE_ITEMS_IN_THE_CART", "<span>Items</span>");
or
define("ESTORE_ITEMS_IN_THE_CART", "<span class='item_span'>Items</span>");
Now, you can customize it from the CSS file.
admin
KeymasterI got it… I will look at it and reply via email.
admin
KeymasterYou can simply use the following shortcode on your sidebar to show an affiliate login widget for the on page version (add a text widget and use this shortcode):
[wp_aff_login_onpage_version url="link-to-your-affiliate-login-page"]
If you have your WordPress page(s) working with SSL then the plugin will automatically work with SSL (there is nothing special that need to be done).
February 7, 2012 at 10:19 am in reply to: Manual Checkout not redirecting to Thank-you page – debug results included #41620admin
KeymasterFrom the debug it looks like it is hitting an error when it tries to create a Mailchimp API object. This would indicate that there is a plugin that you are running on this site which is also doing something with the MailChimp API object and creating a conflict. Can you please do this test and report back?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
admin
KeymasterBy default the “First” option will be selected (so if the customer didn’t change the selection it would mean that he wanted the first option). Yeah it should be possible to do something similar to what you suggested using JavaScript.
February 6, 2012 at 10:40 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18126admin
KeymasterI am pretty sure the cookie won’t get deleted when you close the browser but make sure to test it (so your customer will have access for “N” minutes). wzp is the expert on this one but it doesn’t hurt to do a quick test.
admin
KeymasterAt the moment we only have text link option for “Add to cart” and “Buy Now” type buttons. The subscription type buttons do not have a text link option. We have plans to add this in a few days time. This post will explain the different types of buttons:
Update: PayPal Subscription text link feature has been added to the plugin:
February 6, 2012 at 10:35 am in reply to: 'Page Not Found' when adding/removing products from Cart #27885admin
KeymasterWe don’t have a global
$product
variable. I am not sure what that theme is trying to do but a product should not be accessed via this $product variable.admin
KeymasterWhen creating a subscription product make sure the value you enter in the “Price” field is lower than the trial and recurring billing (or use a descriptive price like “$50 per month”). This way it won’t fail that verification check.
admin
KeymasterWhat value do you see against the “eMember_configs” column of the options table for the backup you took?
admin
KeymasterOkay. Some setup step is most likely missing… I sent you an email to get site access so I can investigate further.
admin
KeymasterI sent you an email to get site access so I can checkout what is going on.
February 6, 2012 at 3:13 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18124admin
Keymaster1. Create a WordPress page for product 1 where you use the APR shortcode with 7 day expiry.
2. Create another WordPress page for product 2 where you use the APR shortcode with 30 day expiry.
Use the URL of the above pages in the respective products “Digital Product URL” field.
admin
KeymasterYeah, eMember can update the affiliate profile but opposite is not true. eMember is a member management plugin so it has the capability to manage all aspect of a member (including this affiliate account). When you use eMember and affiliate together it is expected that your member’s use the eMember’s member management system (login, profile update, reset password etc.). This way your members will have to log into the site only once and have to remember only one set of member management operations.
-
AuthorPosts