I have the following issue with a magento 2.4.3 category: Using the default theme (having the category’s Design/[No layout updates] option selected), it properly shows its products and their number: but after updating the category’s Design/[Custom Layout Update] to a custom layout, Magento shows in frontend all catalog products as […]
Magento
I am getting “Invalid Samesite attribute.” error while run the reindex CLI “bin/magento indexer:reindex” in magento 2 setup (version 2.4.4, php 8.1 and apache). I have tried all the way to find out the solution but no luck. Can someone please help on this issue? Thanks in advance.
I am facing an issue where the products added in the cart automatically gets removed after 1 hour. I am facing this issue only for guest user. I have checked the following values and found them to be OK, I set [ Persistence Lifetime (seconds) ] : 31536000 I have […]
On Magento 2, we submitted the Google Product feed through Google Merchant. However, all of the products have shipping prices. We are getting customers calling us when they see the products on Google Shopping showing it’s “free delivery”. They are confused and we keep telling them there’s no free delivery. […]
For Example, my Array is something like this : $testArray = [ "01-01A" => [ 'name' => "test1", 'test' => "01-01A" ], "01-06B" => [ 'name' => "test2", 'test' => "01-06B" ], "02-05A" => [ 'name' => "test3", 'test' => "01-05A" ], "03-33B" => [ 'name' => "test4", 'test' => […]
i have running magento243 version and it is working fine . but i am facing issue in cache flush. my admin cache is automatically cleared after every 30 minutes. i m using cron scheduler extension and i also disabled all cron from enable status to disable.and then also cache clean […]
I want to add html tags to the notice of a specific field, I tried in LayoutProcessor but it does not interpret the image tags, I know it is possible from the field.html file, but it did not work for me, the knockout js condition do not work, this is […]