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

wpCommerce

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

Forum Replies Created

Viewing 15 posts - 2,611 through 2,625 (of 2,908 total)
← 1 2 3 … 174 175 176 … 192 193 194 →
  • Author
    Posts
  • February 2, 2011 at 4:53 am in reply to: 404 error for thankyou page return URL + encrypted download link not working #28594
    wpCommerce
    Moderator

    First you need to make sure that you can manually stamp the PDF file. So please go through the checklists of PDF Stamper here –

    https://support.tipsandtricks-hq.com/forums/topic/an-error-occurred-while-trying-to-stamp-the-file-pdf-file-creation-checklist

    February 2, 2011 at 4:26 am in reply to: Text Lnks #28104
    wpCommerce
    Moderator

    There was a slight bug with the version number checking. We just fixed that. Please get the latest version of eStore extra shortcode plugin from here –

    WP eStore Shortcodes and Functions Reference

    Let me know how it goes.

    February 2, 2011 at 3:53 am in reply to: How to issue refunds #28549
    wpCommerce
    Moderator

    Removing Customers Automatically

    For eStore please go to eStore settings and check the following option:

    WP eStore -> General Settings -> Post Payment Processing Settings -> Use Automatic Customer Record Removal

    Reversing Commission Automatically

    For Affiliate platform please go to

    WP Affiliate Settings -> Commission Settings -> Use Automatic Commission Reversal

    February 2, 2011 at 3:44 am in reply to: Shopping Cart doesn't update – [Caching issue?] #28588
    wpCommerce
    Moderator

    There is a workaround for using W3 Total Cache with eStore. Please have a look at the following post which will explain –

    https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin

    February 2, 2011 at 3:33 am in reply to: How do you Turn off Styling around the Buy Now Button Custom Image? #18869
    wpCommerce
    Moderator

    Hi, please keep the theme’s css code like it was before. Now open the “wp_eStore_style.css” file and place the following css code:

    .eStore_button{
    border: none !important;
    }

    It should override the border around the button. Let me know how it goes.

    February 1, 2011 at 5:24 am in reply to: 4 Emails Upon Initial Registration – I don't want them all #28577
    wpCommerce
    Moderator

    1) Please open the “wp_eMember1.php” file and search for the following line:

    wp_aff_send_sign_up_email($user_name,$pwd,$aemail);

    Once you find it you can comment it out like the following:

    //wp_aff_send_sign_up_email($user_name,$pwd,$aemail);

    2)Please have a look at the following post which will explain how you can stop sending registration email to the member –

    https://support.tipsandtricks-hq.com/forums/topic/new-member-email

    February 1, 2011 at 4:33 am in reply to: How do you Turn off Styling around the Buy Now Button Custom Image? #18867
    wpCommerce
    Moderator

    Button is an input type HTML. The folloiwng css code is specfied in your theme’s style.css(line 97) which is creating a border for any input type HTML:

    input, textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    padding: 7px 0 7px 7px;
    }

    February 1, 2011 at 4:10 am in reply to: How to issue refunds #28547
    wpCommerce
    Moderator

    You can issue a refund from your PayPal account (PayPal transactions can be refunded for up to 60 days).

    Log into your PayPal account then search for the transaction that you want to refund. View the details of the transaction and you will see an “Issue refund” link which can be used to refund that sale.

    When you issue a refund PayPal will send a notification to WP eStore and the plugin will take care of the rest if you have the option enabled (e.g. removing the customer’s record, reversing the commission).

    February 1, 2011 at 3:53 am in reply to: Text Lnks #28102
    wpCommerce
    Moderator

    Hi, The following URL gives me a 404 (page not found) error:

    http://youremployeehandbook.com/news/order-now-alt/

    Please post a valid URL of the page where you placed the shortcode.

    Also the URL you have specified for button image gives a 404 error:

    http://youremployeehandbook.com/images/common/add_to_cart.gif

    The readme file shows the last stable version of eStore. It doesn’t show the current eStore version.

    January 31, 2011 at 5:29 am in reply to: Return URL not showing Digital Product URL when using transaction result code #21593
    wpCommerce
    Moderator

    Regarding this – “Paypal never redirects back to the thank you page at the end of the transaction” … Its not related to eStore. You need to contact PayPal about the issue.

    We have found 2 possible issues. One is frames pages sometimes cause the error. If you are loading your site in a frame then PayPal doesn’t like it and can give this error. The other is PayPal cookies. Evidentially, PayPal is having trouble reading their own cookies. Try clearing your cookies.

    Authorize.net doesn’t have PDT feature like PayPal where the plugin can do the post payment verification. So It will not display the download links on the Thank You page.

    January 31, 2011 at 4:45 am in reply to: Available Quantity #28534
    wpCommerce
    Moderator

    Please have a look at the following post which will explain –

    https://support.tipsandtricks-hq.com/forums/topic/hide-qty-available

    January 30, 2011 at 4:13 pm in reply to: Receiving error in manual checkout process #28503
    wpCommerce
    Moderator

    Your PHP version seems to be pretty old. Please have a look at the following post which will explain:

    https://support.tipsandtricks-hq.com/forums/topic/what-to-do-when-my-server-is-using-a-very-old-version-of-php

    January 30, 2011 at 4:11 pm in reply to: Sample Audio Function? #28509
    wpCommerce
    Moderator

    Hi, The following shortcode that you are using is not eStore plugin’s shortcode.

    [audio:http://www.....com/wp-content/uploads/2011/01/Lake-in-the-brain-with-grounding-cd.mp3]

    January 29, 2011 at 4:39 pm in reply to: Product ID not recognized #28504
    wpCommerce
    Moderator

    Please try using the following shortcode instead-

    [wp_eStore_fancy2 id=2]

    Can you please also go to WP eStore->Manage Products and double-check if the product id is 2?

    January 29, 2011 at 5:12 am in reply to: eStore eMember: registration #28479
    wpCommerce
    Moderator

    Please go to WP eStore->Settings->Addon Settings->WP eMember Plugin Specific Settings section and check the “Only Logged In Members Can Checkout” option. Now anyone who is not registered or logged in won’t be able to checkout.

    You can also specify a URL in the “Redirection URL for Anonymous Checkout” field to redirect the anonymous users if they try to checkout.

  • Author
    Posts
Viewing 15 posts - 2,611 through 2,625 (of 2,908 total)
← 1 2 3 … 174 175 176 … 192 193 194 →

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