<?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>Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Fri, 18 Apr 2025 12:08:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.solutiontutorials.com/wp-content/uploads/2019/01/icon-crm-300x300-150x150.png</url>
	<title>Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>HexaSync The Most Flexible Sync Solution WHY?</title>
		<link>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/</link>
					<comments>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 17 Apr 2025 02:55:27 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Automate]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=899</guid>

					<description><![CDATA[<p>Introducing Leading System Sync Solutions: Why HexaSync Stands Out In the fast-paced world of digital commerce, seamless data synchronization between platforms is crucial for operational efficiency and business growth. Today, we explore three powerful system sync solutions—HexaSync, Celigo, and M2ePro—with a special focus on HexaSync’s unmatched flexibility and adaptability. HexaSync: The Flexible Integration Engine by Beehexa HexaSync, developed by Beehexa, is a modern iPaaS (Integration Platform as a Service) designed to automate and streamline business operations by connecting both legacy...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/">HexaSync The Most Flexible Sync Solution WHY?</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/hexasync-flexible-integration-platform-automation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shopify CLI Docker image</title>
		<link>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/</link>
					<comments>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 25 Mar 2023 06:11:42 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Shopify]]></category>
		<category><![CDATA[Shopify-CLI]]></category>
		<category><![CDATA[Shopify-theme]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=868</guid>

					<description><![CDATA[<p>Shopify CLI is a command-line interface tool that helps you build Shopify apps and themes. It quickly generates Node.js, Ruby on Rails, and PHP apps, app extensions, and Shopify themes. You can also use it to automate many common development tasks. Theme Kit is a cross-platform command line tool that you can use to build Shopify themes. Docker hub: https://hub.docker.com/r/hieuhidro/shopify How to use the image DOCKER DOCKER COMPOSE docker-compose.yml: docker-compose Starting development a theme Access to the container or Adding...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/">Shopify CLI Docker image</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/shopify/shopify-cli-interface-docker-image/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to cache Magento collection query results</title>
		<link>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Tue, 24 May 2022 16:06:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=781</guid>

					<description><![CDATA[<p>Introduction Today, I would like to introduce &#8220;How to cache the Magento collection result&#8221; without customizing the PHP code. When you have worked with the Magento collection, you would like to consider if you can cache the result for the next time if the data aren&#8217;t generally updated by admin or 3rd tools. By default, Magento support saves the result of the collection to cache but it is not enabled by default, we have to add some custom to di.xml...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/">How to cache Magento collection query results</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-cache-magento-collection-query-results/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 Critical CSS and Core Web Vital Optimization</title>
		<link>https://www.solutiontutorials.com/development/magento-2-critical-css/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2-critical-css/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 15 Jan 2022 16:50:30 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Core Web Vitals]]></category>
		<category><![CDATA[CriticalCSS]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=737</guid>

					<description><![CDATA[<p>Google requires the Core Web Vitals score for getting better on SEO. Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web. With Magento 2 Critical CSS and Core Web Vital optimization module we provides some ways to optimize CWV values and implement criticalcss.com service and some Core Web Vital optimization to your Magento 2 project. We built a service that allows generating the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2-critical-css/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2-critical-css/">Magento 2 Critical CSS and Core Web Vital Optimization</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2-critical-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a custom message queue in Magento 2</title>
		<link>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/</link>
					<comments>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 09:50:40 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Optimize]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=596</guid>

					<description><![CDATA[<p>We know that Magento 2 supports consumer and MessageQueue by default (MQF). The Message Queue Framework (MQF) is a system that allows a&#160;module to publish messages to queues. It also defines the consumers that will receive the messages asynchronously. Example, after save the order, you have to send a notification to the customer (In this case, we temporary forget the feature asynchronous email, and forcus to the process that could asynchronously) The following diagram illustrates the Message Queue Framework In...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/">How to create a custom message queue in Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/how-to-create-a-custom-message-queue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Adding a customization product filter on the product list</title>
		<link>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/</link>
					<comments>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sun, 08 Aug 2021 17:13:09 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Module Development]]></category>
		<category><![CDATA[Training]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=536</guid>

					<description><![CDATA[<p>Some day, you has a request that add a default filter on category &#38; search result page that always filter product match a condition such as &#8220;Style&#160;Jacket&#8221;. Adding a customization filter on layered navigation of the category and search result page isn&#8217;t simple, Today I will provide you with how to do those things with&#160; Default Magento and Customize the module Amasty Layered Navigation.. Part 1: Adding a custom filter on category page/search page with default Magento 2. Firstly, You...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/">Adding a customization product filter on the product list</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/adding-a-custom-filter-to-category-and-search-result/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Debug Magento Cloud project with Xdebug</title>
		<link>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/</link>
					<comments>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 11:38:50 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Magento Cloud]]></category>
		<category><![CDATA[Xdebug]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=462</guid>

					<description><![CDATA[<p>Debug Magento Cloud project with Xdebug It&#8217;s the same as remote debugging on a webserver. Just some differences are listed below&#8211; Magento Cloud has 3 nodes for the staging environment.&#8211; You have to create a ticket on Magento support for enabling Xdebug and get the Xdebug key. Requirements To run and use Xdebug, you need the SSH URL for the environment. You can locate the information through the Project Web Interface or your Cloud Onboarding UI. Configure Xdebug To configure...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/">Debug Magento Cloud project with Xdebug</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 Graylog integration</title>
		<link>https://www.solutiontutorials.com/development/magento-2/graylog-module/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/graylog-module/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 17 Apr 2021 05:38:29 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=501</guid>

					<description><![CDATA[<p>This module allows your Magento website to push the log to your Graylog service, easy to use, stable, helps you investigate the log faster. &#62;&#62; hidro/module-graylog &#8211; Packagist What is Graylog: &#8220;Graylog provides answers to your team’s security, application, and IT infrastructure questions by enabling you to combine, enrich, correlate, query, and visualize all your log data in one place&#8221;: Industry Leading Log Management &#124; Graylog Main Functionalities Installation Type 1: Zip file Unzip the zip file in app/code/Hidro Enable...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/graylog-module/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/graylog-module/">Magento 2 Graylog integration</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/graylog-module/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Magento 2 &#8211; Tips</title>
		<link>https://www.solutiontutorials.com/development/magento-2-tips/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2-tips/#respond</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 22 Oct 2020 04:22:58 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=456</guid>

					<description><![CDATA[<p>Tip 1: Dump the database from Magento Cloud using N98 STEP 1: magento-cloud tunnel:single -p {CLOUD_PROJECT_CODE} -e {CLOUD_ENVIRONMENT_CODE} -r database STEP 2: Update the Project&#8217;s database configuration STEP 3: Enjoy: php7.1 n98-magerun2.phar db:dump --strip="reporting_system_updates @log @stripped"</p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2-tips/">Magento 2 &#8211; Tips</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2-tips/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Nginx &#8211; Different storeviews or websites in subfolders</title>
		<link>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/</link>
					<comments>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 16:39:24 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Multi StoreView]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=441</guid>

					<description><![CDATA[<p>A client wants his multistore shop to be set up like this: http://www.domain1.org/en/ -&#62; store view 2 http://www.domain1.org/de/ -&#62; store view 3 http://www.domain1.org/fr/ -&#62; store view 4 http://www.domain1.org/it/ -&#62; store view 5 In this post, I will show you how to do this thing by using Nginx configuration. Step 1: add the configuration mapping to Nginx&#8217;s conf file. /etc/nginx/config.d/mapping_store.conf Step 2: Update the Magento&#8217;s nginx configuration By default, Magento provides sample Nginx configuration in the website&#8217;s root directory. It doesn&#8217;t...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/">Nginx &#8211; Different storeviews or websites in subfolders</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/magento-2/nginx-different-storeviews-or-websites-in-subfolders/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
