Now display: [https://prnt.sc/Wi7uCz4RpROH](https://prnt.sc/Wi7uCz4RpROH)
I want display like this: [https://prnt.sc/ZztpVjzhoqj3](https://prnt.sc/ZztpVjzhoqj3)
To assign all vendors that start with a number or symbol to the section #?, you can modify the code as follows:
In this modified code, the lines with **{% assign letterCode = letter | downcase | strip %}** and the subsequent **if** conditions check if the **letterCode** is "**#**" or "**?**". If it matches, it creates the corresponding link. Otherwise, it creates a regular link based on the letter.
Note: Make sure to replace the existing code in the **collection.liquid** file with this updated code.
If I managed to help you then, don't forget to **Like it** and **Mark it as Solution!**
Best Regards,
Moeed