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,386 through 5,400 (of 5,807 total)
← 1 2 3 … 359 360 361 … 386 387 388 →
  • Author
    Posts
  • January 14, 2010 at 1:34 am in reply to: Double Orders #17237
    amin007
    Participant

    "Any ideas on how to turn off one set of emails and make each order only count once?"

    This should not be happening under any circumstances. This is the first time I am hearing this though. Have you modified any part of the plugin code?

    Please post a link to the page where you have the “Add to Cart” or “Buy Now” buttons.

    January 14, 2010 at 12:00 am in reply to: Question about adding login status to Nav bar on page #17192
    amin007
    Participant

    You should just be able to place the above code in your “header.php”. WordPress knows if that function is available or not

    January 13, 2010 at 11:02 pm in reply to: Hundreds of products – one similar price #17217
    amin007
    Participant

    You will need to get the Image ID from NextGen gallery then add the name of the “Image” as the product name when the “Add to cart” button is clicked. As I mentioned earlier this involves coding in PHP though. I am working on developing something at the moment which might do what you are after. So if you can wait a few days then I might have a solution for you.

    January 13, 2010 at 9:35 pm in reply to: Product Name on simple paypal is resizing #17233
    amin007
    Participant

    It’s most likely a CSS issue. If you can post a link to the page where you have the cart then I will be able to take a look and give you some suggestions.

    January 13, 2010 at 10:46 am in reply to: Simple shopping Cart General Issues #15739
    amin007
    Participant

    This post should explain how to use tax:

    http://www.tipsandtricks-hq.com/ecommerce/how-to-use-sales-tax-regional-international-when-selling-using-paypal-191

    January 13, 2010 at 10:41 am in reply to: Hundreds of products – one similar price #17215
    amin007
    Participant

    You will have to use a custom template to display an “Add to Cart” button below every thumbnail of NextGen gallery with the same product ID. This will require significant tweaking though. So I would recommend getting a plugin that will fit this need rather than tweaking this one.

    January 13, 2010 at 8:02 am in reply to: Adding new members #17232
    amin007
    Participant

    Yes, you can manually add members through the “Add/Edit Members” menu of the membership plugin’s admin.

    January 13, 2010 at 7:58 am in reply to: Redirect to "page last viewed by user" after login #17199
    amin007
    Participant

    If by “page last viewed by the user” you mean the last page the member viewed in a previous log in session then the answer is no.

    By default, if a member follows the “Login” link from a post then after he logs in he will be redirected to that post. This will work if you have the “Enable After login Redirection” option unchecked from the settings menu otherwise it will go to the “After Login Page” URL that is specified in the settings menu.

    January 13, 2010 at 7:50 am in reply to: Question about adding login status to Nav bar on page #17190
    amin007
    Participant

    You will need to add a bit of PHP code to check if the member is logged in or not and depending on that you can show different links.

    Following is an example of PHP code that you can potentially use

    if (function_exists('wp_eMember_install'))
    {
    $emember_auth = Emember_Auth::getInstance();
    $user_id = $emember_auth ->getUserInfo('member_id');
    if (!empty($user_id))
    {
    //Member is logged in so display whatever you want
    }
    else
    {
    //Member is not logged in
    }
    }

    January 13, 2010 at 4:51 am in reply to: Problem Starting #17161
    amin007
    Participant

    Can you please post a link to your site so I can see what you mean?

    January 13, 2010 at 4:47 am in reply to: WordPress 2.9.1 install & fatal error #17189
    amin007
    Participant

    The error indicates that not all the plugin files were uploaded… I have sent you the latest version of eStore… give it a go.

    The plugin installation video tutorial can be found here:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-quick-setup-and-usage-video-tutorial-593

    January 12, 2010 at 7:54 am in reply to: Blank Page when at first screen. #17166
    amin007
    Participant

    We will take care of this via email as I will need to take a look at you site for this.

    January 12, 2010 at 4:08 am in reply to: Question about handling shipping costs with order through paypal #17155
    amin007
    Participant

    FYI, This link explains all about paypal’s profile based shipping:

    https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_html_ProfileAndTools#id08A9EF00IQY

    January 12, 2010 at 12:45 am in reply to: Problems adding "Add to Cart" on index.php using Custom Fields #17167
    amin007
    Participant

    @bballa, The PHP code you have cooked up is no good. Please note that this is no way possible for us to teach you PHP programming language here. You should maybe look at the official site for PHP and see if they have any forum for this.

    with that said, here is the method signature of the function that you are trying to call:

    function get_button_code_for_product($id)

    the “get_button_code_for_product” method takes one parameter and that is the ID of the product that you are trying to show the button for. So all you need to do is pull the product ID from the custom field and pass it to this function. You can try something like the following:

    <?php
    $values = get_post_custom_values('prodid');
    echo get_button_code_for_product($values[0]);
    ?>

    Just a note… the above code hasn’t been tested.

    January 12, 2010 at 12:31 am in reply to: Question about handling shipping costs with order through paypal #17150
    amin007
    Participant

    Have you configured the shipping preferences in your PayPal profile?

  • Author
    Posts
Viewing 15 posts - 5,386 through 5,400 (of 5,807 total)
← 1 2 3 … 359 360 361 … 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