Call Toll Free 1-888-884-6420
Already signed up? If not,

AcuInvoice Simple Store v1.0 Released

March 5, 2008 by · Leave a Comment
Filed under: Uncategorized 

Today we are proud to announce the release of the AcuInvoice Simple Store. We are releasing this lightweight PHP script free of charge to the AcuInvoice community as a means of providing a set of core classes that can be used in custom applications that interact with AcuInvoice via the API. We have prepared a zip archive of the AcuInvoice Simple Store  for you to download and install on your web server. As previously described in detail, the Simple Store can be easily installed on your web server and allow you to sell products–both digital and traditional goods–via a clean looking storefront. Order information is passed securely to your AcuInvoice account via the API, and customers are able to pay via any AcuInvoice payment gateway you have enabled. If you are selling digital goods (software, eBooks, etc.), these goods will be automatically delivered to your customer once the invoice has been converted into a closed state (either via a payment gateway or from a payment you have manually entered).  Below you will see a brief demonstration of the Simple Store installation process.  By the end of the week we will have a full demonstration of how to configure the Simple Store (you should be able to figure it out without the demo, we think) and how orders are processed.  Meanwhile, if you have any questions about the AcuInvoice Simple Store, please email us at support (at) acuinvoice (dot) com or submit a ticket from within your AcuInvoice account.   

Installing the AcuInvoice Simple Store

As the name implies, installation is easy, but it never hurts to have some helpful visuals.  This demo should help.

Technical Requirements

  • PHP 5.0.0 or higher
  • MySQL extension loaded (in php.ini)
  • SimpleXML extension loaded (in php.ini)
  • This is not a requirement but a recommendation: allow_url_fopen = 1 (in php.ini). If this option is turned off (value 0) you will still have a fully operational store, however every downloadable item and product image should be uploaded to the store server via the admin application. Linking to remote files and images will not be possible.