WP Manifestindependent plugin directory
manifest / ecommerce / akcent-wholesaler-integration

Wholesaler Integration

Sync products/stock/prices from JS, MADA, AREN wholesalers to WooCommerce.

by Sujon · github.com/shahjalal132/akcent-wholesaler-integration · website

0stars
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/shahjalal132/akcent-wholesaler-integration/archive/refs/heads/main.zip

Readme

Akcent Wholesaler Integration

Summery

The client has three wholesaler integrations:

  • JS Wholesaler
  • Mada Wholesaler
  • Aren Wholesaler

The wholesaler provides products data in xml format. we have to parse the xml and insert to db. then import/update the products in wordpress woocomemrce. here's some twist: we have to filter the products by brands, categories. and we need to map the wholesaler product data to wordpress woocommerce product data.

Callenges:

the xml files are too large, while we try to parse and log to and work with them we have faced some challenges: memory exe

Read the full README on GitHub →