Whenever we install magento by downloading magento zip(Manually), Magento core modules are stored in app/code/magento folder. How magento update works when we want to upgrade older versions to new version using composer update command? After completion of update do we need to remove app/code/magento ?
Magento
Generally when we hit http://127.0.0.1/magento2/rss/feed/index/type/new_products/ Feed shows data in XML format like this : <rss xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0"> <channel> <language>en_US</language> <title>New Products from Main Website Store</title> <description>New Products from Main Website Store</description> <generator>Laminas_Feed_Writer 2 (https://getlaminas.org)</generator> <link>http://127.0.0.1/magento2/rss/feed/index/store_id/1/type/new_products/</link> <item> <title>Simple Door</title> <description> <![CDATA[ <table><tr> <td><a href="http://127.0.0.1/magento2/simple-door.html"> <img src="http://127.0.0.1/magento2/pub/static/version1696945400/frontend/Magento/luma/en_US/Magento_Catalog/images/product/placeholder/thumbnail.jpg" border="0" align="left" height="75" width="75"></a></td> <td […]
I have a Magento site with several stores defined. They all have essentially the same content, the reason for having different stores is so I can have different email addresses and payment accounts, so the orders can be routed to the different stores/branches. The destination store is determined by the […]
In 3rd party Plugin’s Model file, i am trying to fetch attribute code and display the attribute value in Product View Page. But values are not fetching. $valueAddition = $product->getResource()->getAttribute('making_charges_value')->getFrontend()->getValue($product); or $valueAddition = $_product->getData($making_charges_value); Here is Full Function code , Full File code I restarted working on magento after many […]
Hope everyone is good. I saw other threads with similar issues but mine is different. It is happening when I am trying to create or update a coupon with specific customer groups. It gives me an error A technical problem with the server created an error. Try again to continue […]
we are using magento 2.4.5, we have created coupon codes and followed all the instructions – we are finding that the codes aren’t working for some customers but do work for most. I have tested them on desktop, mobile, and incognito so I know the code works, but sometimes it […]
Our catalog search result page has stopped working, it’s just a blank page now (almost). Were not sure when or how this happened. We have the Smartwave Porto Theme installed, and they say the catalog search module is standard Magento, and not related to the theme. This is what you […]
I want to add additional prices to a specific product such as courier charges. How do i do that in Magento 2 when I only have Flat Rate, Free Shipping and Table Rate? Without needing a plugin I mean.
Magento 2.4.6-p1 recently upgraded from 2.4.5 Updating any product image is not reflected on the front end, However when I change the scope from All store view to Default store view and update images. Changes are reflected immediately on the front end. I am using only the default website with […]