Topic: WordPress

Does anyone have an extension that allows importing orders etc from a WordPress site?

Or a WordPress plugin that talks to FA

I wanted to see what is around before I consider making one...

Re: WordPress

WordPress does not have orders by default unless you installed a WP plugin.
In WP with your preferred eCommerce plugin installed, take a DB backup, then mane an order and then take another backup and compare the differences between the two backups and you will know which tables/records were affected and you can do the same for FA and hammer out a orders transfer script / sql.

Re: WordPress

You are right, I meant to say Woocommerce plugin

Re: WordPress

Yes its possible with its rest api and webhook to easily pass the orders, customers information nd also sync stock bètween woocommerce and FA

Subscription service based on FA
HRM CRM POS batch Themes

Re: WordPress

I am not much of a WordPress dev, would it be a fools errand to have a FA add-on that pulled the data directly from the WP/woo database directly?

Re: WordPress

https://wordpress.com/plugins/accounting-for-woocommerce
https://woolentor.com/doc/how-to-manage-orders-in-woocommerce/

Re: WordPress

I have a FA plugin that will read WP database to import/sync orders/customers as well as prices.

How can I submit for review/inclusion in the FA plugins?

Re: WordPress

Zip and attach herein and send to @joe.
Fork and send pull request to the unofficial Extensions repo as well.
Also it should state the version of WP it was tested on and whether PHP8 constructs undermine legacy PHP versions of FA in usage.

Re: WordPress

Scott Wheeler from CartSpan has a module for this.  We switched to FA this spring with the expectation that Scott was writing a module to allow CartSpan to dowload orders from Woo into FA and also post to ShipStation.

https://frontaccounting.com/punbb/search.php?search_id=299033542

Re: WordPress

Your link does not work.

Were the 'expectations' met?

I have a plug in that is working quite well for my needs. I need to test more PHP versions before I release on the FA site

Want to try it?

Tom

Re: WordPress

SCOTT WHEELER, President, NOVERHEAD SOFTWARE, LLC, 132 Woodcrest Dr Loveland, OH, 45140-7756 United States/
In 2011: 6971 TICONDEROGA TRAIL EDEN PRAIRIE OH 55346

https://www.cartspan.com/
513-708-1317

https://frontaccounting.com/punbb/viewtopic.php?pid=43386#p43386

CartSpan itself is a Microsoft Windows based application that resides on your local desktop.  CartSpan will communicate with its own standard PHP script (ionCube encoded) to accomplish the integration work.

Re: WordPress

apmuthu wrote:

Zip and attach herein and send to @joe.
Fork and send pull request to the unofficial Extensions repo as well.
Also it should state the version of WP it was tested on and whether PHP8 constructs undermine legacy PHP versions of FA in usage.

My PHP code is really simple I'm not sure what constructs came out in PHP8... I'm a PHP4/5 guy...

Can you recommend mysql/php versions I should test with?

Tom