Hello,
Ok I think I get your point, follow me step by step to get what you need :
- Enable the "Redirect Joomla registration to HikaShop plugin" in Extensions => Plugins
- Second step, add in your required view(s) your Joomla link, something :
=> This code of code :
<a href="/YourWebsite/index.php/en/component/users/?view=registration&Itemid=101" target="_blank">
Create an account <span class="icon-arrow-right"></span>
</a>
- Hide with some Css the
classical registration form, I advice to use css rather than simply remove from view in order to just keep aside your registration form.
Hope this will meet your needs.
Regards