DivanteLtd / woocommerce2vuestorefront

This is WooCommerce to Vue Storefront data bridge. Harness the power of Progressive Web Apps for Your Woo Commerce shop!
https://vuestorefront.io
134 stars 31 forks source link

Only importing 20 latest products... no more #10

Open buisine opened 4 years ago

buisine commented 4 years ago

image

pttsky commented 4 years ago

For some reason, not all products are imported but instead there is a pagination mechanism. Specify --page and --perPage options

https://github.com/DivanteLtd/woocommerce2vuestorefront/blob/master/src/importer/products.js#L27 https://github.com/DivanteLtd/woocommerce2vuestorefront/blob/master/cli.js#L33

Try something like:

node ./cli products --perPage 100