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

cli.js products fail for products with custom attributes #1

Open RenzoF opened 5 years ago

RenzoF commented 5 years ago

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.

elementWebDev commented 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