Registration users in the pop-up window...

  • Posts: 126
  • Thank you received: 0
11 years 16 hours 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: 11 years 16 hours ago by neviqimka.

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

  • Posts: 84102
  • Thank you received: 13640
  • MODERATOR
11 years 1 hour 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.052 seconds
Powered by Kunena Forum