In my test environment (Ubuntu 20.04, PHP7.4, Percona 8.0, Varnish 6.5) I’ve just installed redis (backend, page cache and sessions) without thinking much about its version. And of course it’s of version 7.02. I know Magento 2.4.3 requires Redis 6.0 but I haven’t noted any problems with version 7.02. Does […]
Magento
This is my fieldset from the uicomponent form: <fieldset name="image_form_fieldset"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Form</item> </item> </argument> <field name="file"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="label" xsi:type="string">File</item> <item name="visible" xsi:type="boolean">true</item> <item name="formElement" xsi:type="string">fileUploader</item> <item name="source" xsi:type="string">file</item> <item name="sortOrder" xsi:type="string">15</item> <item name="uploaderConfig" xsi:type="array"> <item name="url" […]
I’ve read over this page ( Magento2 – override 3rd party module layout file in custom theme ) and I am still having an issue. What I am trying to do is override the 2 files that vendor offers for the end user to download. Which are sample.CSV and sample.XML […]
As per https://csp-evaluator.withgoogle.com/ whitelisted hosts can frequently be bypassed, i.e. google and adobe. Is there any way to use strict-dynamic (either with hash or nonce) for script-src policy applicable to vendor modules? I have also an issue with Chrome (Safari and Firefox don’t report errors) when CSP is in strict […]
I have a normal theme for our onlineshop named “Company Fresh“. I created another theme which I named “Company Fresh Green“. It is based on “Company Fresh” but has only one difference. The background color of all sites should be green. I added these files to my new theme: (THEME_DIR […]
Overview: I’m creating my own payment method, this method redirects to an external page where customer needs to place credit card details. This page has SuccessURL (on Success payment action), BackURL (back action) and FailureURL (if payment failed action). So how should i implement the payment gateway? First should i […]
We are using Magento 2.4.3-p2 and filter collection on advance search page and quick search page using custom attribute. Our collection is properly filter using our observer but tool bar count and pagination not work properly. Can any one let us know how to fix it? We have tested same […]
I have one major issue that i do not know how to solve. I am trying to create or update any product and i am getting Asymmetric transaction rollback. error. It was working ok, but suddenly it stopped. I rolled back my site to a working state, started again uploading […]
I am trying to get the cart item value once the qty updated in the Cart page for the specific Item. Have used the below code to get the value, But the event triggered still its showing the old value. In events.xml I am using the event checkout_cart_save_after. Its firing […]