<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DecryptWeb Blog</title>
	<atom:link href="https://blog.decryptweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.decryptweb.com</link>
	<description>Opensource Web Solutions</description>
	<lastBuildDate>Sat, 27 Sep 2025 09:36:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://blog.decryptweb.com/wp-content/upds/2021/03/fav.png</url>
	<title>DecryptWeb Blog</title>
	<link>https://blog.decryptweb.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enhance Customer Engagement with the DW Notification Mail Extension for Magento 2</title>
		<link>https://blog.decryptweb.com/customer-registration-notification-mail-magento2/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Sat, 27 Sep 2025 09:36:22 +0000</pubDate>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 2]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=817</guid>

					<description><![CDATA[As an independent Adobe Commerce (Magento) consultant and extension developer, I understand how crucial it is to engage with customers right from the moment they interact with your store. One thing I noticed missing in Magento 2 was the ability to receive a notification when a customer registers on your store. While you do get [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>How I Built a Custom Sticky Notification Bar for My Magento Store</title>
		<link>https://blog.decryptweb.com/notification-bar-magento2/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Thu, 27 Feb 2025 09:08:29 +0000</pubDate>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 2]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=813</guid>

					<description><![CDATA[If you’ve ever tried to add a sticky notification bar to your Magento 2 store, you know that the ready-made solutions can be expensive. I found that many of the options out there didn&#8217;t suit my needs, so I decided to build one myself. After a bit of work, I’m happy to introduce the DW [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Hide email address from bots</title>
		<link>https://blog.decryptweb.com/hide-email-address/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Wed, 25 Dec 2024 11:22:21 +0000</pubDate>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Email]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=783</guid>

					<description><![CDATA[Due to the constant crawling and scrapping of the site by bots, any email addresses shown on the site are prone to spamming. Best way is to avoid showing any email address on site and use a contact us page that triggers a mail to a specified email address. But in case you need to [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Disable right click</title>
		<link>https://blog.decryptweb.com/disable-right-click/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Sun, 28 Jul 2024 11:04:33 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=781</guid>

					<description><![CDATA[While working on a content heavy site, there was a requirement to disable the right click on the site to avoid direct copy of content. Though there are multiple ways to copy the content and the images from the site, but below is nifty little JavaScript for disabling right click on the site Hope this [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Caption alignment in wordpress</title>
		<link>https://blog.decryptweb.com/caption-alignment-wordpress/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Mon, 15 Apr 2024 10:52:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=777</guid>

					<description><![CDATA[While working on a WordPress site, I observed the captions shown below images are left aligned. There was a requirement from client to align the caption in centre. I am sharing the script used for aligning the captions, you can use the existing &#8216;Additional CSS&#8217; feature in the blocks or you can use a third [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Add breadcrumbs in Magento2</title>
		<link>https://blog.decryptweb.com/breadcrumbs-magento2/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Sun, 07 Jan 2024 11:03:41 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Magento 2]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=769</guid>

					<description><![CDATA[I am going to explain here a way to add a breadcrumb in the default Magento Contact Us Page as an example 1) Create a layout file I have a theme module Decryptweb_Project, so creating a layout file inside it app/design/frontend/Decryptweb/Project/Magento_Contact/layout/contact_index_index.xml 2) Reference the existing breadcrumbs block]]></description>
		
		
		
			</item>
		<item>
		<title>Hide admin login in Magento 2</title>
		<link>https://blog.decryptweb.com/magento2-admin-login/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Thu, 13 Jul 2023 10:42:23 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Magento 2]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=764</guid>

					<description><![CDATA[If you are using a SSO to login into Magento admin, you may need to hide the default Admin login functionality. I am mentioning here an important code snippet to hide the admin login form. 1) Create an admin layout For example, I have a module DecryptWeb_Admin, I am going to create a layout file [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>How to not remove items from Wishlist in Magento 2</title>
		<link>https://blog.decryptweb.com/wishlist-items-unremove-magento2/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Sat, 15 Apr 2023 14:21:44 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[wishlist]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=747</guid>

					<description><![CDATA[Updates [April 20,2023] : I have developed an extension for this, please check details from link DW Wishlist Extension. Magento 2 has a functionality that removes the item from wishlist if its added to cart from wishlist. I had a task requirement, it was B2B project so mostly the vendors will buy the same set [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Encryption and Decryption in Configuration in Magento 2</title>
		<link>https://blog.decryptweb.com/encryption-decryption-magento2/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Sun, 10 Jul 2022 17:39:29 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Magento 2]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=751</guid>

					<description><![CDATA[If you are working with APIs or any secret keys, than you will need to encrypt those keys and store it in Configuration (core_config_data) instead of in a visible form. Below are the steps to do that, 1) Encryption: In your Namespace/Module/etc/adminhtml/system.xml, you need to add a class inside backend_model tag that does the encryption, [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>MySQL Ignore tables</title>
		<link>https://blog.decryptweb.com/mysql-ignore-tables/</link>
		
		<dc:creator><![CDATA[Decrypt Web]]></dc:creator>
		<pubDate>Thu, 14 Apr 2022 11:07:30 +0000</pubDate>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[table]]></category>
		<guid isPermaLink="false">https://blog.decryptweb.com/?p=738</guid>

					<description><![CDATA[Commands to export MySQL database schema, database with data, selective tables, ignoring tables]]></description>
		
		
		
			</item>
	</channel>
</rss>
