Create link register in a virtuemart checkout process

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.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

Image
User avatar
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:

Code: Select all
On checkout, ask for registration    
Only registered users can checkout


this will show a registration section there.
User avatar
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
User avatar
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.
User avatar
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:

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>
User avatar
Moderator

GK User
Wed Sep 14, 2016 5:17 pm
Reply with quote
Report this post
Thanks friend.
User avatar
Junior Boarder

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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.