Plugin / CampTix Network Tools

Automattic

Frequently Asked Questions (FAQ)

Note: In order for this plugin to work, you must have a WordPress Multisite installation already setup, and have a Super Admin account. Download and extract CampTix Network Tools in your wp-content/plugins directory, or search for it in the Plugins page in WordPress. Navigate to the Plugins page in the Network Admin area of WordPress. Network Activate the plugin. You will then be able to the view the CampTix page under the Dashboard menu of any of your sites.
The dashboard is located under the Dashboard menu in the Network Admin area (e.g., http://example.org/wp-admin/network/).
The data on the Overview tab is only generated once every hour. You can tell when it was last generated by looking at the bottom of the page.
In order to lookup transaction details, CampTix Network Tools needs to know what payment gateway to use, and what your credentials are for it. You can specify them by setting up a filter callback like the example below. The best place to put the code is inside a functionality plugin. Currently, transaction lookups are only available with PayPal. function camptix_dashboard_paypal_credentials( $credentials ) { $credentials = array( "sandbox-account" => array( 'label' => "Sandbox Account", 'sandbox' => true, 'api_username' => '', 'api_password' => '', 'api_signature' => '', ), "production-account" => array( 'label' => 'Production Account', 'sandbox' => false, 'api_username' => '', 'api_password' => '', 'api_signature' => '', ), ); return $credentials; } add_filter( 'camptix_dashboard_paypal_credentials', 'camptix_dashboard_paypal_credentials' );
You can use the camptix_nt_notification_expressions filter to add custom notifications. For each entry, you’ll provide a regular expression that matches a log entry, and an array of e-mail addresses that will be notified whenever a match occurs. The best place to put the code is inside a functionality plugin. Here’s an example of several different patterns being matched and associated with e-mail addresses: function camptix_email_notification_expressions( $expressions ) { $expressions = array_merge( $expressions, array( '/changed to (failed|pending|refund)/' => array( '[email protected]', '[email protected]' ), '/Error during RefundTransaction/i' => array( '[email protected]' ), '/Setting all transactions to refund/i' => array( '[email protected]' ), '/Warning during PayPal request/i' => array( '[email protected]', '[email protected]' ), ) ); return $expressions; } add_filter( 'camptix_nt_notification_expressions', 'camptix_email_notification_expressions' ); For help understanding regular expressions, check out Learning Regular Expressions for Beginners and Regular Expressions User Guide. You can use RegExr to test your expressions.

Ratings

5
1 reviews

Rating breakdown

Details Information

Version

0.2

First Released

19 Jun, 2013

Total Downloads

1,919

Wordpress Version

3.5 or higher

Tested up to:

4.3.21

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.