Customer Account View

  • Posts: 152
  • Thank you received: 0
13 years 10 months ago #25115

In the view com_hikashop&view=user&layout=cpanel how can I remove the text under each icon? As shown in the image below (want to remove red bits).

Is it ok to make each string simple "" in the language override? (e.g. CUSTOMER_ACCOUNT="") or are these strings used elsewhere?


Create your own style of luxury bespoke furniture online
Attachments:
Last edit: 13 years 10 months ago by plantpotphil.

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

  • Posts: 84146
  • Thank you received: 13649
  • MODERATOR
13 years 10 months ago #25116

You can't do that as these strings are indeed used in lots of other places.
Instead, you need to replace the line:
$html .= '<span>'.$text.'</span></td><td>'.$description.'</td></tr></table></a>';
by:
$html .= '</td><td>'.$description.'</td></tr></table></a>';
in the file components/com_hikashop/views/user/view.html.php

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

  • Posts: 152
  • Thank you received: 0
13 years 10 months ago #25117

Thanks Nicolas, that's worked nicely.

I'm nearly finished our first site with Hikashop and will be purchasing the Business version soon.


Create your own style of luxury bespoke furniture online

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

Time to create page: 0.047 seconds
Powered by Kunena Forum