kathyisawesome / wc-mnm-variable

Variable Mix and Match Products
2 stars 0 forks source link

Import/export support #12

Closed helgatheviking closed 1 year ago

helgatheviking commented 1 year ago

variations don't import. variable shared meta doesn't import.

helgatheviking commented 1 year ago

Variable product extra fields

variation extra fields

To test At a minimum, need to test that attributes and variations are exported and imported. And all fields (especially contents) are the same on the import.

helgatheviking commented 1 year ago

Reopening because there's some dodgy handling of category contents when category is not top-level.

Savory --Soups

If the contents is "soups" then on import it becomes savory-soups and none of the imported simple "soup" products have a matching category so the variation has no child items.

On import the we have the following categories:

Savory-Soups Savory --Soups

which is wrong. This might be happening in core MNM as well as that is where the parsing happens.... need to check.

Also note, that SelectWoo shows options for both Soups and Savory > Soups when searching for soups. This is strange.

helgatheviking commented 1 year ago

Re-closing! It works now! The above was actually a code import/export parsing issue.