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

Peter

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

Forum Replies Created

Viewing 15 posts - 3,196 through 3,210 (of 3,409 total)
← 1 2 3 … 213 214 215 … 226 227 228 →
  • Author
    Posts
  • December 20, 2011 at 2:10 am in reply to: Bug Report: Send Emails to Buyer After Purchase #39885
    Peter
    Member

    Hi Jeremiah,

    Thanks for info and compliments about our products :)

    I’ve just tried a series of tests and cannot see any issue regarding the “Send Emails to Buyer After Purchase” checkbox.

    I made a test purchase with the checkbox enabled and disabled. When enabled obviously an email was sent and when disabled no email was sent and the log files reflected that.

    By the way the log file where you will see the “Product Email successfully sent to xxxx” is actually in the ipn_handle_debug.log file.

    Could it be that your theme or perhaps some other plugin might be interfering with the correct operation of the eStore plugin?

    Try these tests to see if that is the case:

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    December 20, 2011 at 12:52 am in reply to: mail chimp API update #39882
    Peter
    Member

    Hi,

    This should explain what you need to do:

    https://support.tipsandtricks-hq.com/forums/topic/mailchimp-autoresponder-api-changes

    December 20, 2011 at 12:47 am in reply to: changing location of "add to cart" and variants in fancy 2? #39883
    Peter
    Member

    Hi Graham,

    To move the button to the right of the variants you will need to modify the function get_button_code_fancy2_for_element section in the eStore_misc_functions.php file as follows:

    Find and then move this piece of code:

    $replacement .= get_input_button($ret_product->button_image_url);

    $replacement .= " ";

    To the line directly after this piece of code:

    $var_output = get_variation_and_input_code($ret_product,$line_break);

    if (!empty($var_output))

    {

    $replacement .= " ";

    $replacement .= $var_output;

    }

    December 20, 2011 at 12:14 am in reply to: WP eStore says Payment Verification Failed, when payment is successful #39864
    Peter
    Member

    Hi,

    To be able to further understand what exactly is the cause of the failure, it is a good idea to turn eStore debug on so we can look at the contents of the log file.

    Here’s some more info about how to do this:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

    December 19, 2011 at 5:06 am in reply to: eStore Shortcodes #39825
    Peter
    Member

    Hi,

    Instead of using one of the fancy shortcodes, why don’t you simply display each of your products as blog post listings with a thumbnail image and excerpt?

    Then if someone wants to find out more they can click on the “read more” link (or the image) which will take them to the post page (which will be where you have your product’s add to cart or buy now button).

    In the post page you can simply use a shortcode which will display a button only which gives you all the freedom you want to place images and text around or before the button.

    eg, something like [wp_eStore_add_to_cart id=1]

    Would this be something you might be looking for?

    There are also other “extra” shortcodes you could use by installing the extra shortcodes plugin which contain no thumbnail images but only a description and heading.

    see here to get the extra shortcodes plugin:

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

    December 19, 2011 at 4:39 am in reply to: Customer was subscribed to list when 'Enable aWeber Signup' unticked #39052
    Peter
    Member

    Hi,

    I would suggest that you enable debug on both eMember and eStore and let use know the output.

    Also is “customers@aweber.com” a valid listname?

    December 19, 2011 at 4:31 am in reply to: Shipping variations not working #39820
    Peter
    Member

    Hi,

    Could it be that you have enabled “Use PayPal Profile Based Shipping” in your eStore settings in the Payment Gateway Settings?

    If so disable this checkbox so that the PayPal shipping settings do not override your eStore settings.

    December 19, 2011 at 12:42 am in reply to: Forgot Password does not pop up #39818
    Peter
    Member

    So it appears that the Nivo Slider plugin is interfering with the functionality of the eMember plugin.

    Do they have support for their plugin? Perhaps you can describe the problem to them and they might be able to fix it.

    December 18, 2011 at 10:55 pm in reply to: Forgot Password does not pop up #39816
    Peter
    Member

    Hi,

    Try de-activating Nivo Slider and then see if eMember forgot password window pops up.

    If so, then Nivo is causing the conflict.

    December 18, 2011 at 10:20 pm in reply to: Tax according to state and weight based shipping #39815
    Peter
    Member

    Hi,

    If you are going to use PayPal as your payment gateway with eStore, there is the option of using weight-based and state-based shipping in your PayPal profile.

    You can then set the eStore plugin to revert to “Use PayPal Profile Based Shipping” in your settings.

    December 18, 2011 at 9:58 am in reply to: No complete registration email sent unless regenerated with userid #39801
    Peter
    Member

    Hi,

    This post may help you:

    https://support.tipsandtricks-hq.com/forums/topic/email-sent-to-complete-registration

    December 18, 2011 at 8:01 am in reply to: Is this possible? #39777
    Peter
    Member

    Hi,

    Yes that’s right – if a person purchases a product which is linked to a membership level via the reference text field they will be added to that particular membership level.

    December 17, 2011 at 11:26 pm in reply to: Is this possible? #39775
    Peter
    Member

    Hi,

    Yes it is certainly possible.

    eMember handles multiple membership levels and integrates directly with eStore via a field called “Reference Text” which can be found in each of your product’s configuration pages in eStore.

    Protecting pages for certain membership levels can be done via a series of shortcodes.

    I strongly encourage you go through some of the documentation so that you get more comfortable with the functionality and various shortcodes offered by eMember.

    For instance here’s a page describing all of the different ways you can protect a page or certain contents of a page. (For instance in the page below you will also find some of the tricks you can use to allow content for certain membership levels)

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88

    December 17, 2011 at 11:16 pm in reply to: PayPal IPN Question #39778
    Peter
    Member

    Hi,

    Your PayPal account’s IPN settings are usually setup by default to handle most types of purchases and scenarios.

    However if you’d like to redirect your buyers to a thank you page which will contain download links etc, then you need to tweak your paypal and eStore settings as per instructions below:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499

    December 17, 2011 at 12:58 am in reply to: Wp estore product shortcodes problem? #39755
    Peter
    Member

    Hi,

    When entering your shortcode into your post or page just use the shortcode with the square brackets. Don’t enclose it within the <> brackets.

    For example you would need to enter the following shortcode:

    [wp_eStore:product_id:2:end]

    Please see documentation for more info:

    http://www.tipsandtricks-hq.com/ecommerce/show-add-to-cart-buttons-using-wordpress-estore-shopping-cart-plugin-1

  • Author
    Posts
Viewing 15 posts - 3,196 through 3,210 (of 3,409 total)
← 1 2 3 … 213 214 215 … 226 227 228 →

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