How do I remove Address from CPanel?

  • Posts: 38
  • Thank you received: 0
11 years 4 months ago #110860

Hello,

In my store I don't need customer address and I would like to remove it from CPanel.

Is it possible to remove it?
Thanks and regards

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #110870

Hi there,

Just edit the view cpanel (Display>Views) and replace this:

foreach($this->buttons as $oneButton){

by this
foreach($this->buttons as $oneButton){
if($oneButton['text']==JText::_('ADDRESSES')){
				continue;
			}

The following user(s) said Thank You: chocovo, TerryHikashop

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

  • Posts: 38
  • Thank you received: 0
11 years 4 months ago #110942

Thanks a lot eliot. It work fine.

Best regards.

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

Time to create page: 0.096 seconds
Powered by Kunena Forum