Closed thisiscab closed 8 years ago
@braidn I have merged the latest master. The PR is now smaller than it was previously. I have answered some of your comments and I'd like to continue the conversation on some of those.
I'll wait to hear from you! :)
Commented
Thank you very much sir! :)
This will export products that are considered as Bundles when using the following gem: https://github.com/spree-contrib/spree-product-assembly
Shopify doesn't allow Bundles so we had to "hack" it. Which means that for each bundle of products on Solidus, we had to get all the possible parts (read variant) and permute all the possibilities. Those possibilities have to be uploaded on Shopify as Shopify variant.
Please see https://github.com/glossier/solidus_retail/issues/7 for more details