incorrect and missing links in the checkout page

  • Posts: 35
  • Thank you received: 3
7 years 2 months ago #278884

-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.8.0
-- PHP version -- : 7.0
-- Browser(s) name and version -- : Firefox 55.0.3

Hi,
I saw in my checkout page that the links under the login part (left) are not working:
- the links "forgot your passwort?" and " "forgot your user name" forward back to home page. Where can I change this? (see screenshot)
- also it would be nice if there were a link like: "not registered yet?" or "don't have an account yet?" Can I insert a link there which forward to a registration form?

under the guest part (right):
there have two buttons "continue" ("Weiter"). Where can I remove one? (see screenshot)

Thank you for help :)
Regards,
Simone

Attachments:

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
7 years 2 months ago #278929

Hello,

The links are classical Joomla links to the "com_users" component.
So the problem you have is just related to the Joomla router which do not find the appropriate menu for the link:



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: 35
  • Thank you received: 3
7 years 2 months ago #278941

Hi,
Thank you for your answer.

and what is with the problem with the two buttons in the checkout?
"under the guest part (right):
there have two buttons "continue" ("Weiter"). Where can I remove one? (see screenshot)"

Isn't this also not part of Hikashop?

regards,
Simone

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
7 years 2 months ago #278943

Hello,

Due to your checkout workflow configuration, you have that specific design where you can see different buttons in the "same" space.
You can see to use some CSS in order to hide the "register" button of the login block.
www.hikashop.com/support/documentation/1...the-display.html#css
But you can also tweak your workflow to add some other blocks

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: 35
  • Thank you received: 3
7 years 2 months ago #279076

Hi,

sorry, I didnt understand your answer. i tried with display: none in css but it didnt work.
Could you give me pls a better explication?
Thanks in advance
regards,

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
7 years 2 months ago #279094

Hi,

As Jerome said, you want to add CSS to hide the first button.
You can do that by adding such CSS:
#hikashop_register_form_button{ display:none; }
in the HikaShop style CSS or your template CSS.

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

  • Posts: 35
  • Thank you received: 3
7 years 2 months ago #279123

Thank you :)

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

Time to create page: 0.067 seconds
Powered by Kunena Forum