Create link register in a virtuemart checkout process
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Mon Sep 05, 2016 1:45 am
- Reply with quote
- Report this post
Hello
I would like to create a link to the registration form in the process of buying virtuemart.
It is very important to me because my shop is only for registered users.
Attached screenshot.
URL: https://inkajewelry.com

I would like to create a link to the registration form in the process of buying virtuemart.
It is very important to me because my shop is only for registered users.
Attached screenshot.
URL: https://inkajewelry.com

-
- Junior Boarder
- teitbite
- Thu Sep 08, 2016 10:21 am
- Reply with quote
- Report this post
Hi
In checkout configuration You should have 2 options:
this will show a registration section there.
In checkout configuration You should have 2 options:
- Code: Select all
On checkout, ask for registration
Only registered users can checkout
this will show a registration section there.
-
- Moderator
- GK User
- Fri Sep 09, 2016 5:09 pm
- Reply with quote
- Report this post
Hi, thanks for your response.
Yes I selected those options in my store, but the register button does not appear.
https://s18.postimg.org/jprgscyt5/image.png
Yes I selected those options in my store, but the register button does not appear.
https://s18.postimg.org/jprgscyt5/image.png
-
- Junior Boarder
- teitbite
- Mon Sep 12, 2016 3:39 pm
- Reply with quote
- Report this post
Hi
Please send me an access to joomla panel and ftp. I'll see what needs to be done.
Please send me an access to joomla panel and ftp. I'll see what needs to be done.
-
- Moderator
- teitbite
- Wed Sep 14, 2016 12:23 pm
- Reply with quote
- Report this post
Hi
I cannot see this even being implemented in code, so lets not waist time on that and just add it. Please edit file: /layout/blocks/head.php and add this at the end of this file:
I cannot see this even being implemented in code, so lets not waist time on that and just add it. Please edit file: /layout/blocks/head.php and add this at the end of this file:
- Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#cart-view .formLoginWrap').append('<a rel="nofollow" href="/component/users/?view=register">Register</a>');
});})(jQuery)</script>
-
- Moderator
- teitbite
- Fri Sep 16, 2016 6:24 pm
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
7 posts
• Page 1 of 1