WP Manifestindependent plugin directory
manifest / ecommerce / ne-woo-bf

NE BeautyFort Woo

Wordpress integration Woocommerce - BeautyFort

by Nordic Equilibro · github.com/woodbase/ne-woo-bf

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/woodbase/ne-woo-bf/archive/refs/heads/main.zip

A WordPress plugin for the first public release of the BeautyFort ↔ WooCommerce integration.


🚀 First Release (v1.0.0)

This release provides a stable baseline for product import and synchronization between BeautyFort and WooCommerce.

✅ Included in this release

  • Product import from BeautyFort into WooCommerce
  • Stock synchronization
  • Core admin pages:
    • Dashboard
    • Products
    • Settings
  • Localization files:
    • sv_SE
    • en_US
    • de_DE
    • es_ES

📋 Requirements

Platform Minimum version
WordPress 6.0+
WooCommerce 7.0+
PHP 8.0+

🛠 Installation

  1. Place the plugin folder in: wp-content/plugins/ne-woo-bf
  2. Activate the plugin from Plugins in the WordPress admin
  3. Open plugin settings and add API credentials
  4. Run the first product import

🔄 Usage

  1. Open the plugin admin section
  2. Verify the BeautyFort connection
  3. Start import/sync
  4. Verify imported products in WooCommerce

🧩 Project structure (overview)

  • includes/Core/ – bootstrap, autoloader, plugin core
  • includes/Controllers/ – admin flow and routing
  • includes/Services/ – API, sync, notices
  • includes/Models/ – repositories/data access
  • admin/views/ – admin views
  • assets/ – static assets
  • languages/ – translation files

📄 License

MIT (see LICENSE).