<?xml version="1.0" encoding="UTF-8" ?>
<rss 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/"
     version="2.0" >
<channel>
   <title>Blog Rss</title>
   <atom:link href="https://www.magevision.com/blog/rss/feed" rel="self" type="application/rss+xml"/>
   <link>https://www.magevision.com/blog/rss/feed</link>
   <description>MageVision Blog Rss</description>
       <item>
      <title>How to Remove default Footer Links</title>
      <link>https://www.magevision.com/blog/post/how-to-remove-default-footer-links-magento-2</link>
      <guid>https://www.magevision.com/blog/post/how-to-remove-default-footer-links-magento-2</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Happy New Year to everyone! After a long break, we are back again with another post about a very common task in Magento 2. How to remove default footer links. </p>
<p><!-- pagebreak --></p>
<p>As you see below, Magento 2 ads by default the following links in the footer area.</p>
<img src="https://www.magevision.com/media/wysiwyg/blog/tutorials/no94/Home-Page-01-26-2026_01_23_PM.png" alt="" />
<p>Is quite common that you do not need those links. You can simply remove them via layout. Simply create a default.xml file under your theme directory <strong>/app/design/frontend/VENDOR/THEME/Magento_Theme/layout/</strong> and add the following code. The code removes only the links for Privacy and Cookie Policy, Advanced Search and Orders and Returns. The rest can be removed / hided via configuration in admin.</p>

<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Mon, 26 Jan 2026 01:00:00 +0000</pubDate>
              <category><![CDATA[Magento 2]]></category>
              <category><![CDATA[Tutorials]]></category>
           </item>
       <item>
      <title>How to Get Orders by Shipping Method</title>
      <link>https://www.magevision.com/blog/post/how-to-get-orders-by-shipping-method-magento-2</link>
      <guid>https://www.magevision.com/blog/post/how-to-get-orders-by-shipping-method-magento-2</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>In this post we will see an easy but useful example on how we can get orders that were made by a specific shipping method. Let's have a look together.</p>
<p><!-- pagebreak --></p>
<p>In our example we will use the order repository to get a list of all orders by a specific shipping method. We will get all orders that were made by the Magento shipping method flatrate. The shipping method information is saved on the shipping_method field of the sales_order table. In our example block class below you can see how we build our search criteria filtering by shipping_method and how we pass them to the order repository getList function.</p>

<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Wed, 28 May 2025 02:00:00 +0000</pubDate>
              <category><![CDATA[Magento 2]]></category>
              <category><![CDATA[Tutorials]]></category>
           </item>
       <item>
      <title>How to Export Data in CSV File</title>
      <link>https://www.magevision.com/blog/post/export-data-in-csv-file-magento-2</link>
      <guid>https://www.magevision.com/blog/post/export-data-in-csv-file-magento-2</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>After some time we are back again with another post about Magento 2 and how to export data in a CSV file. Let's have a look together!</p>
<p><!-- pagebreak --></p>
<p>It is quite common that we need to export data in a CSV file so we can process it later usually by other systems or manually. In our example we will create a custom CLI command and by executing it we will export a CSV file with customer data under var/magevision_exports folder.</p>
<p>Firstly we declare our CLI command in the di.xml file like below.</p>

<p>With the following code we can achieve our goal. The CSV will include the customer firstname, customer lastname and customer email. You can easily extend it and add more data!</p>

<p>You can start the export by running bin/magento magevision:blog92:export-csv in </p<>
<p>The full example as extension can be found <a href="https://github.com/magevision/blog/tree/master/ExportDataInCsv/app/code/MageVision/Blog92" target="_blank" rel="noopener">here</a>.</p>
<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Thu, 30 Jan 2025 01:00:00 +0000</pubDate>
              <category><![CDATA[Magento 2]]></category>
              <category><![CDATA[Tutorials]]></category>
           </item>
       <item>
      <title>MageVision Christmas Sale</title>
      <link>https://www.magevision.com/blog/post/magevision-christmas-sale-2024</link>
      <guid>https://www.magevision.com/blog/post/magevision-christmas-sale-2024</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Christmas Sale 10% off on all our Magento 2 extensions!</p>
<p><!-- pagebreak --></p>
<p>Merry Christmas to all MageVision customers!</p>
<p>Get your 10% discount now using the promotional code <strong>XMAS</strong> in your cart and make the best gift to your store for the Christmas.</p>
<p>The offer is valid till December 31, 2024.</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a><p/></div>]]></description>
              <pubDate>Mon, 16 Dec 2024 01:00:00 +0000</pubDate>
              <category><![CDATA[News]]></category>
           </item>
       <item>
      <title>Email To Customers for Shopware 6</title>
      <link>https://www.magevision.com/blog/post/email-to-customers-for-shopware-6</link>
      <guid>https://www.magevision.com/blog/post/email-to-customers-for-shopware-6</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Do you want to send emails to your customers directly from the order and customer grid in administration? Choose from predefined email templates or just plain text? Get the Email To Customers extension and simply achieve that!</p>
<p><!-- pagebreak --></p>
<p>The <a href="https://www.magevision.com/email-to-customers-shopware-6-extension" target="_self">Email To Customers</a> extension gives you the ability to send emails to your customers directly from the order and customer admin grid.</p>
<p>You can choose the email content between predefined email templates or custom plain text while sending the email. Also depending from which admin grid you are sending the email to the customer, available email variables can be used, like the order, customer and salesChannel. Furthermore you can set one or more CC or BCC Email addresses for the emails.</p>
<h3>Key Features</strong></h3>
<ul>
<li>Send emails directly from the order and customer grids in Shopware Admin</li>
<li>Choose between predefined templates or write your own custom plain text</li>
<li>AI-powered email generation: automatically create professional, customer-friendly email texts in different languages based on your subject</li>
<li>Select the tone of the email voice (Friendly, Formal, Casual, Apologetic, Enthusiastic, Neutral, Personal)</li>
<li>Control email length (Short, Medium, Long)</li>
<li>Flexible configuration of the AI model for optimal results</li>
<li>Preview before sending to ensure your message is perfect</li>
<li>Create as many predefined email templates as you need</li>
<li>Use variables (order, customer, sales channel) for personalized communication</li>
<li>Attach a file (image/pdf) to email with custom plain text</li>
<li>Add CC/BCC recipients for internal workflows</li>
<li>Configure default sender name for custom plain text</li>
</ul>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a><p/></div>]]></description>
              <pubDate>Wed, 23 Oct 2024 02:00:00 +0000</pubDate>
              <category><![CDATA[Shopware 6]]></category>
              <category><![CDATA[Extensions]]></category>
           </item>
       <item>
      <title>Cart Product Comment for Shopware 6</title>
      <link>https://www.magevision.com/blog/post/cart-product-comment-for-shopware-6</link>
      <guid>https://www.magevision.com/blog/post/cart-product-comment-for-shopware-6</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Do you want to improve your customers' experience? Do you want to offer them better communication and better service? Then allow your customers to leave a comment to each product in cart and satisfy them the most by fulfilling their comments or requests. This extension will help you to achieve that!</p>
<p><!-- pagebreak --></p>
<p>The <a href="https://www.magevision.com/cart-product-comment-shopware-6-extension" target="_self">Cart Product Comment</a> extension gives the ability to your customers to leave a comment to each product/item in cart.&nbsp;</p><p>Comments are visible on every order in customer's account and in administration area for admin users. Admin users can view customers' comments and take action if needed. Improve your customers' experience and satisfy your customers the best.&nbsp;A better understanding of your customers' behavior and their needs, will help you to increase your sales and improve your store.</p>
<h3>Key Features</strong></h3>
<ul>
<li>Customers can add a comment for each product directly in the shopping cart</li>
<li>Comments are saved with the order and visible in the customer account</li>
<li>Comments are available in the administration area for store operators</li>
<li>Customers can edit comments again during checkout</li>
<li>Configurable number of rows for the comment textarea field</li>
<li>Configurable visibility of the comment field</li>
<li>Configurable maximum character length for comments</li>
<li>Highlight orders with comments in the admin order grid</li>
<li>Option to save comments automatically or manually using a “Save” button</li>
</ul>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a><p/></div>]]></description>
              <pubDate>Thu, 19 Sep 2024 02:00:00 +0000</pubDate>
              <category><![CDATA[Shopware 6]]></category>
              <category><![CDATA[Extensions]]></category>
           </item>
       <item>
      <title>New Shopware 6 extensions</title>
      <link>https://www.magevision.com/blog/post/new-shopware-6-extensions</link>
      <guid>https://www.magevision.com/blog/post/new-shopware-6-extensions</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>We have developed three more Shopware 6 high quality extensions to boost your online store. Explore our extension now.</p>
<p><!-- pagebreak --></p>
<p>You can find the following extensions for Shopware 6:</p>
<div class="field note no-label">
<ul>
<li>Product Category Link</li>
<li>Admin Customer Newsletter</li>
<li>Customer Account Product Reviews</li>
</ul>
</div>
<p>You can explore and purchase all our high quality Shopware 6 extensions directly from <a href="https://store.shopware.com/en/magevision.html" target="_blank">Shopware store</a>.</p>
<p>All our extensions are compatible with the latest Shopware 6 version!</p>
<p>Do not hesitate to contact us in case of custom shopware 6 extensions or extension customizations.</p>
<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Tue, 30 Apr 2024 02:00:00 +0000</pubDate>
              <category><![CDATA[Shopware 6]]></category>
           </item>
       <item>
      <title>Shopware 6 extensions</title>
      <link>https://www.magevision.com/blog/post/shopware-6-extensions</link>
      <guid>https://www.magevision.com/blog/post/shopware-6-extensions</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>MageVision is not only all about Magento 2. Shopware 6 is also our passion! We have developed for you several high quality extensions to boost your online store. Explore our extension now.</p>
<p><!-- pagebreak --></p>
<p>You can find the following extensions for Shopware 6:</p>
<div class="field note no-label">
<ul>
<li>Email To Customers</li>
<li>Cart Product Comment</li>
<li>Admin Shipping & Payment</li>
<li>Admin Grid Customer Company</li>
<li>Admin Customer Product Reviews</li>
<li>Admin Order Grid Items</li>
<li>Admin Order Grid Customer</li>
<li>Unavailable Products At Last</li>
<li>Admin Product Grid Category</li>
<li>Admin Category Product Thumbnail</li>
<li>Admin Category Product Number</li>
<li>Greek Regions</li>
</ul>
</div>
<p>You can explore and purchase all our high quality Shopware 6 extensions directly from <a href="https://store.shopware.com/en/magevision.html" target="_blank">Shopware store</a>.</p>
<p>Do not hesitate to contact us in case of custom shopware 6 extensions or extension customizations.</p>
<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Sun, 04 Feb 2024 01:00:00 +0000</pubDate>
              <category><![CDATA[Shopware 6]]></category>
           </item>
       <item>
      <title>How to Add Custom Config Variable </title>
      <link>https://www.magevision.com/blog/post/how-to-add-custom-config-variable-magento-2</link>
      <guid>https://www.magevision.com/blog/post/how-to-add-custom-config-variable-magento-2</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Happy New Year! This year we continue our journey on how to do things in Magento 2!As we know already Magento provide us several predefined but also custom variables that we can create and use in email templates or content elements. In this post we will see how we can add a custom variable related to a configuration value.</p>
<p><!-- pagebreak --></p>
<p>First of all we will add a configuration adding an addition store info like customer support email address under Stores -> Configuration -> General -> Store Information.</p>
<p>So we have to a system.xml file and also a config.xml for setting a default value.</p>


<p>So the result in admin area will be like below</p>
<img src="https://www.magevision.com/media/wysiwyg/blog/tutorials/no91/Configuration-Settings-Stores-Magento-Admin_3_.png" alt="" />
<p>Now to add this configuration value as variable available, we will need to add it as an item to the item general/store_information of the argument configPaths that is passed to the class Magento\Variable\Model\Config\Structure\AvailableVariables in the di.xml file.</p>

<p>In admin area now our new variable will be available in the General / Store Information section of the variables.</p>
<img src="https://www.magevision.com/media/wysiwyg/blog/tutorials/no91/Custom-Email-Template-1-Email-Templates-Communications-Marketing-Magento-Admin.png" alt="" />
<p>You can also add it directly in email templates or content elements adding the line </p>
<p>The full example as extension can be found <a href="https://github.com/magevision/blog/tree/master/AddCustomConfigVariable/app/code/MageVision/Blog91" target="_blank" rel="noopener">here</a>.</p>
<p>Feel free to share this post and ask your questions in the comments below.</p>
<p>Till next time!</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a></p></div>]]></description>
              <pubDate>Mon, 15 Jan 2024 01:00:00 +0000</pubDate>
              <category><![CDATA[Magento 2]]></category>
              <category><![CDATA[Tutorials]]></category>
           </item>
       <item>
      <title>MageVision Christmas Sale</title>
      <link>https://www.magevision.com/blog/post/magevision-christmas-sale-2023</link>
      <guid>https://www.magevision.com/blog/post/magevision-christmas-sale-2023</guid>
      <description><![CDATA[<div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true"><p>Christmas Sale 10% off on all our Magento 2 extensions!</p>
<p><!-- pagebreak --></p>
<p>Merry Christmas to all MageVision customers!</p>
<p>Get your 10% discount now using the promotional code <strong>XMAS</strong> in your cart and make the best gift to your store for the Christmas.</p>
<p>The offer is valid till December 31, 2023.</p>
<p><a href="https://www.digitalocean.com/?refcode=277997a2a7d3&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a><p/></div>]]></description>
              <pubDate>Mon, 11 Dec 2023 01:00:00 +0000</pubDate>
              <category><![CDATA[News]]></category>
           </item>
    </channel>
</rss>
