Skip to content

Magento 2 : Customize New Products Rss Feed

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[… Read More »Magento 2 : Customize New Products Rss Feed

Off-Site Backup Solutions Using DirectAdmin

Hello, I�m looking for off-site backup options for a website that�s sized a little over 100 GB. We were using cPanel until sometime back a… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1905399&goto=newpost

Fetch the attribute value using attribute code in Model file

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 ,… Read More »Fetch the attribute value using attribute code in Model file

Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later

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… Read More »Magento 2, A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later