Forum Replies Created
-
AuthorPosts
-
September 9, 2011 at 1:42 am in reply to: Integration eStore and eMember and how duplicate membership is handled #36420adminKeymasteradminKeymaster
The “Join Us” page is an integral part of eMember (all membership plugins need a join us page to function). So there is no option to turn off the join us page without modifying the code but the following might be an easier workaround for you:
Simply state something like the following on the “Join Us” page:
The membership on this site is private and can only be created by the admin ....
To remove the following message:
Please Login to view this Content.(Not a member? Join Today!)
Search for the following function in the “eMember_auth_utils.php” file:
get_login_link
Once you find it add the following line as the first line of this function:
return "";
If you wanted to customize the “Join Now” text, you can do so by following this method:
adminKeymasterIf you are using the instruction box of eStore then that instruction will be added to the product name in the cart (visible to the customer). You can checkout how you works on the demo page here (see the 2nd product here):
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175
If you are using a means that is outside of eStore plugin to collect instruction then the plugin doesn’t know about it and cannot include it in the cart. For example if you are using a contact form to collect some special instructions, it is best to place this option on the “Thank You” page so the customer can fill it out after the transaction. The contact form has a way to show a message saying something like “Your message has been sent” which should be enough confirmation.
adminKeymasterI din’t do it so I don’t have any idea (another developer added this). We don’t keep track of what files changed because everyday there are some changes being committed to the version control system. This is part of the reason why we do not support any customized version of the plugin (you are free to do modifications to the plugin for your needs but we have no way of supporting it).
adminKeymasterJust add the following CSS in the “wp_eStore_custom_style.css” file of the eStore plugin:
.eStore_paypal_checkout_button{
width:200px;
height:100px;
}Obviously change 200 and 100 to the value you prefer.
adminKeymasterWhich fancy display are you using? Please post a link to the page where you are using it.
adminKeymasterIs this issue different than the one you had and solved earlier?
adminKeymasterI understand what you mean. The only other way you can handle this is via an autoresponder sequence.
– The customer subscribes for the product
– He gets signed up to a particular list in your autoresponder server
– The autoresponder starts sending the preconfigured emails to the customer (1 every month with the URL of the book)
I don’t know of any other way to give content to customers over time except these two methods (drip feed and autoresponder sequence).
September 8, 2011 at 10:18 am in reply to: Switched to Server, Registration links not working #36289adminKeymasterIt is easy to test the session thing with estore. Please post a link to a page where you have an add to cart button and i will test
September 8, 2011 at 10:09 am in reply to: Integration eStore and eMember and how duplicate membership is handled #36418adminKeymasterIt won’t create a new account if the customer already has an account.
adminKeymasterYou are using WP eStore and the Affiliate Platform plugin so please run a test transantion with debug option enabled then share the debug data which will reveal the issue. This post will help you setup eStore’s debug option:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
September 8, 2011 at 9:12 am in reply to: Custom Fields not appearing in Manage Members table #36262adminKeymasterThat table is just a summary display… that table cannot display all the details of a member in one row. You need to click on the “edit” link to see the full details of the member and your custom fields will be there.
adminKeymasterThat session test only proves that you can store the variable in the session. It doesn’t mean that the variable is actually getting stored in a persistent manner so it can be used on other pages of the site (this is a common mistake the hosting providers make).
Are you using the eStore plugin by any chance?
adminKeymasterIt is always a good idea to use properly encoded MP4 file of online video.
Use our HTML5 Video display shortcode which can play videos on all platforms given your video is encoded properly.
Check the “HTML5” section in the documentation for the appropriate shortcode
adminKeymasterThe {total_shipping} email tag was added to the plugin recently so make sure you have a recent build of the plugin. You can download a latest build of the plugin from here:
-
AuthorPosts