Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
See https://travis-ci.org/firegento/firegento-adminmonitoring/builds/272056349
Did some preliminary work but contains a bug; `bin/magento indexer:set-mode realtime design_config_grid -l` So far so good: ``` diff --git a/app/etc/config.php b/app/etc/config.php index 394877a..42a851e 100644 --- a/app/etc/config.php +++ b/app/etc/config.php @@...
We use composer's `replace` functionality to [leave out modules we don't need](https://www.integer-net.com/removing-unused-core-modules-from-magento-2-the-right-way/). The upgrade helper lists files in these modules as customised, but without an actual value; ``` -------- TEMPLATES...
Our CI fails when phpcs returns warnings, however, this package does not add warnings to the baseline, only errors. So when I run the baseliner I get; ``` Running PHP_CodeSniffer...
For `box-standard.twig.html`; ``` - {% set id = product.id %} + {% if product.parentId and shopware.config.ElgentosSeoCanonicalUrl.config.active %} + {% set id = product.parentId %} + {% else %} + {%...
So we can make use of https://www.elastic.co/blog/introducing-query-rules-elasticsearch-8-10
Bulk adding doesn't work? ``` composer replace:bulk:add yireo/magento2-replace-inventory Found yireo/magento2-replace-inventory:4.2.8.0 In BulkReplacement.php line 123: No bulk package found with name "yireo/magento2-replace-core" replace:bulk:add ```
TIL: > Customer Grid can only be reindexed using Update on Save. This index does not support Update by Schedule. Source; https://experienceleague.adobe.com/en/docs/commerce-admin/systems/tools/index-management#change-the-index-mode Maybe we can add it to this extension...
> so you'll have to add magento2.test to your hosts file first What IP do I point it to? Pointing it to 127.0.01. doesn't open the store.  