glossier / solidus_retail

Solidus Extension to Support Retail Operations
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Export products that are considered as Bundles #25

Closed thisiscab closed 8 years ago

thisiscab commented 8 years ago

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

thisiscab commented 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! :)

braidn commented 8 years ago

Commented

thisiscab commented 8 years ago

Thank you very much sir! :)