Need to change component name of Hikashop in admin

  • Posts: 3
  • Thank you received: 0
13 years 8 months ago #9871

Hello,

I am trying to change the name HikaShop to Shop in the administrator section of the website. However somehow I am not able to do so. Could someone help me on how can it be done.

Regards
Edward

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9872

I don't recall that there is such option ?
The solution will probably be to go in the database in the table components or menus (depends of your version of joomla) and edit the hikashop entry. However, when you update, the modification will probably be lost.

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
13 years 8 months ago #9873

Hello,

I am using a Joomla 1.5. I understand that once I update the system may be lost. However I need to show it to the client for initial purposes.

I tried checking on phpmyadmin. However I was not able to understand which entry to change it to. Could you guide me on the same. Do not want the entire application to get affected. Just want the menu item and the main name that shows HikaShop on top of the pages to change to Shop or Shop Admin.

Regards
Edward

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 8 months ago #9874

You need to go in phpmyadmin and open the table jos_components. There, search for the entry with the name "HikaShop" and edit it.

For the Title on the Dashboard, you would have to change the line:
hikashop::setTitle( HIKASHOP_NAME , 'hikashop' ,'dashboard' );
to:
hikashop::setTitle( 'Shop', 'hikashop' ,'dashboard' );
in the file administrator/components/com_hikashop/views/dashboard/view.html.php

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum