evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
4.49k stars 1.24k forks source link

[FEATURE REQUEST] #631

Closed AdarshMishra9611 closed 2 months ago

AdarshMishra9611 commented 2 months ago

Option to Change Webpage Title from Admin Page

Is your feature request related to a problem? Please describe. Its really time-consuming and frustrating...... when I cannot easily change the website's title without modifying code. It would be useful to have a setting in the admin panel to update the website title dynamically, improving usability for non-developers who manage content via the admin interface

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered I would like an option in the admin panel that allows users, including non-developers, to update the webpage title directly. This feature should automatically update the tag of the site, saving time and avoiding the need for manual code changes. Ideally, this would be a simple input field within the settings or configuration section of the admin dashboard.</p> <p><strong>Additional context</strong> This feature would greatly benefit non-technical users who manage site content through the admin panel. Currently, changing the title requires access to the code, which is not ideal for users without a development background. By allowing title customization in the admin settings, it would reduce the need for development time and enhance user-friendliness.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/treoden"><img src="https://avatars.githubusercontent.com/u/6950941?v=4" />treoden</a> commented <strong> 2 months ago</strong> </div> <div class="markdown-body"> <p>Hi @AdarshMishra9611 </p> <p>If you are talking about the meta title of the homepage, you can change it from admin panel <img src="https://github.com/user-attachments/assets/4fa15d36-fb43-4e82-9913-707867f8dfe3" alt="image" /></p> <p>Other sub pages like product, category will be using the name of the item (product, category) as the title</p> <p>Thanks</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>