I would like to provide the accounting people who manage the Intuit Merchant credit card panel with additional relevant information.
The QuickBooks gateway has a COMMENT line where EE adds the “Event Registration from” string, concatenated with the website name. It is not useful information to pass on to credit card posting users. I think it is in this PHP file:
$order_description = sprintf(__('Event Registrations from %s', 'event_espresso'), get_bloginfo('name'));
I would like to assemble a CODE SNIPPET that can replace…
'Event Registrations from %s', 'event_espresso'
…with all the EVENT ID’s concatenated for the products purchased by the customer. Can you crack open that file and suggest a code snippet that I can add to my other EE snippets.
I want to use the field that Intuit labels COMMENT, which appears to have the EE name “order_description,” to pass useful information about the transaction event that was purchased.
The standard EE Quickbooks Gateway method sends static information about the website’s name. It would be more useful to send dynamic data in the Intuit Order Description field, because it will make accounting reconciliations between the two systems much easier for accountants to match up.
Thank you for your suggestions. We will update you in the thread when we get any update on the ticket.
Viewing 5 reply threads
The support post ‘Code Snippet help in Quickbooks Gateway’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.