Rob Aimes
Rob Aimes
This issue is also present on 2.4.2-p1, presumably also in 2.4.3. After a little debugging the problem is somewhere in the `js/grid/controls/colors` component. Loading the grid for the first time...
@fredden Leaving this here for notes, but following the merge of #2465, [this file](https://github.com/Smile-SA/elasticsuite/blob/2.10.x/src/module-elasticsuite-catalog/Model/Product/Indexer/Fulltext/Datasource/AttributeData.php#L49) requires it's constructor modifying to also accommodate for the new `Config` parameter.
> @robaimes can you share some ideas if it is doable ? The hyva checkout isn't built using knockout and the standard Magento front-end so in that regard no, but...
@onlinebizsoft Sorry it's been a hectic few months. I'd planned to do it a couple weeks back when I had time off work but have been unwell. It's still on...
> @robaimes do you still plan to keep this module updated for next Magento version compatible? Yeah, I plan to keep this updated 🙂 I'm not sure what would be...
@onlinebizsoft I've pushed up some basic example for the 'Clean Checkout' implementation (sorry for the delay!) which can be seen [here](https://github.com/robaimes/module-checkout-designs-example/pull/1) - I won't merge it because I don't want...
Also, after taking a look at [Snowdog's Vue Checkcout](https://github.com/SnowdogApps/magento2-vue-checkout) that one should be extremely easy to make compatible. All that should be required is: * Create a new design `virtualType`...
Requires additional testing before merge, and ability to hide/disable specific elements.