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

admin

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

Forum Replies Created

Viewing 15 posts - 14,356 through 14,370 (of 14,824 total)
← 1 2 3 … 957 958 959 … 987 988 989 →
  • Author
    Posts
  • September 17, 2011 at 11:45 pm in reply to: Shopping cart and customer login #36710
    admin
    Keymaster

    There is a video on the eStore sales page labeled “Purchase Demo Video”:

    http://www.tipsandtricks-hq.com/wordpress-estore-plugin-complete-solution-to-sell-digital-products-from-your-wordpress-blog-securely-1059

    This video shows how the checkout process of eStore works. More details on eStore checkout process is documented here:

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

    You did read the sales page before purchasing it from that page right?

    Running a test transaction with debug is the best way to find out what you are doing wrong. You seem to be doing this already which is good. Follow the checklist on this page to fix the debug issue so we can get debug output:

    https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty

    September 17, 2011 at 11:38 pm in reply to: [Previous page] [Next page] #36707
    admin
    Keymaster

    WP eStore products doesn’t have any knowledge of the actual page it is in (you can place a product where ever you like). This is something you have to control in the actual WordPress page (not eStore).

    WordPress posts have a really easy way to create navigation option between them using the following function:

    posts_nav_link

    Here is an example use of this:

    <div style="text-align:center;">
    <?php posts_nav_link(' · ', 'previous page', 'next page'); ?>
    </div>

    I am not sure if they work for actual WordPress pages too. Anyway, this WordPress codex page might help:

    http://codex.wordpress.org/Next_and_Previous_Links

    September 16, 2011 at 11:27 pm in reply to: Need Help Setting Up Online Store #36706
    admin
    Keymaster

    The following two links will explain how to use eStore with PayPal profile based shipping (profile based shipping allows you to setup region specific shipping and tax):

    Shipping (check the 2nd option) – http://www.tipsandtricks-hq.com/ecommerce/how-the-shipping-cost-calculation-works-in-wordpress-estore-50

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

    We don’t use outsourcing so really have no idea on that.

    September 16, 2011 at 11:05 pm in reply to: WP eMember and Traffic Wave #36705
    admin
    Keymaster

    https://support.tipsandtricks-hq.com/forums/topic/can-my-autoresponderemail-marketing-manager-be-integrated-with-your-plugins

    September 16, 2011 at 11:04 pm in reply to: Erroneous shipping charges in PayPal using the cart widget #36678
    admin
    Keymaster

    Can you please set zero (0) in the “Item Shipping Cost” field for that product and let me know so I can go back to that page and check it out?

    September 16, 2011 at 10:55 pm in reply to: estore/pdf stamper – variation control (language) – 2 files/download #36684
    admin
    Keymaster

    Can you please post the content that you have in your “Digital Variation” field of the product?

    September 16, 2011 at 10:52 pm in reply to: PHP Session not Working Correctly #20561
    admin
    Keymaster

    Glad to hear that your hosting provider fixed the php session issue. Are you using any caching plugin?

    September 16, 2011 at 10:45 pm in reply to: Site displaying Restet Password at the Top #36700
    admin
    Keymaster

    I don’t see it when I go to your site. Does it only show up on a particular page?

    September 16, 2011 at 5:42 am in reply to: Bug with OS Lion #36695
    admin
    Keymaster

    Browsers (Firefox, chrome) are OS independent as they use the same rendering engine in the core so this won’t be an issue related to the OS. This issue could be related to caching. Do you have a caching plugin?

    September 16, 2011 at 5:38 am in reply to: WP eMember To MailChimp #36694
    admin
    Keymaster

    WP eMember doesn’t have any backdoor channel to add users to the MailChimp list. eMember requires the presence of the user in order for him to be added to the list.

    September 16, 2011 at 5:20 am in reply to: Change text size for terms and conditions #36688
    admin
    Keymaster

    Find the following block of CSS in the “wp_eStore_style.css” file:

    .eStore_cart_checkout_button{
    text-align:left;
    }

    Once you find it change it to the following:

    .eStore_cart_checkout_button{
    text-align:left;
    font-size:20px !important;
    }

    You can use whatever font-size you want.

    September 16, 2011 at 5:11 am in reply to: estore/pdf stamper – variation control (language) – 2 files/download #36682
    admin
    Keymaster

    I think this issue is related to the issue discussed here:

    https://support.tipsandtricks-hq.com/forums/topic/2-downloads-are-purchased-and-only-one-link-appears

    Will you please also update the plugin as suggested in the other thread and report to me what you see?

    September 16, 2011 at 5:10 am in reply to: 2 downloads are purchased and only one link appears #36605
    admin
    Keymaster

    I have made some changes to eStore around the reuse of “already stamped copy of a file”. I added this enhancement few weeks ago to add kind of like a caching ability to improve stamping performance. I have updated the eStore plugin which should resolve the issue you are seeing.

    Please get a new build of the eStore plugin from here. After the update test out the same transaction as before and let me know how it goes:

    https://support.tipsandtricks-hq.com/update-request

    September 16, 2011 at 1:08 am in reply to: Erroneous shipping charges in PayPal using the cart widget #36676
    admin
    Keymaster

    Please have a look at this post and provide some more details mentioned there:

    https://support.tipsandtricks-hq.com/forums/topic/required-info-we-need-to-efficiently-troubleshoot-an-issue

    September 16, 2011 at 12:52 am in reply to: 2 downloads are purchased and only one link appears #36604
    admin
    Keymaster

    I need to analyze the debug thoroughly. I will update this thread when I am done (I will also delete the debug information that you shared in your previous post).

  • Author
    Posts
Viewing 15 posts - 14,356 through 14,370 (of 14,824 total)
← 1 2 3 … 957 958 959 … 987 988 989 →

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