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

Druwallpat

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

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • July 12, 2013 at 3:55 pm in reply to: Erroneous Inventory changes result of human or glitch? #56434
    Druwallpat
    Participant

    Yes, thank you I knew that this was updating all items purchased first to last, but disturbing here is that blank after the last entry (and repeated several times in the one I posted yesterday):

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 11

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: 18 New sales count value: 12

    How can there be no value after this particular item’s “current available copies” that is subsequently changed to 18? So this item went from “blank” to 18. (BTW this particular item is registration for an event… it should always have unlimited supply.)

    In the log tidbit I posted yesterday (but can’t repeat because the logs have been reset) the Current available copies value for one item of “8” was used numerous times as a replacement for blanks which were present in subsequent items.

    It will help to have the product ID listed. If this problem reoccurs then when items like donations & registrations develop limits to the supply after sales, then I hope you can take look at this again.

    July 10, 2013 at 7:40 pm in reply to: Erroneous Inventory changes result of human or glitch? #56431
    Druwallpat
    Participant

    So after this transaction, the “available qty” was set to 18, when prior to the transaction the field was blank.

    July 10, 2013 at 7:38 pm in reply to: Erroneous Inventory changes result of human or glitch? #56430
    Druwallpat
    Participant

    Here is the relevant details for an item that has infinite supply:

    Registration – (Adult) #4402.5 (1) – This product does not have any downloadable content

    [07/10/2013 4:40 PM] – SUCCESS :Incremental counter value for PayPal checkout: 560

    [07/10/2013 4:40 PM] – SUCCESS :Applying filter – eStore_notification_email_body_filter

    [07/10/2013 4:40 PM] – SUCCESS :Product Email successfully sent to **@telus.net.

    [07/10/2013 4:40 PM] – SUCCESS :Notify Email successfully sent to **@mysite.org.

    [07/10/2013 4:40 PM] – SUCCESS :Updating Products, Customers, Coupons, Sales Database Tables with Sales Data.

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 2

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: New sales count value: 3

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 7

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: New sales count value: 8

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 4

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: New sales count value: 5

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 5

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: New sales count value: 6

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: 19 Sales count value: 1

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: 18 New sales count value: 2

    [07/10/2013 4:40 PM] – SUCCESS :Current available copies value: Sales count value: 11

    [07/10/2013 4:40 PM] – SUCCESS :New available copies value: 18 New sales count value: 12

    [07/10/2013 4:40 PM] – SUCCESS :Products, Customers, Coupons, Sales Database Tables Updated.

    [07/10/2013 4:40 PM] – SUCCESS :Updating Affiliate Database Table with Sales Data if Using the WP Affiliate Platform Plugin.

    [07/10/2013 4:40 PM] – SUCCESS :Not Using the WP Affiliate Platform Plugin.

    [07/10/2013 4:40 PM] – SUCCESS :Paypal class finished.

    July 10, 2013 at 7:15 pm in reply to: Erroneous Inventory changes result of human or glitch? #56429
    Druwallpat
    Participant

    Okay… something weird is going on. Would you please look at the debug log?

    July 4, 2013 at 12:19 am in reply to: Erroneous Inventory changes result of human or glitch? #56427
    Druwallpat
    Participant

    Thanks for your help… I’ve re-enabled the debug log and will check to see if something odd happens after the next transaction. I assume I am watching the iph-handling log…?

    April 20, 2013 at 3:42 am in reply to: IPN Validation Failure – after site "firewall" install #55229
    Druwallpat
    Participant

    Well, not really. The site’s been working fine for over a year.

    I have set up a two step process. Fill in a form and submit; then add items to cart and pay.

    The form came through this morning and for the first time ever, the payment notice didn’t.

    When I looked at the Paypal account, it was clear the payment was made, but the IPN didn’t come through.

    I went through the support forum looking for clues. I went to Paypal, found the transaction in IPN history, and had that payment notice recent… nothing came through.

    Not sure why I should be using a sandbox at this point, but will be happily educated.

    Thanks!

    November 30, 2012 at 8:15 pm in reply to: Post Payment Action — add purchase details to email body? #51438
    Druwallpat
    Participant

    or with “$additional_data”?

    November 30, 2012 at 3:53 am in reply to: Post Payment Action — add purchase details to email body? #51437
    Druwallpat
    Participant

    Or replace “$constructed_products_details” with “$cart_items” ?

    November 29, 2012 at 7:15 pm in reply to: Post Payment Action — add purchase details to email body? #51436
    Druwallpat
    Participant

    One more request!!! Nearly every tag I’ve added to the PP action email body is functioning properly with the exception of {product_details} tag which returns empty. We need to include quantity in the email, so this is a stumbling block if I can’t get it to function properly.

    This is the php line in the addon that was added to activate the tags:

    $email_body = eStore_apply_post_payment_dynamic_tags($email_body,$payment_data);

    Can you help me format this line so that product details are included? …. Is it something like:

    $email_body = eStore_apply_post_payment_dynamic_tags($email_body,$payment_data,$constructed_products_details);

    November 28, 2012 at 6:57 pm in reply to: Post Payment Action — add purchase details to email body? #51435
    Druwallpat
    Participant

    That’s great! Many thanks!

    November 28, 2012 at 12:40 am in reply to: Post Payment Action — add purchase details to email body? #51433
    Druwallpat
    Participant

    Tapping my foot, patiently!! :)

    November 20, 2012 at 11:28 pm in reply to: Post Payment Action — add purchase details to email body? #51431
    Druwallpat
    Participant

    Any progress to report on filtering email tags in Post Payment Actions?

    November 16, 2012 at 6:58 pm in reply to: Post Payment Action — add purchase details to email body? #51430
    Druwallpat
    Participant

    That would be Excellent!!! Thank you!

    November 16, 2012 at 1:43 am in reply to: Post Payment Action — add purchase details to email body? #51428
    Druwallpat
    Participant

    If the product Id # triggers the Action, is the transaction#, buyer name, shipping address, etc. also potentially available?

    We really need to send seller notifications for certain products to certain people, but don’t want to send seller notifications for every product to everyone when they’re not applicable. Any ideas?

    Thanks for your help!

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

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