Open RenzoF opened 5 years ago
I noticed the same sort of issue with WooCommerce (before adding VSF, to test) importing products with attributes, however the csv import failed with several attempts.
Once I got a successful import, I noticed all Categories were at the top level and Products did not return their Short Description (even in the Addition Info tab)
I found this: https://docs.woocommerce.com/document/editing-product-data-tabs/ which may help others
At this point I'm building a mock store and may do this manually for now
Description When running
node cli.js products
an exception is thrown.How to recreate To recreate this try importing a variation product with a custom product attribute.
More details By looking at the code it seems that is trying to find the custom attribute on the products attributes catalog (which it doesn't exist).
It does exist on the parent product.