Peter Jaap Blaakmeer

Results 96 issues of Peter Jaap Blaakmeer

I would like to also have the menu hidden when a customer is not logged in.

enhancement

Sometimes we encounter a bug but it takes a while for us to fix it (due to whatever reason). We'd like to temporarily filter this event from turning up in...

Missed this one in my previous PR

Now that Magento 2.4.4 with PHP 8.1 is supported, we're in need of PHP 8.1 compatibility for this extension. It probably already works, so just double checking it and added...

Here's how I fixed/circumvented it for now, not sure if this is the correct fix; ``` diff --git Model/Processor.php Model/Processor.php index f0ddde1..ce58d1c 100644 --- Model/Processor.php +++ Model/Processor.php @@ -624,7 +624,7...

In Magento 1.9.2.0, the select box is shown as escaped HTML. That is due to app/design/frontend/base/default/template/tax/checkout/shipping.phtml Remove the '$this->escapeHtml()' calls from that PHTML to correctly show the select box and...

...by removing the variations matrix in the edit screen. Here's some work on it I did so far; Comment out in ` vendor/magento/module-configurable-product/etc/adminhtml/di.xml` to remove the matrix variations grid from...

enhancement
help wanted

I noticed that the ex VAT prices in the prewarmer-generated JSON will always use the tax percentage of the base store. This also (like prices themselves and attribute option value...

Even though the frontend might not necessarily use the `pub/media/` path but the `/media` path without pub.