Hello all,
I don´t know how i could link Virtuemart form instead Joomla Form (in register link option) . May be it´s easy but i don´t find it.
Thank and regards!
<?php if($this->API->get('register_link', 1) && $userID == 0) : ?>
<a href="<?php echo $this->API->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<?php endif; ?>