Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

bradelectro

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)
1 2 3 →
  • Author
    Posts
  • July 25, 2012 at 12:54 am in reply to: eStore – collect emails BEFORE payment? #47627
    bradelectro
    Member

    Bingo- thank you.

    July 24, 2012 at 3:34 am in reply to: eStore – collect emails BEFORE payment? #47625
    bradelectro
    Member

    OK 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?

    July 24, 2012 at 2:26 am in reply to: eStore – collect emails BEFORE payment? #47624
    bradelectro
    Member

    Ahh- 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

    July 23, 2012 at 8:32 pm in reply to: eStore – collect emails BEFORE payment? #47623
    bradelectro
    Member

    Ok, 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? #47620
    bradelectro
    Member

    Ah ha- I wasn’t using the subscription button shortcode. That was an easy fix! Thanks.

    July 23, 2012 at 3:46 am in reply to: eStore – collect emails BEFORE payment? #47622
    bradelectro
    Member

    Fantastic. I’ll check this out when I’m fresh in the morning- thanks for the point in the right direction.

    July 19, 2012 at 2:16 am in reply to: eCommerce – how to set up membership levels like this #47530
    bradelectro
    Member

    Ha ha- it was because I was testing with my already registered email address. I just had to delete myself and then it worked.

    July 19, 2012 at 2:04 am in reply to: eCommerce – how to set up membership levels like this #47529
    bradelectro
    Member

    I’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? #47141
    bradelectro
    Member

    Yes! 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? #47139
    bradelectro
    Member

    Nice 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? #47137
    bradelectro
    Member

    ^^^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? #47136
    bradelectro
    Member

    Thanks 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.

    July 6, 2012 at 10:03 pm in reply to: Changing the Profile Images #43088
    bradelectro
    Member

    Ah, ok. Well, how do my users upload an image to their profile then?

    July 4, 2012 at 8:49 pm in reply to: Changing the Profile Images #43086
    bradelectro
    Member

    I’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? #45486
    bradelectro
    Member

    Oops- you’re right- I didn’t update it correctly. It’s working now- thanks!

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 32 total)
1 2 3 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ