Adding Test Data
To get started testing North Commerce you can add test data to your store.
Load Test Data
ssh <my linux server>
$ cd /var/www/html/wp-content/plugins/north-commerce
$ php -f tools/populate_test_data.php num_users=3 num_products=4 num_coupons=3
...Last updated