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,056 through 5,070 (of 5,807 total)
← 1 2 3 … 337 338 339 … 386 387 388 →
  • Author
    Posts
  • March 13, 2010 at 2:22 am in reply to: Using my own autoresponder script #18764
    amin007
    Participant

    Do they have any API for shopping cart integration? If you can post a link to their API documentation then I will take a look.

    March 12, 2010 at 12:23 am in reply to: How to make a Pay for online Video viewing site with access for 30 days #18110
    amin007
    Participant

    You can do manual tweaks but I don’t advise it as it makes the upgrade process hard.

    You could make package product (bundle two products) and use a “Buy Now” button for them too.

    So you will have:

    Buy Button 1 for product 1

    Buy Button 2 for product 2

    Buy Button 3 for product 1 & 2 bundled

    March 12, 2010 at 12:07 am in reply to: eMember without eStore #18362
    amin007
    Participant

    “The sales page that I have is just straight HTML” – that’s fine simply use a plain paypal button on that page for payments then. This instruction should tell you what to do:

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146

    March 11, 2010 at 6:38 am in reply to: Request for eStore #18687
    amin007
    Participant

    Okay I added the fancy option for “Download Now” button. Ivy will send you an update whenever… you will be able to use the following shortocode to display a fancy download now button :)

    [wp_eStore_download_now_button_fancy id=1]

    March 11, 2010 at 4:48 am in reply to: does it support recurring payments? #16360
    amin007
    Participant

    PayPal has differnt interface for handling recurring payments and normal cart/buy now payments so recurring payments cannot be added to the shopping cart.

    I would create 3 different subscription buttons as follows and put them on the Membership payment page to accept the payment:

    Button 1 [$6 per month]

    Button 1 [$7 per quarter]

    Button 1 [$11 per year]

    Let me know if this helps.

    March 11, 2010 at 4:45 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18724
    amin007
    Participant

    Use the following:

    <?php

    $id = 1; //The product ID

    show_product_fancy_style($id,$button_type=2);

    ?>

    March 10, 2010 at 5:45 am in reply to: Request for eStore #18678
    amin007
    Participant

    LOL.. yeah keep bumping and you will get your wish. You will probably have to bump it one more time tomorrow and then I will do it :). Why not implement it now given it will be a quick thing? well, I am in the middle of adding “Authorize.net” payment gateway to eStore and don’t want to work on other features until this one is out the door. Make sure you keep this a secret though, I don’t want everyone emailing and asking… “when will it be ready?” =) LOL

    March 10, 2010 at 5:33 am in reply to: Inventory of 1, not being marked as Sold Out when purchased #18712
    amin007
    Participant

    Thanks for sharing the content of the debug file. This line tells you what the issue is:

    “[03/10/2010 4:03 AM] – FAILURE :Funds have not been cleared yet. Product(s) will be delivered when the funds clear!”

    You should have also got an email from this plugin telling you that you received payment that hasn’t been cleared yet (meaning the other person could reverse it). The plugin won’t proceed until the money hits your account no strings attached. This is a trick many scammers use to get the digital product (eStore has a check against it).

    Anyway, In your case I suspect (the buyer or seller) have “Payment Review” option turned on. Check your paypal profile to make sure “Payment Review” is disabled.

    March 10, 2010 at 5:28 am in reply to: eMember without eStore #18360
    amin007
    Participant

    Not sure what you mean with this sentence “I did but eStore but I would prefer not to have to re-create the Sales Page if at all possible”

    March 10, 2010 at 2:36 am in reply to: Inventory of 1, not being marked as Sold Out when purchased #18710
    amin007
    Participant

    Unless the payment for an item comes through the inventory does not get updated. Did you know that about 40% customers gets to the final stage of checkout but do not actually complete the checkout? The final “Confirm” button scares them LOL :)

    Imagine how quickly you will run out of stock without actually selling anything if it was implemented in the way you suggested :)

    March 10, 2010 at 2:30 am in reply to: How do you create a fancy 1 or 2 Buy It Now button using PHP? #18719
    amin007
    Participant

    This shortcode should help:

    [wp_eStore_buy_now_fancy id=1]

    March 10, 2010 at 2:28 am in reply to: Will eStore Plugin Do the following: #18716
    amin007
    Participant

    By default the thumbanail image points to itself (the bigger image) but you can make it so it links to another page (e.g. the product details page that you have created). You can specify this when configuring that product. The “Product Name” can also be configured to point to another URL. You can see how I use it here:

    http://www.tipsandtricks-hq.com/products

    March 10, 2010 at 2:23 am in reply to: How to add variation control using the "Add to cart" button in the template? #17834
    amin007
    Participant

    This option is not available… I will add in a function so this can be done.

    March 9, 2010 at 10:58 pm in reply to: Will eStore Plugin Do the following: #18714
    amin007
    Participant

    There nothing stupid about it… it is always a good idea to ask questions and make sure the product has the capability to do what you are after (this saves both parties time and money).

    I am pretty sure WP eStore is not going to do exactly what you are after (mainly because I didn’t develop eStore to be a heavy weight full blown eCommerce plugin). It was developed mainly for selling of digital products.

    1) You should be able to place a product anywhere you like. You can add products to a category then use the following shortcode on a post or page to display all the products from a particular category:

    [wp_eStore_list_categories_fancy]

    The following URL has an example and more explanation:

    WordPress eStore Product Categorization

    At the moment a product can only be assigned to one category (I think this limitation will restrict you from doing what you have in mind if you use eStore).

    2) Manual checkout basically gives your customer the option to pay offline (e.g. manual bank transfer). The best to try it out from the demo page here:

    WordPress eStore Plugin Demo

    Yes, you can customize the “Buyer’s Details collection” page.

    3) You should be able to do this one using eStore.

    You will see that I mention the word “shortcode” a lot… all the shortcodes are listed here incase you were wondering:

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

    March 9, 2010 at 12:36 pm in reply to: Paypal Checkout Page not showing Product Descriptions for more than one item #18336
    amin007
    Participant

    “I thought I would have gotten an alert” – if you add a topic to your favorite by clicking the “Add this topic to your favorites (?)” link then you will get an automatic notification when someone replies to the thread.

    “paypal page shows ‘3 items,’ as the product description instead of showing the actual product description of the 3 different products” – there is a down arrow that you can click which expands the product description section and displays the full details.

  • Author
    Posts
Viewing 15 posts - 5,056 through 5,070 (of 5,807 total)
← 1 2 3 … 337 338 339 … 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