I install new fresh magneto on my centos 7 recently the home page run success fully but the all css paths goes 404 in core config i also set the base secure and unsecure url for pub static and pub media
Magento
getting empty data from the product attribute Iam getting null value while fetching the data from attribute my attribute name is product_types
I need products that are out of stock (!$_product->isSaleable()) to be displayed at the end of the category list in the catalog (frontend part) Magento v 2.4.2
We are using PWA Venia Theme. BUY NOW button is not clickable in PLP Page . but it’s working in PDP Page , src/components/Gallery – item.js Full code for Item.js : https://pastebin.com/x3ri4BE8 const addButton = customOptions && customOptions.length > 0 ? ( <a id="productFullDetail.addItemToCart1" target={'_blank'} class="w-full text-xs tracking-[2.4px] h-[38px] text-[0.7rem]" […]
I want to know how many crons of the same group are run parallel in Magento 2. As we have too many crons our cron execution is failing and missed execution. We have already 11 to 12 different groups other than the default cron group. We are facing an issue […]
I’m still finding my feet both in Magento and Docker. Can anyone suggest how I can password protect a whole Magento site running within Docker? I understand the best/easiest way to do this is to modify the .htaccess file – but I’m confused as to which one / in which […]
I’ve encountered a recurring error in my Magento 2.4.5-p5 installation, and it’s logged in the system.log file. The error message is as follows: [2024-01-17T11:57:04.901592+00:00] main.ERROR: {"error":{"root_cause":[{"type":"x_content_parse_exception","reason":"[1:352] [bool] failed to parse field [must]"}],"type":"x_content_parse_exception","reason":"[1:352] [script_score] failed to parse field [query]","caused_by":{"type":"x_content_parse_exception","reason":"[1:352] [bool] failed to parse field [must]","caused_by":{"type":"illegal_state_exception","reason":"expected value but got [START_ARRAY]"}}},"status":400} [] [] […]
We are facing a MySQL database connectivity issue in Mulesoft, the mule has two types of database transactions. one is to the mule’s server( Self ) database and the other one is to the remote server database. Recently we upgraded MyQL 5.7 to 8.0 in the remote server, After that […]
When filtering by text attribute type the module block and phtml template retrieve values by attribute code, however its not not returning values on MultiSelect ive tried the following: // Build a custom SQL expression using find_in_set $findInSetConditions = []; foreach ($desiredValues as $value) { $findInSetConditions[] = $productCollection->getConnection()->quoteInto( ‘FIND_IN_SET(?, ‘ […]