Registration Page

  • Posts: 5
  • Thank you received: 0
6 years 2 months ago #286828

-- url of the page with the problem -- : www.mb-tools.eu/index.php/register
-- HikaShop version -- : 3.2.2
-- Joomla version -- : 3.8.0
-- PHP version -- : 5.6.32
-- Browser(s) name and version -- : Firefox last

Hi guyz,

Can anyone please help me how to remove the Registration header from the Hikashop User Registration Page ?

Note: I would like to keep on the Checkout view so editing the language file doesn't do it :(

Also , on the same page the registration button doesn't display properly like the checkout one.. any advice on that?

Thank you very much!

Attachments:

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
6 years 2 months ago #286829

Hi,

1. You could use CSS for that.
For example, if you have:
.hikashop_user_registration_page h2{ display:none; }
that would hide this title.
www.hikashop.com/support/documentation/1...ize-the-display.html

2. in the file "registration" of the view "user", that you can edit via the menu Display>Views, you have that code which displays the button:
echo $this->cartClass->displayButton($registerButtonName,'register',$this->params,'',' hikashopSubmitForm(\''.$this->form_name.'\', \'register\'); return false;','id="hikashop_register_form_button"', 0, 1, 'btn btn-primary');
You can change the "btn btn-primary" to "hikabtn" in order to use the new button class of HikaShop.
Next version of HikaShop will actually have a revamp registration page which will use the new button system, like in the other views.

The following user(s) said Thank You: gm417i

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

  • Posts: 5
  • Thank you received: 0
6 years 2 months ago #286868

Thanks for the prompt answer as always!

Problems fixed!

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

Time to create page: 0.058 seconds
Powered by Kunena Forum