how to remove hikashop from source code

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123607

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi. wanna know how to remove hikashop Name from source code of website ? its nothing personal just don't want anyone to know that i am using Hikashop Cart system

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #123615

Hi,

www.hikashop.com/support/documentation/5...html#display_general

Show footer : Display or not the HikaShop footer, with the HikaShop version.


Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123616

hi. Its not about the site am talking about. Am asking from source codes. Its like something like div id hikashop.,

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123628

this is what it shows in the Source Code of my website .
"

#hikashop_category_information_menu_435 div.hikashop_subcontainer {
background:#FFFFFF;
}
#hikashop_category_information_menu_435 .hikashop_rtop *,#hikashop_category_information_menu_435 .hikashop_rbottom *{
background:#FFFFFF;
}

#hikashop_category_information_menu_435 div.hikashop_subcontainer,#hikashop_category_information_menu_435 div.hikashop_subcontainer span {
text-align:center;
}
#hikashop_category_information_menu_435 div.hikashop_container {
text-align:center;
}

#hikashop_category_information_menu_435 div.hikashop_container {
margin:10px 10px;
}
#hikashop_category_information_menu_435 div.hikashop_category,#hikashop_category_information_menu_435 div.hikashop_product{
float:left;
width:100%;
}

#hikashop_category_information_menu_435 .hikashop_subcontainer {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}



#hikashop_category_information_module_117 div.hikashop_subcontainer {
background:#FFFFFF;
}
#hikashop_category_information_module_117 .hikashop_rtop *,#hikashop_category_information_module_117 .hikashop_rbottom *{
background:#FFFFFF;
}
"


and i want to show it like this



#category_information_menu_435 div.subcontainer {
background:#FFFFFF;
}
#category_information_menu_435 .rtop *,#category_information_menu_435 .rbottom *{
background:#FFFFFF;
}

#category_information_menu_435 div.subcontainer,#category_information_menu_435 div.subcontainer span {
text-align:center;
}
#category_information_menu_435 div.container {
text-align:center;
}

#category_information_menu_435 div.container {
margin:10px 10px;
}
#category_information_menu_435 div.category,#category_information_menu_435 div.hikashop_product{
float:left;
width:100%;
}

#category_information_menu_435 .subcontainer {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

I think now you can easily understand what i am talking about.

Kindly tell me how to do this or how to remove HikaShop label from the source code and divs Thanks

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 2 months ago #123680

You will have a hard time removing all the traces of HikaShop name from the HTML/CSS code of your pages. All the ids and classes of all the HTML elements of HikaShop contain the name hikashop in them. That is to avoid any conflict with other joomla extensions.
That would require to modify almost all the view files of the front end of HikaShop, all the CSS, and also all the JS and since even the JS and CSS files are named with hikashop in them, you would also have to change their name and the code which load them, etc.
It's a hell of a job to do that and there are so much places that I don't see how you could do it, especially that it would probably break a lot of things as you will probably forgot a few things or not modify everything properly. On top of that, you won't be able to update HikaShop and thus will potentially be vulnerable to future vulnerabilities in HikaShop that hackers might find.
Because of all that I strongly advise you against doing that.

The following user(s) said Thank You: Shafan Hameed

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

  • Posts: 159
  • Thank you received: 0
11 years 2 months ago #123687

Hmmz... talking about the editing its okay i can manage giving time but the thing that i wont be able to get updates and after a period it will be open for hackers thats what i wont allow.

Thanks for the advise

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

Time to create page: 0.064 seconds
Powered by Kunena Forum