I’m having following issue that i’m not able to reproduce https://ibb.co/0M1mvQ6 I checked in system.log but i don’t have any critical warning. I made also a registration with a different email address and worked correctly Only sometimes seems that is error is triggered.. Do you have any idea about this? […]
Daily Archives: August 29, 2022
Argento Stripes Theme (same error on blank luma) – Magento 2.4.3 please can somone help I am trying to install manually at the moment trying to get amasty Improved Layered Navigation Pro module-shopby-pro – in admin when I am clicking on the Stores Configuration Improved Layered Navigation getting this error […]
I’m getting error after deploying sample data when i run setup:upgrade command i get this error, any idea? Unable to apply data patch MagentoGroupedProductSampleDataSetupPatchDataInstallGroupedProductSampleData for module Magento_GroupedProductSampleData. Original exception message: Rolled back transaction has not been completed correctly
is there any way we can get all category ids like its displayed in admin in Magento ver. 2.4.3 ? I have tried ** * Get Category */ public function getCategory($categoryId) { $category = $this->_categoryFactory->create(); $category->load($categoryId)->setOrder('entity_id', 'ASC'); return $category; } but this did not work. Thank you
I have a price rule attached to the flat rate shipping method as an option, and I want to intercept when the coupon is added, so that I can hide this flat rate method unless the coupon code matches the code value in the option. I have a model setup […]
I surfed the the Internet and found that linux is faster than Windows but some well known developers told that Windows has better algorithm then how come that previous line be true?
Suppose a have a symlink named A If I execute this: ln B A -s then B points to A, having created a chain of symlinks: B->A->some Is there any option for ln to link directly to the final target, without writing it explicitly? to get B->some? I would do […]
How do I copy a png file with text editor on Windows? When I open a file with text editor and copy and paste the contents into a new file, the new file is corrupted and unopenable. How is this file any different from the original? How do I fix […]
I am currently using Word 365, version 2207. The document I am editing contains an SVG file, which in turn contains a <radialGradient> element. When I import this SVG file into Word, the picture is displayed correctly, as can be seen here: However, when I export the Word file to […]