This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Frontaccounting connect

Description

A simple plugin that can be used to import Frontaccounting product items into wordpress posts.
Support widget to display imported items in sidebar
Shortcode support.

Shortcode: [ fac-display-items stock_id = “value” ]

Note:
Widgets, and shortcode html can be overridden by common templates located in /plugins/frontaccounting_connect/templates/ directory
Templates copied to theme root folder will override default html used for shortcodes, widget and append to content.

FaC has only been tested in a localhost environment. Remote DB connections not tested.

import option

Import/sync product information into a wordpress posts.

NOTE:
imported items initial status is “draft”.
Imported data will be located in “post_meta”.
Customize templates if needed.

Arbitrary section

Installation

  1. Upload frontaccounting_connect to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Fill out and update the settings section. Import frontaccounting data

FAQ

Does this plugin support real-time pricing and quantities

Not at the moment. Manual updates required if FrontAccounting items change

Where does this plugin store imported Frontaccount items data

The item short description will be stored as post content. Everything else is stored in post meta data

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Frontaccounting connect” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

=1.0.1.1=
fixed – pass by reference error

=1.0.1=
fixed – image import error
fixed – associating image with post
added – jQuery UI progress bar

=1.0=
no change – initial product release