-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you created attributes in the system? |
Beta Was this translation helpful? Give feedback.
-
ok.. after sleeping on it, finally got it to work. here's a working code I'm using to test this: `
` So thank you for making WooCommerce.NET, keep up the good work! |
Beta Was this translation helpful? Give feedback.
ok.. after sleeping on it, finally got it to work.
You were right about the attributes, they are like an axis for hanging variations on.
So I needed to create a product attribute with a value (options) of "something" (some random value, in this case 00000000),
and when creating the variations, they need to be attached to that attribute with the specific option.
here's a working code I'm using to test this:
`