Frontaccounting connect
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
- Upload
frontaccounting_connectto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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
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