Forum Replies Created
-
AuthorPosts
-
bradelectroMember
Bingo- thank you.
bradelectroMemberOK I checked “Only Logged In Members Can Checkout” field in the “AddOn Settings” tab of the WP eStore plugin, and it works for the cart, i.e. redirects anonymous users to a page I made called “register first,” however, it doesn’t seem to effect the behavior of my subscribe now buttons, which is what my client really wants. She basically wants *all* users making transactions (from cart, wp_eStore_subscribe shortcode, buy now buttons) to have to be registered first.
What do I do?
bradelectroMemberAhh- it’s only this?
To make WP eStore not let anyone continute to checkout unless they are logged in you simply have to check the “Only Logged In Members Can Checkout” field in the “AddOn Settings” tab of the WP eStore plugin
bradelectroMemberOk, read thru it, everything makes sense. I want to set up a Member Signup Scenario 2. Is there a step-by-step for doing this?
July 23, 2012 at 7:44 pm in reply to: eMember – subscription payment option with trial period – how do I know? #47620bradelectroMemberAh ha- I wasn’t using the subscription button shortcode. That was an easy fix! Thanks.
bradelectroMemberFantastic. I’ll check this out when I’m fresh in the morning- thanks for the point in the right direction.
bradelectroMemberHa ha- it was because I was testing with my already registered email address. I just had to delete myself and then it worked.
bradelectroMemberI’ve been watching the tutorials and reading up in the forums, and have gotten pretty far. My big question at the moment is:
How to include the link to the registration form in “Thank you for your purchase” email? Per your instructions, I have entered the level ID in the appropriate eStore product field, and I have a registration page in WordPress with the registration shortcode. But the email I get after a successful Paypal payment does NOT include a link to the registration page where they will be able to choose their Username and password to complete the registration!
I do get the correct links for digital products though- so I know I can’t be that far off!
July 18, 2012 at 5:56 pm in reply to: eMember – serve snippet of video to non-logged in users, full video to members? #47141bradelectroMemberYes! Topic closed! Thank you for your time and patience.
July 18, 2012 at 12:38 am in reply to: eMember – serve snippet of video to non-logged in users, full video to members? #47139bradelectroMemberNice to know about the shortcodes, thanks. I replaced my PHP with your shortcodes and the non-logged in content works, but the logged in content shows the code, i.e. the HTML. Here is the code I have in the HTML post editor:
[emember_protected scope=not_logged_in_users_only]
<iframe src="http://www.youtube.com/embed/kLXwgJOgpz4" frameborder="0" width="640" height="360"></iframe>
A 10 minute FitMamaTV workout. To view the entire video, <a href="http://www.fitmamatv.com/join-us/">join</a> today!
[wpfp-link]
[/emember_protected]
[emember_protected]
[video mp4="http://fitmamatv.s3.amazonaws.com/CoreMama%20-%2010m%20PRE%20Beg.mp4" width="640" height="480" preload="auto"]
Download this entire video in MP4 format – perfect for your iPad, iPhone or your PC/Mac.
[wp_eStore_add_to_cart id=x]
[wpfp-link]
[/emember_protected]Here is what that renders: http://screencast.com/t/Ree54jDqBJ. I took out the other shortcodes just to see if they were interfering but that wasn’t the issue. Is there something I’m overlooking? Thanks!
July 16, 2012 at 3:56 pm in reply to: eMember – serve snippet of video to non-logged in users, full video to members? #47137bradelectroMember^^^Scratch that question above, I’m going to go the conditional blocks route you recommended. I’d like your opinion on my method, please. First, I installed a plug-in that allows me to place php in posts. Then, I put this in a post using the HTML editor:
[php]<?php if(!wp_emember_is_member_logged_in()) { ?>[/php]***embedded YouTube video***[php]<?php } ?>[/php]
[php]<?php if(wp_emember_is_member_logged_in()) { ?>[/php]
[video mp4="http://mydomain.s3.amazonaws.com/my-video.mp4" width="640" height="480" preload="auto"]
Download this entire video in MP4 format – perfect for your iPad, iPhone or your PC/Mac.
[wp_eStore_add_to_cart id=3]
[php]<?php } ?>[/php]Are their any security issues that I should be aware of? Will non-logged in members be able to view source and get the S3 video link from the code? Also, is there really not a way to do this out-of-the-box? I would think this type of functionality would be built in, i.e. a custom fields box (or something similiar) to serve content to logged-in members, and then another for non-logged-in members content. Right now the only other way to do this that I know of is to create two posts for each type of member…
Anyway, Please let me know if I’m doing this right. Thanks!
July 14, 2012 at 8:19 pm in reply to: eMember – serve snippet of video to non-logged in users, full video to members? #47136bradelectroMemberThanks for the helpful reply. You wouldn’t happen to know of a video player that stops the playhead after a certan point, would you? I’ve been searching but no luck.
bradelectroMemberAh, ok. Well, how do my users upload an image to their profile then?
bradelectroMemberI’m encountering the same issue- the “button” looks like it’s just text in a div, check it out: http://screencast.com/t/Tuuw5HAVQzz9
I guess most people would expect this to be a real form button, that opens up a browse/upload dialogue from the operating system. Er, right?
May 30, 2012 at 6:29 pm in reply to: Change anchor text of display transaction result on thank you page? #45486bradelectroMemberOops- you’re right- I didn’t update it correctly. It’s working now- thanks!
-
AuthorPosts