diff --git a/_data/merchants.yml b/_data/merchants.yml
index 3dce02dd3d8cd7b31932449aee2bf279f06458ce..cf6a845d38b27b86217951a967a47d51ef067aeb 100644
--- a/_data/merchants.yml
+++ b/_data/merchants.yml
@@ -170,6 +170,8 @@
       url: https://silverround.com/
     - name: Synntech Gaming
       url: https://synntechgaming.com
+    - name: All For Crypto
+      url: https://allforcrypto.com
 - category: Entertainment
   merchants:
     - name: Crypto Games
diff --git a/community/merchants/index.md b/community/merchants/index.md
index 1a52a811293ed19c9d9a053f2dfcfef2d99b96c5..5b9bd91f6e5b5004c86bd251a60ceb5a6ec414f3 100644
--- a/community/merchants/index.md
+++ b/community/merchants/index.md
@@ -11,7 +11,8 @@ Merchants of all kinds have come to value the financial privacy that Monero brin
        <div class="info-block">
         <h2>{{toplevel.category}}</h2>
         <div class="row">
-           {% for merchants in toplevel.merchants %}
+            {% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
+            {% for merchants in sortedMerchants %}
             <div class="col-md-4 col-sm-6 col-xs-12">
                 <a href="{{merchants.url}}">{{merchants.name}}</a>
             </div>