PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, June 30, 2022

[FIXED] How to change the 'Home' category name prestashop?

 June 30, 2022     categories, prestashop, webpage     No comments   

Issue

I'm just started the Prestashopv1.6.1.6 and want to change the 'HOME' category name appeared on the Top-horizontal menu to other.

I googled much, but the topics were specific for old versions.

Any advice?


Solution

You should be able to modify the "home" category name from prestashop backend.

In menu Catalog > Categories (index.php?controller=AdminCategories) > click on main / root category (usually named home and id_category=1)

In the main category admin, click on edit button (index.php?controller=AdminCategories&updatecategory&id_category=1 if id category is 1), and the first field is name, where you can modify it.



Answered By - DannetStudio
Answer Checked By - Willingham (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing