-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support all Magento product types on orders. #23
Comments
The configurable products are supported without custom options (see at #13) |
Great stuff, thanks @gonzaloebiz @lduh and @takzilla you can see here the progress on the product types. |
hi guys! i've posted issue here: #83 |
Hi @elluminatte, thanks for you feedback. Best |
I'm missing orders with Bundled products as well! |
When will bundle products be supported? |
Hello @shuafried Unfortunately there is not ETA for this at the moment. Regards. |
Hi all, |
Hello @paugnu Regards. |
Hi @Santiagoebizmarts , that's actually the point... we have mostly grouped and configurable products :) |
@paugnu I worked around the limitation by creating my own module and extending Specifically, I modified this check in both of those methods:
In our use case, we just needed to know which bundles our customers were purchasing (each of our bundles consist of a fixed set of items, and we hardly ever change the item mix). |
@Santiagoebizmarts we're super keen to see this in place. We generate a substantial amount of our annual revenue from Bundled Products and this is a large gap in our successful utilisation of this integration especially in the context of this causing further downstream symptoms such as #318 What information would you like from us to assist with lifting the priority on this scope? We're happy for a narrower implementation that just treats Bundles like Virtual Products by using the default Child Products within each Bundle to determine price etc. |
@mystix Did you get this working in Magento2? We have the same wish as you describe, we do not need to know the products that are in the bundle, only the name/sku of the bundle, but we can not get this working with the latest Magento + latest extention versions. |
Looking at the latest (v1.1.20) source code in The bundle class I don't see any reason why we couldn't just allow bundle products. Espcially since this Ebizmarts_MailChimp_Model_Api_Products seems to simply call Unless anyone wants to object, I want to make this change to include Bundles. |
Enterprise Edition
Community Edition
The text was updated successfully, but these errors were encountered: