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

adminwvgs

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

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • December 2, 2020 at 6:07 pm in reply to: Members get 2 identical emails prior to expiration #82088
    adminwvgs
    Participant

    Also note from the log file that it claimed to have found the same members for membership level Member and Registered. There are also no members that have multiple levels.

    December 2, 2020 at 6:04 pm in reply to: Members get 2 identical emails prior to expiration #82087
    adminwvgs
    Participant

    Yes, all members in the members table have the Member level (which is 2). No one (active, inactive, or expired) has the Registered level (4).

    Jim

    March 30, 2020 at 12:32 am in reply to: eMember Form Builder profile creates meta_value error on empty text fields #80405
    adminwvgs
    Participant

    Update: I also see that any update (admin or member) to a profile puts all text fields in the meta_value even when no text was entered. This did not happen with the Form Builder before I updated. There is no reason to put an empty text field in the meta_value. It should have only form items that have been selected or filled out.

    May 8, 2019 at 12:23 am in reply to: Bulk/batch delete product ID's #50760
    adminwvgs
    Participant

    The Manage Products page Bulk Actions->Delete function fails if the products are in a category.

    Actually it looks successfully but the wp_eStore_cat_prod_rel_tbl entries for the deleted products are not removed.

    Deleting a single product with the Edit Delete does remove the rel_tbl entry.

    To reproduce:

    1. Have at least 3 products and assign each of them to a category (assumed to be id=1 for the following)

    2. Create a page to display all the products in the category using the shortcode: [wp_eStore_category_products:category_id:1:end]

    3. Go to the page to see the 3 products.

    4. Go to the admin Manage Products page and select 2 of the 3 products.

    5. Apply the Bulk Delete

    6. The products will disappear as expected.

    7. Go to the page to see the remaining 1 product.

    You will see php errors because the deleted products are are still in the category table but no longer in the product table!

    March 27, 2019 at 1:23 am in reply to: Not getting entry to POST IPN to a 3rd Party Application #79394
    adminwvgs
    Participant

    I put the recommended hook and function in my child theme functions.php file. The function is still not being called. This is a purchase of a membership renewal. Here is the simple addition:

    add_action('eStore_product_database_updated_after_payment', 'after_payment_tweak', 10, 2);
    function after_payment_tweak($ipn_data, $cart_items) {
    $ipn = print_r($ipn_data, true);
    $cart = print_r($cart_items, true);
    $data = $ipn . "n" . $cart;
    global $wpdb;
    $table = $wpdb->prefix . 'test';
    $row = [ 'data' => $data];
    $res = $wpdb->insert( $table, $row );
    }

    Here is the relevant IPN log entry, so the payment was made:

    [deleted log after checking]

    March 26, 2019 at 8:43 pm in reply to: Not getting entry to POST IPN to a 3rd Party Application #79393
    adminwvgs
    Participant

    I assume eStore is completely done when this hook is called. Is that correct? If so I assume no return needed from the call to the payment tweak function?

    Is this hook:

    add_action('eStore_paypal_payment_received', 'paypal_payment_received', 10, 2);
    function my_custom_payment_tweak($ipn_data, $cart_items)
    {
    //Do something here
    }

    equivalent except the eStore product update may not be complete?

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)

Forum Related

  • Forum Home
  • Forum Search
  • 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
  • WP PDF Stamper Documentation
  • WP Photo Seller 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
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ