<?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>magento2 | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/magento2/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Sat, 12 Jun 2021 05:48:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to update customer password in Magento 2 database?</title>
		<link>https://tutes.in/how-to-update-customer-password-in-magento-2-database/</link>
					<comments>https://tutes.in/how-to-update-customer-password-in-magento-2-database/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 12 Jun 2021 05:48:29 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2676</guid>

					<description><![CDATA[<p>Please note that if SPJ9WIp7 is the salt and User&#8217;s password is 7qLzX33ETxYE, the following will be your query: 7615 is the customer id</p>
The post <a href="https://tutes.in/how-to-update-customer-password-in-magento-2-database/">How to update customer password in Magento 2 database?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-update-customer-password-in-magento-2-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to migrate Customers from Magento2 to WordPress?</title>
		<link>https://tutes.in/how-to-migrate-customers-from-magento2-to-wordpress/</link>
					<comments>https://tutes.in/how-to-migrate-customers-from-magento2-to-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 01 Jan 2020 15:07:12 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[password migration]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2553</guid>

					<description><![CDATA[<p>Lets break it into 2 parts: a. Migrate Customer datab. Migrate Customer Passwords 1) Migrate Customer Data from Magento2 to WordPress This is rather easy to be honest, there are several plugins for importing data from CSV and then mapping the CSV fields. My recommended plugin is Customer/Order/Coupon CSV Import Suite by SkyVerge It basically [&#8230;]</p>
The post <a href="https://tutes.in/how-to-migrate-customers-from-magento2-to-wordpress/">How to migrate Customers from Magento2 to WordPress?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-migrate-customers-from-magento2-to-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change attribute dropdown type to multi-select in Magento 2?</title>
		<link>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/</link>
					<comments>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 01:32:22 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[eav_attribute]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento2]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2506</guid>

					<description><![CDATA[<p>Short Answer: Not possible via Magento2 Admin Backend. Solution: You need to update eav_attribute table and edit information about backend_source, frontend_input etc. Simple query for that is: Replace&#160;YOUR_ATTRIBUTE_ID_INTEGER&#160;with your&#160;attribute_id&#160;like&#160;355 Reference: https://stackoverflow.com/a/57701845/2229148</p>
The post <a href="https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/">How to change attribute dropdown type to multi-select in Magento 2?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to disable products in Magento2 which dont have any gallery image?</title>
		<link>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/</link>
					<comments>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 22 Aug 2019 21:25:23 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[hide products without images]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento 2x]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[sql]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2501</guid>

					<description><![CDATA[<p>It is SQL query Assumption: value=2 means disable and value=1 means enable attribute_id=96 means &#8220;status&#8221; attribute References: https://gist.github.com/tegansnyder/8464261#gistcomment-2910808 https://magento.stackexchange.com/a/83033/32283</p>
The post <a href="https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/">How to disable products in Magento2 which dont have any gallery image?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to remove sign in popup from Magento 2 checkout page?</title>
		<link>https://tutes.in/how-to-remove-sign-in-popup-from-magento-2-checkout-page/</link>
					<comments>https://tutes.in/how-to-remove-sign-in-popup-from-magento-2-checkout-page/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 27 May 2019 21:30:16 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento 2x]]></category>
		<category><![CDATA[magento ce]]></category>
		<category><![CDATA[magento2]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2449</guid>

					<description><![CDATA[<p>Magento2 has this authentication pop up on checkout page, which many store owners wont like to see on their checkout page. Background of this pop up area and Related files The pop up itself is generated by Magento_Customer::account/authentication-popup.phtml But this pop up works very differently on checkout page. In fact this is a separate pop [&#8230;]</p>
The post <a href="https://tutes.in/how-to-remove-sign-in-popup-from-magento-2-checkout-page/">How to remove sign in popup from Magento 2 checkout page?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-remove-sign-in-popup-from-magento-2-checkout-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to show correct item count in Magento 2 Checkout Order summary?</title>
		<link>https://tutes.in/how-to-show-correct-item-count-in-magento-2-checkout-order-summary/</link>
					<comments>https://tutes.in/how-to-show-correct-item-count-in-magento-2-checkout-order-summary/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 27 May 2019 14:27:21 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[magento2]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2447</guid>

					<description><![CDATA[<p>By default, app/design/Magento/Checkout/view/frontend/web/template/summary/cart-items.html file is being usedOr vendor/magento/module-checkout/view/frontend/web/template/summary/cart-items.html To overload this file, create file cart-items.html in your theme folder. Make sure you place the file in Magento_Checkout/web/template/summary/ Edit the line And replace it with Reference Files: https://github.com/magento/magento2/blob/2.2/app/code/Magento/Checkout/view/frontend/web/template/summary/cart-items.html https://github.com/magento/magento2/blob/2.2/app/code/Magento/Checkout/view/frontend/web/js/view/summary/cart-items.js</p>
The post <a href="https://tutes.in/how-to-show-correct-item-count-in-magento-2-checkout-order-summary/">How to show correct item count in Magento 2 Checkout Order summary?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-show-correct-item-count-in-magento-2-checkout-order-summary/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to dump all options for any attribute in Magento 2 programmatically?</title>
		<link>https://tutes.in/how-to-dump-all-options-for-any-attribute-in-magento-2-programmatically/</link>
					<comments>https://tutes.in/how-to-dump-all-options-for-any-attribute-in-magento-2-programmatically/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 21 May 2019 10:18:56 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[objectmanager]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2444</guid>

					<description><![CDATA[<p>The following code does not adhere to Magento&#8217;s developer recommendations. Using object manager in such a way externally is a TERRIBLE idea. Comment out line number 2 and then run the script. Edit line 11 and put the attribute code you want to dump</p>
The post <a href="https://tutes.in/how-to-dump-all-options-for-any-attribute-in-magento-2-programmatically/">How to dump all options for any attribute in Magento 2 programmatically?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-dump-all-options-for-any-attribute-in-magento-2-programmatically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to customize Magento 2 Maintenance mode page?</title>
		<link>https://tutes.in/how-to-customize-magento-2-maintenance-mode-page/</link>
					<comments>https://tutes.in/how-to-customize-magento-2-maintenance-mode-page/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 04 Feb 2019 08:09:33 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[503]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[maintenance]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2250</guid>

					<description><![CDATA[<p>Edit the file pub/errors/default/503.phtml and put the following code</p>
The post <a href="https://tutes.in/how-to-customize-magento-2-maintenance-mode-page/">How to customize Magento 2 Maintenance mode page?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-customize-magento-2-maintenance-mode-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to hide a specific category from Google Index in Magento 2?</title>
		<link>https://tutes.in/how-to-hide-a-specific-category-from-google-index-in-magento-2/</link>
					<comments>https://tutes.in/how-to-hide-a-specific-category-from-google-index-in-magento-2/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 12:42:40 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2126</guid>

					<description><![CDATA[<p>In Magento Admin Panel, Go to Catalog in Left Menu &#62; CategoriesSelect the category you want to edit and in Design Section &#62; Layout Update XML, put this value: Save the category and then Clear the cache</p>
The post <a href="https://tutes.in/how-to-hide-a-specific-category-from-google-index-in-magento-2/">How to hide a specific category from Google Index in Magento 2?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-hide-a-specific-category-from-google-index-in-magento-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fix Magento 2 &#8211; php cli error on cpanel or other hostings</title>
		<link>https://tutes.in/fix-magento-2-php-cli-error-on-cpanel-or-other-hostings/</link>
					<comments>https://tutes.in/fix-magento-2-php-cli-error-on-cpanel-or-other-hostings/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 10 Sep 2018 22:10:59 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cli application]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[M2]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[php-cli]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1631</guid>

					<description><![CDATA[<p>The problem: On a fresh install of Magento2 on cpanel based hosting, you receive the following error while running any command on SSH The Solution: You have to point php to correct binary;Use the following code in order:First, open the file which can alter the runtime variables like .bash_profile or .bashrc Go to last line [&#8230;]</p>
The post <a href="https://tutes.in/fix-magento-2-php-cli-error-on-cpanel-or-other-hostings/">Fix Magento 2 – php cli error on cpanel or other hostings</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/fix-magento-2-php-cli-error-on-cpanel-or-other-hostings/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
