>
Download This Plugin | |
Download Elegant Themes | |
Name | Asset Store Customer Support Form |
Version | 1.3.1 |
Author | myBad Studios |
Rating | 100 |
Last updated | 2015-02-11 10:02:00 |
Downloads |
38
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Asset Store Customer Support Form plugin added 1 kB of resources to the Home page and 1 kB of resources to the sample Post page.
Asset Store Customer Support Form plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Asset Store Customer Support Form plugin ads no tables to your Wordpress blog database.Allows Asset Store publishers to accept online customer support requests with automatic invoice validating beforehand.
Unity provides the api located at http://api.assetstore.unity3d.com/ to be used to validate invoices by requiring a publisher identifier and an invoice number(s). Once it receives both of these it will return an array containing the following information: 1. Purchase date 2. Was the transaction reversed / refunded 3. The invoice number you supplied 4. The package/product name
Invalid invoices are not returned so this kit checks the number of returned invoices against the number sent to Unity as well as the refund status of the invoices. If all invoices return as validated, the contact form will be sent to the configured address.
In terms of the data collected to be sent to Unity, the publisher's identification is achieved via the private API key the publisher gets on the Unity Publisher's Administration page. This info is entered in the Dashboard and fetched before contacting the Unity API. This field is never revealed to anyone other than Unity and people with the authority to manage site options. The invoice numbers to be validated is provided by the person completing the form.
So in summary: In the dashboard, provide the email address you want the contact form to be sent to and your private key to access the Unity API. From the customer, collect their invoice number(s) These two fields are sent to Unity who then returns anonymous info regarding the transaction including only purchases / refund status and purchase date.