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

amin007

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

Forum Replies Created

Viewing 15 posts - 5,476 through 5,490 (of 5,807 total)
← 1 2 3 … 365 366 367 … 386 387 388 →
  • Author
    Posts
  • December 27, 2009 at 2:53 am in reply to: Showing Dynamic "View Cart" Button #16929
    amin007
    Participant

    You will have to use PHP… try something like this

    if (digi_cart_not_empty())

    {

    // code to show the “view cart”

    }

    December 27, 2009 at 2:49 am in reply to: Buttons not displaying #16902
    amin007
    Participant

    I am not sure what sort of setup you have for you WordPress but there is definitely something going screwy. I tried to access your “wp-content” folder:

    and both of them gives 404 error.

    ” class=”bbcode_url”>

    and both of them gives 404 error.

    December 27, 2009 at 2:40 am in reply to: Encrypted link from "Admin Functions" page isn't #16926
    amin007
    Participant

    Yeah, when you use “Digital Product Variation” it doesn’t generate the link because it needs to know the specific variation name to be able to generate the appropriate link for that variation.

    I have added an option so you can specify the “Variation Name” and it will generate the link for products with digital product variation. I have sent you and update.

    December 26, 2009 at 11:53 pm in reply to: Unable to change the eStore product price #16922
    amin007
    Participant

    Hi Frank, WordPress 2.9 should not be a problem cause I tested it already :)

    I am pretty sure you didn’t “Deactivate and reactivate” the plugin when I gave you an updated version even though I said to do that :)

    Please give that a try and get back to me.

    December 26, 2009 at 2:07 pm in reply to: WP eMember isn't setting up members automatically #16215
    amin007
    Participant

    I understand… this usually happens for one of the following two reasons:

    1) the email is getting blocked by your server or

    2) going to the spam folder.

    We just need to confirm that one of the above two is not happening then we can see what the real issue is.

    Are you getting the product sale notification from the eStore?

    December 26, 2009 at 6:39 am in reply to: WP eMember isn't setting up members automatically #16213
    amin007
    Participant

    Do you have the “Use WordPress Mailing System” checkbox checked in the settings menu of the eStore plugin?

    December 26, 2009 at 1:13 am in reply to: WP eMember isn't setting up members automatically #16211
    amin007
    Participant

    The corresponding WordPress user is created when the “membership registration” is completed by following the unique link that is emailed out to the member.

    We need to address why the email is not getting sent out. Did you save the settings under the “Email Settings” option?

    December 26, 2009 at 1:06 am in reply to: Question about Integrating WP eStore with WP eMembers #15782
    amin007
    Participant

    Hi Kate, the registration flow is the same for signing up for any type of membership except the free one (this one doesn’t have any payment involved). I have replied to your comment which should answer the “Trial” membership option.

    The basic member registration flow is the following:

    1) Visitor lands on your site.

    2) Want to become a member after seeing some of the awesome content.

    3) Follows the “Register” or “Join Today” link.

    4) The above mentioned links will take them to the “Membership Payment” Page. It may look similar to the one here (http://www.tipsandtricks-hq.com/eMember-demo/members-home/join-us)

    5) From this page they can decide which membership option they want to choose (eg. Free, Silver, Gold or whatever you are offering)

    6) If they choose the “Free Membership” then they just follow the link and sign up for a free membership. Remember, the free membership sign up is only possible if you (the admin) allow free membership on your site.

    7) If they choose a “Paid Membership” then they make a payment by clicking on the payment button for the appropriate membership.

    8) Once the Payment is confirmed (at this point the plugin knows what type of membership this member wants), the plugin will create the appropriate membership account for this visitor.

    9) The member will receive an email that contains a UNIQUE link to complete the registration.

    10) When the member clicks on that link in the email it will let them choose a “username” and “password” and complete the registration. At this point the member can log into the site.

    Step 9 and 10 are additional steps that allows the member to choose their own “username” and “password”. Many membership plugin just randomly creates a “username” and “password” for the member and completes the process at step 8. From my experience I know what most people do not like to receive random “username” and “password” assigned to them so in WP eMember I made sure the members can choose the login credentials.

    Let me know if this makes sense

    December 25, 2009 at 1:43 am in reply to: Can you send me the upgrade again? #16918
    amin007
    Participant

    So did you create a coupon with the “Item Quantity” or “Total Quantity”? I have a feeling you used the “Item quantity” when you actually need to create a coupon with the “Total Quantity” condition.

    December 24, 2009 at 10:06 pm in reply to: After checkout I am directed to PayPal – with no option to use a VISA card #16115
    amin007
    Participant

    @MrDoru, Your buyers who doesn’t have a paypal account will see the credit card payment option when they click the checkout button and go to PayPal.

    When you are testing it out on your computer PayPal knows that you have a PayPal account (from the cookies) so it’s not displaying the credit card option. It doesn’t mean your buyers won’t see it.

    This link explains this in details:

    WordPress e-Commerce Knowledgebase

    I have deleted your other forum post as that’s exactly the same as this one.

    December 24, 2009 at 9:45 am in reply to: Cart Widget #16914
    amin007
    Participant

    Yes you can do it. Just a PHP function to call from your sidebar.php file.

    All the available shortcodes and PHP functions are listed here:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460

    December 24, 2009 at 9:42 am in reply to: Want to move my bottons down a smidge… #16911
    amin007
    Participant

    Hi Jessica, No need to be sorry :)

    The easiest way to do this would be to put the following code before the button shortcode:

    </br>

    The above HTML code starts a new line so you can use that to add empty line to create some space.

    December 24, 2009 at 9:06 am in reply to: Adding product thumbs next to item titles in shopping cart list #16906
    amin007
    Participant

    Do you want to display the thumb sized image of the image thats displayed in the NextGen Gallery or a thumb sized image that you have specified in the “Additional Product Description” section of the product? If you want the later one then it should be pretty easy to do.

    December 23, 2009 at 8:45 pm in reply to: Buttons not displaying #16900
    amin007
    Participant

    Hi Lucy, obviously it’s not finding the image at the location that was specified so we need to fix that.

    Can you check your HTML of the Cart (not from the code, check it from the browser) to see what URL it’s using for the image?

    Are you using any caching plugin?

    December 23, 2009 at 6:17 am in reply to: IonCube and Nginx #16898
    amin007
    Participant

    Ioncube is not needed anymore.

  • Author
    Posts
Viewing 15 posts - 5,476 through 5,490 (of 5,807 total)
← 1 2 3 … 365 366 367 … 386 387 388 →

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