<?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>Magento | Tutes Club</title>
	<atom:link href="https://tutes.in/category/magento/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Fri, 08 Sep 2023 13:37:22 +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 speed up slow Magento indexer process? Maria DB 10.4</title>
		<link>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/</link>
					<comments>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 08 Sep 2023 13:37:21 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[indexer]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2757</guid>

					<description><![CDATA[<p>Category Products index taking too much time? bin/magento index:reset bin/magento index:reindex Stuck at category products index &#8230; Here is the solution if you are using MariaDB 10.4 You need to update options/parameters for your db. If using RDS, edit &#8220;DB instance parameter group&#8221; that you are using and update these 2 values: After these changes, [&#8230;]</p>
The post <a href="https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/">How to speed up slow Magento indexer process? Maria DB 10.4</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Condition types for addAttributeToFilter in Magento2 Collections</title>
		<link>https://tutes.in/condition-types-for-addattributetofilter-in-magento2-collections/</link>
					<comments>https://tutes.in/condition-types-for-addattributetofilter-in-magento2-collections/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 15:36:29 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2734</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/condition-types-for-addattributetofilter-in-magento2-collections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Magento2 apis not working? fix coupon apis and other PUT OPTIONS APIs</title>
		<link>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/</link>
					<comments>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sun, 26 Sep 2021 22:15:56 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[Magento]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2707</guid>

					<description><![CDATA[<p>The issue is actually related to your server&#8217;s configuration. By default all types of requests are not allowed. Please add the following to your .htaccess file</p>
The post <a href="https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/">How to fix Magento2 apis not working? fix coupon apis and other PUT OPTIONS APIs</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-magento2-apis-not-working-fix-coupon-apis-and-other-put-options-apis/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Invalid template file error in Magento2 after version upgrade?</title>
		<link>https://tutes.in/how-to-fix-invalid-template-file-error-in-magento2-after-version-upgrade/</link>
					<comments>https://tutes.in/how-to-fix-invalid-template-file-error-in-magento2-after-version-upgrade/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 16:57:03 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2681</guid>

					<description><![CDATA[<p>This is a very common issue you will face if you using windows machine for development. Usual error message is: So whats the solution? In case of windows, just replace this function isPathInDirectories in vendor/magento/framework/view/element/template/file/validator.php Reference: https://magento.stackexchange.com/a/255585/32283</p>
The post <a href="https://tutes.in/how-to-fix-invalid-template-file-error-in-magento2-after-version-upgrade/">How to fix Invalid template file error in Magento2 after version upgrade?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-invalid-template-file-error-in-magento2-after-version-upgrade/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>Installing a testing instance for Magento CLI only</title>
		<link>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/</link>
					<comments>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 05:25:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Scripts]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2645</guid>

					<description><![CDATA[<p>Prerequisite: Magento repo access keys Mysql Database, username and password a domain name pointing to a server if you dont have access key, get a pair here : https://marketplace.magento.com/customer/accessKeys/ In the above command, you can change version/subversion of magento repo. You can also change the install directory After the successful run of above command: YOu [&#8230;]</p>
The post <a href="https://tutes.in/installing-a-testing-instance-for-magento-cli-only/">Installing a testing instance for Magento CLI only</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/installing-a-testing-instance-for-magento-cli-only/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>Convert dropdown attribute to text swatch in Magento2 Admin Panel</title>
		<link>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/</link>
					<comments>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 22:42:25 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[console trick]]></category>
		<category><![CDATA[jQuery]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2515</guid>

					<description><![CDATA[<p>Run the following code in console:</p>
The post <a href="https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/">Convert dropdown attribute to text swatch in Magento2 Admin Panel</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/convert-dropdown-attribute-to-text-swatch-in-magento2-admin-panel/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>
	</channel>
</rss>
