elgentos / LargeConfigProducts

Large Configurable Products workaround for Magento 2
91 stars 29 forks source link

Magento 2.3.x compatibility #45

Closed gaiterjones closed 4 years ago

gaiterjones commented 4 years ago

Migration from renatocason/magento2-module-mq to integrated M2 RabbitMQ message queue framework. Configuration of messaging queues and migration of existing consumer and publisher code.

Changes to swatch-renderer to make compatible with 2.3.x

Removed configurable-customer-data-mixin - throwing a js exception and I didn't need the functionality it provided so just removed it :P

I did all my testing with a not logged in (customer group 0) user and didn't notice that the backend prewarm created a cache per customer group until I moved to production and discovered the dynamic cache update wasn't working as expected with cli prewarm only useing group 0. As I don't have different pricing per customer group I thought it would make sense to have an option to disable caches per customer group and added a new config option to do this.

peterjaap commented 4 years ago

@gaiterjones could you fix the styleci errors?