diff --git a/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md b/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md
index 6e4efed6..6323babf 100644
--- a/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md
+++ b/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md
@@ -81,7 +81,12 @@ After that uploading your wearables you will end up with a screen like this, tha
## **Setting the Price of Your Wearables**
-You can set the price of your wearable by clicking on **_Set Price_**. This can all be edited anytime, so don’t worry if you want to change it later on. Prices are set in MANA. Remember that when you mint wearables, they are minted directly on Matic/Polygon. When a user purchases your item, the transaction will be conducted in Matic/Polygon MANA.
+Once you publish your collection and it gets approved, you can then enable the sales on your collection.
+
+
+
+
+You can set the price of your wearable by clicking on **_Put up for sale_**. This can all be edited anytime, so don’t worry if you want to change it later on. Prices are set in MANA. Remember that when you mint wearables, they are minted directly on Matic/Polygon. When a user purchases your item, the transaction will be conducted in Matic/Polygon MANA.
You could also **_Make it Free_**, which means that the price will be set as 0 MANA and the beneficiary address will be null. Know that making it free (primary sale) does not prevent it from being sold at any price as a secondary sale.
@@ -89,7 +94,7 @@ Don’t forget to set the beneficiary address, which is the one that will receiv
-Save the price and you will be back to the list of wearables in your collection. When you click on the item, you will get its general info. Click on the button **_Preview_** to see it on the editor.
+Put the item up for sale and you will be back to the list of wearables in your collection. When you click on the item, you will get its general info. Click on the button **_Preview_** to see it on the editor.
diff --git a/content/creator/wearables-and-emotes/publishing/publishing-collections.md b/content/creator/wearables-and-emotes/publishing/publishing-collections.md
index 352ecec1..d60b08b4 100644
--- a/content/creator/wearables-and-emotes/publishing/publishing-collections.md
+++ b/content/creator/wearables-and-emotes/publishing/publishing-collections.md
@@ -104,11 +104,15 @@ When a user makes a primary purchase of one of your items, the store **mints th
To sell your items via primary sales, begin by navigating to the **[Builder](https://builder.decentraland.org/)** and follow the next steps:
-To enable Primary Sales, go to the **Collections** tab, select the one you want to enable and toggle the **_On Sale_** button, after that click **Turn On** in the confirmation window that appears. **When this switch is enabled, your collection will be available to purchase within the Decentraland store.**
+To enable Primary Sales, go to the **Collections** tab, select the one you want to enable and click the **_Enable sales_** button, after that click **Enable Sales** in the confirmation window that appears.
-
+
-If the switch is turned on, the Decentraland store will automatically mint one of your items whenever a user makes a primary purchase. This allows you to mint and sell all of your available items until the maximum supply is reached. If you want to save one or more of your items before listing them for sale, you need to manually mint an item to one of your own wallet addresses.
+Now you need to set the price and put each of your items for sale by clicking their **Put up for sale** button and set the price you want it to have. **When this is done, your item will be available to purchase within the Decentraland store.**
+
+
+
+If the collection sales are enabled and the items price set, the Decentraland store will automatically mint one of your items whenever a user makes a primary purchase. This allows you to mint and sell all of your available items until the maximum supply is reached. If you want to save one or more of your items before listing them for sale, you need to manually mint an item to one of your own wallet addresses.
Any purchaser of one of your items is able to resell it at any time and at any price in Decentraland's [Marketplace](https://market.decentraland.org/).
@@ -118,7 +122,7 @@ If you sell an item through a primary sale, you will receive your MANA on Polygo
### **Disabling Primary Sales**
-To unlist your items, untoggle the **On Sale** switch to turn it off. This will only apply to primary sales for your items.
+To unlist your items, click the **Remove from sale** button from the items you want to remove. This will only apply to primary sales for your items.
## **Secondary Sales**
diff --git a/static/images/wearables-and-emotes/publishing-collections/put_item_for_sale.png b/static/images/wearables-and-emotes/publishing-collections/put_item_for_sale.png
new file mode 100644
index 00000000..178a49b6
Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/put_item_for_sale.png differ
diff --git a/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png b/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png
index 1eb53ad2..bf33f0d2 100644
Binary files a/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png and b/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png differ
diff --git a/static/images/wearables-and-emotes/uploading-wearables/25_enable_sales.png b/static/images/wearables-and-emotes/uploading-wearables/25_enable_sales.png
new file mode 100644
index 00000000..2c0894af
Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/25_enable_sales.png differ