Given Reed
08/17/2021, 7:25 PMproduct = Spree::Product.find_by(sku: row['associated'])) results in a message that says:
column spree_products.sku does not exist, which is true, it doesn't.
I've done this loading on other fields, but I guess I've done it on fields that exist in the actual table. I see the sku in spree_variants, but it doesn't seem to like Spree:Variant either.
I can see that there's a sku search in the admin, but I can't quite sort out how it pulls the info. Any pointers?Given Reed
08/17/2021, 7:52 PMSpree::Variant seems to do the trickJared Norman
Given Reed
08/17/2021, 8:21 PM