Hello Shopify Community,
I am seeking assistance with setting up a specific section on my Shopify store to display recently sold products. My products are unique and not restocked once sold, so I aim to keep the out-of-stock products collection hidden throughout the store except for this dedicated section showcasing these unique sold items.
Here are my specific requirements:
- I need the out-of-stock products collection to be invisible and inaccessible through both site navigation and search.
- I want to include a specific section on my homepage (or another relevant page) to show unique products that have been recently sold, even if they are out of stock.
- This recently sold products section should not be accessible or visible anywhere else on the website.
Could someone guide me on how to set this up within my Shopify theme, or recommend any apps that might facilitate this? Tips on the best practices for managing and displaying these unique products to avoid customer confusion would also be greatly appreciated.
Thank you in advance for your support and suggestions.
Best regards
This is easily achievable by simply creating a collection with the products youâve sold in it.
You can either handle the collection manually, moving products into it each time something is sold (and removing the products from any other collection) ⌠or else you can setup all of your collections to be based on product tags with the condition that âinventory is greater than 0â ⌠but then have the ârecently soldâ collection have the condition âinventory is equal to 0â.
The only issue with this setup is that the sold out products would still show in the search. It might be possible to edit your themeâs coding for the search functionality to exclude products based on inventory quantity or product tags, but Iâm not sure what the coding would be for that. Perhaps someone else can chime in, if you confirm that this is in fact how you would like to handle things.
As far as excluding the products from your navigation menu goes â thatâs as simple as not linking to the new collection ⌠and then if you have an âall productsâ page/collection, you could create a new collection called âAll Productsâ with the handle âallâ to replace that, and just set the condition for the collection to be âinventory is greater than 0â (just like the rest of your collections).
If you wanted to go the extra mile on this one, you could create a custom product page template, where the âadd to cartâ / âsold outâ options are removed, and then include a custom message about how the product has already been sold, but they can contact you if theyâd like recommendations on similar products, etc. If you do a custom product page template though, youâd have to manually assign the template to the product each time you make a sale.
1 Like
I have used your last suggestions and made a different template for âgalleryâ items. This has worked for about 2 years until this week. Iâve had multiple orders for several of these items. Price is zero, inventory is zero, but somehow these scammers are placing orders for these items. I responded to the first couple explaining the reason I canât fulfill their orders. Yet the same couple of âcustomersâ are doing it again for the same items. When I view the website from any device, the theme works. If I select âtrack inventoryâ then it shows âsold outâ. Setting up rules for my gallery page allowed me to remove add to cart options, but how are these people doing this? Shopify wonât allow me to block them for fraudulent activity because they donât put in payment information, because the item should not be available to order.
Along with this question, if I have a unique product that I want to be removed once sold, how would i achieve that? I will never carry that exact item again, so I do not want it to show up on the website after a purchase of the unique item. Thank you.