Registration users in the pop-up window...

  • Posts: 126
  • Thank you received: 0
10 years 4 months ago #164687

For this pop-up window I use ShadowBox plugin and code:

<a href="<?php echo JRoute::_('index.php?option=com_hikashop&view=user&layout=form'); ?>" rel="shadowbox[register]">
But in pop-up window open all site. How to display in pop-up window only register form? I need to edit form.php file or different file or created some new code?

Last edit: 10 years 4 months ago by neviqimka.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
10 years 4 months ago #164718

Hi,

You need to use such code instead:

<a href="<?php echo JRoute::_('index.php?option=com_hikashop&view=user&layout=form&tmpl=component'); ?>" rel="shadowbox[register]">

The following user(s) said Thank You: neviqimka

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

Time to create page: 0.043 seconds
Powered by Kunena Forum