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,791 through 5,805 (of 5,807 total)
← 1 2 3 … 386 387 388 →
  • Author
    Posts
  • November 2, 2009 at 12:29 am in reply to: Using WP eStore for audio product that is delivered weekly #15811
    amin007
    Participant

    @Lynnpina, Yes you can use the Aweber Integration option to deliver the audio files over a period of time. You do this globally for every product or on a per product basis by specify the aweber list name in the “Autoresponder Settings” section of that product.

    No, it is not possible to give the user an option to choose without customizing the plugin code. If you are okay with PHP and HTML then you can go for this customization though.

    November 1, 2009 at 11:36 am in reply to: New to wp_estore #15802
    amin007
    Participant

    It’s provided as an image so you can see it.. if I put the text there then the eStore plugin that’s installed on that site will convert that text into a button.

    All the Shortcodes are listed in the Documentation site at the following URL (there is a PDF file that you can copy the text from):

    WP eStore Shortcodes and Functions Reference

    Yes, capital words matter… there is a section on that page called “Common Pitfalls” where it explains it.

    “So Does it mean that I have to create a page for each product?” – this is your choice… you can have all the products in one page like I have at the following URL:

    Products

    or you can have one product per page like I have at the following URL:

    http://www.tipsandtricks-hq.com/?p=1059

    November 1, 2009 at 11:18 am in reply to: Integrating emember and affiliate #15801
    amin007
    Participant

    @Nextyear, There is no integration work necessary when you use them with the WP eStore plugin.

    When your members pay for a paid membership the eStore will talk to the Affiliate software and award the appropriate commission to the affiliate who sent that member to your site.

    If you are not using the eStore to accept payment for your paid membersips then please let me know what you are using and I will tell you ways to integrate them.

    November 1, 2009 at 8:47 am in reply to: Base Shipping Cost option question #15796
    amin007
    Participant

    @syncbox, the simple shopping cart doesn’t have complex shipping options so I think the best way to do this would be if you specify the shipping in your PayPal profile and let PayPal handle the shipping aspect.

    October 31, 2009 at 9:02 am in reply to: Question about Product Name vs Number #15797
    amin007
    Participant

    PayPal doesn’t require a Product Number but you can put it in.

    October 30, 2009 at 8:41 am in reply to: Simple shopping Cart General Issues #15720
    amin007
    Participant

    @Jearnshaw, Variable injection is an old technique that doesn’t really work anymore (at least with people with a little bit of ecommerce clue). As you already mentioned, all you have to do is check the price paid on the PayPal receipt. You can just refund their money and also inform paypal that they have been trying to scam you and I am sure PayPal will take action against users who try sneaky tricks.

    The WP eStore handles this in a much better way though. The later version of eStore doesn’t use hidden fields. You can check it out from the following demo page:

    WordPress eStore Plugin Demo

    The eStore also has post payment checks against variable injection. eStore checks the price on the product database (that you configured) against the price paid in PayPal before it gives the digital product to the customer. The following URL explains the post payment verification that goes on after a payment before the digital product is given to the customer:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-ecommerce-knowledgebase-523

    October 30, 2009 at 6:55 am in reply to: PayPal Base Shipping #15793
    amin007
    Participant

    The “Use PayPal Profile Based Shipping” checkbox is in the “Payment Gateway Settings” tab under the “Settings” Menu of the eStore plugin. Once you check this field the shipping will be charged according to the rates you have specified in your PayPal profile.

    October 29, 2009 at 9:27 am in reply to: Include and exclude products for affiliate program #15788
    amin007
    Participant

    Hi Ben, It should work the way you specified above (Put 0 if you want to exclude a product from affiliate commission). You may have been using an old version… I sent you an updated version of the plugin… give that a try. Let me know how you go.

    October 29, 2009 at 5:27 am in reply to: Apostrophe problems #15785
    amin007
    Participant

    Hi Ben, Posting your issue on the Forum is the best way to make sure the issue is tracked and addressed. The apostrophe (‘) issue has been taken care of in the latest version of the eStore.

    A vaild URL is not suppose to have spaces. The name of the product has no effect on the URL. For example the name of your product is “Demo Product” which has a space but when the downloadable file for this product is going to be something similar to the following:

    http://www.your-domain.com/wp-content/downloads/ebooks/demo-product.zip

    Regarding the complication… It’s always a trade off between complication and features/functionality. Over time I have taken feedback from my customers and added lots of functionality to the plugin so they can do what they want to do. Your needs are simple but that doesn’t mean that everyone has simple need. I try to keep it simple and easy to use but sometimes it’s really hard to draw the line. I have created two tutorials specially for people with simple needs though:

    http://www.tipsandtricks-hq.com/ecommerce/?p=593 (Startup Video Tutorial)

    http://www.tipsandtricks-hq.com/?p=1107 (Step by Step startup guide)

    If you are selling both Physical and Digital products then you can make the email generic. For example, you can use something similar to the following which is valid for both physical and digital products:


    Thank You for your purchase.

    Any items to be shipped will be processed as soon as possible, any items that can be downloaded can be downloaded using the encrypted links below.

    {product_link}

    Thank You

    you Name


    Let me know how you go

    October 28, 2009 at 11:52 pm in reply to: Question about Integrating WP eStore with WP eMembers #15779
    amin007
    Participant

    @drmani, The eStore and eMember plugins are pre-integrated so you don’t need to do any manual work for integration. The only thing you need to do is specify the “Membership Level ID” in the eStore product when you create/configure an “Add to Cart”, “Buy Now” or “Subscribe” button.

    Here is an example scenerio, You have a membership level called “Gold Pass”. The id of this membership level is 3 (The ID for each membership level is listed on the Manage Levels screen). Say for example, you want to charge $25 for this membership level. So head to the “Add/Edit Products” menu of the WP etore plugin so you can configure an “Add to Cart” or “Buy Now” button to accept payment from potential customers. When you fill in the details of this product, just specify 3 (Membership Level ID of Gold Pass) in the “Reference Text” field which is under the “Additional Product Details” section. Now, Place this “Add to Cart” or “Buy Now” button you just configured on your Membership Payment/Join Us page.

    When a member pays for the membership using this button the eStore plugin will know (from the Level ID you entered in the reference text) that this payment was for a “Gold Pass” and it will automatically create the appropriate member account and send an email to the customer. The email sent to the customers will contain a unique link. When they follow that link they will be brought to the registration page where they will be able to choose their Username and password to complete the registration and access the “members only” content.

    If you have muliple mebership levels then create an “Add to Cart” or “Buy Now” button for each membership level and place them on your Membership Payment/Join Us page following the above instructions.

    Let me know if this makes sense.

    October 23, 2009 at 11:07 pm in reply to: Simple Shopping Cart Stock #15778
    amin007
    Participant

    @Jake, it’s stored in the PHP SESSION variable. To retrieve the cart assign the following to an array and then iterate through the Array:

    $_SESSION

    October 23, 2009 at 3:56 am in reply to: Simple shopping Cart General Issues #15718
    amin007
    Participant

    @deadlydecibel, use $3.49 as your base shipping cost and $1.50 as the items shipping cost.

    So now when someone orders one item it will be $1.50+$3.49 = $4.99

    but when they order 2 it will be 2*$1.5 + $3.49 = $6.49

    You can see that this way every additional item is charged $1.5 extra.

    October 22, 2009 at 2:43 am in reply to: Simple Shopping Cart Usage Related #15704
    amin007
    Participant

    @lrdezines, I had a look at your site and you didn’t add the shopping cart to any post, page or the sidebar. Please add the shopping cart so customers can checkout.

    October 19, 2009 at 7:41 am in reply to: Shopping cart glitch #15777
    amin007
    Participant

    @Angie6000, Apostrophe can now be used on shopping cart version 2.4 and above. If you are not using 2.4 then please download it from the following URL:

    WordPress Simple PayPal Shopping Cart Plugin

    Regarding the removal of the item from the cart… the product will disappear from the cart when you reset your browser session.

    October 17, 2009 at 4:53 am in reply to: selling lots of single items #15775
    amin007
    Participant

    @wn101, Yes, you can limit how many of each item you have in your stock and the WP eStore plugin will restrict anyone from buying more than the available amount.

    It also keeps track of how many of each product has been sold.

  • Author
    Posts
Viewing 15 posts - 5,791 through 5,805 (of 5,807 total)
← 1 2 3 … 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