problem with login fom in cart

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Thu Sep 11, 2014 8:29 am
I have a problem with the login form in the shopping cart.

The Connect button is not clickable and the forgot your username link is also not clickable ("Ξεχάσατε το όνομα χρήστη ")

http://www.beurershop.gr/cart.html

VM2 is version 2.0.22c (the last version you had installed with your demo quickstart)

I would really appreciate your help
User avatar
Expert Boarder

GK User
Thu Sep 11, 2014 9:32 am
I don't want to open a new post.
Another problem I have is that when I select a payment method and click save I return to the home page. If I go back to the cart the payment is selected, but shouldn't return to the cart page after payment selection?
User avatar
Expert Boarder

teitbite
Sun Sep 14, 2014 11:13 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkPopupLogin {
    overflow: hidden !important;
}
User avatar
Moderator

GK User
Tue Sep 16, 2014 12:34 pm
Thank you. It fixed the buttons issue.

Do you have also a fix for the payment selection issue?
User avatar
Expert Boarder

teitbite
Wed Sep 17, 2014 8:22 pm
Hi

Can You lead me to where this option is ? I do not speak Greek and cannot find right place :(
User avatar
Moderator

GK User
Mon Sep 22, 2014 6:51 am
teitbite wrote:Hi

Can You lead me to where this option is ? I do not speak Greek and cannot find right place :(


See the attached file.
User avatar
Expert Boarder

teitbite
Mon Sep 22, 2014 11:21 am
Hi

Please try to rename /html/com_virtuemart/cart/default.php to /html/com_virtuemart/cart/_default.php to see of it's a template or VM issue. If this will not work after disabling the file in our template than You will have to ask VM developers about that.
User avatar
Moderator

GK User
Mon Sep 22, 2014 11:38 am
Thank you for your quick reply. it seems that there is a vm problem. Thank you.
User avatar
Expert Boarder

teitbite
Mon Sep 22, 2014 11:50 am
Hi

Please before posting on their forum try installing easy jQuery plugin and make it use jQuery 1.8 this I think helped to a different problem fot VM so it's worth trying.
User avatar
Moderator

GK User
Mon Sep 22, 2014 12:19 pm
Thank you for the tip but still same problem.
User avatar
Expert Boarder

teitbite
Tue Sep 23, 2014 10:21 am
Hi

Please ask VM support for help. I honestly do not see the issue with template in this matter. You may try unpublish all extra extentions used and try than, to be 100% sure it's not a conflict with them.
User avatar
Moderator

GK User
Tue Sep 23, 2014 10:22 am
It turns out that it is a problem with sh404SEF.
User avatar
Expert Boarder

teitbite
Tue Sep 23, 2014 1:46 pm
HI

Ok. I did not seen this comming :o

Did VM support informed You about this ?
User avatar
Moderator

GK User
Tue Sep 23, 2014 2:54 pm
I turned it off and it works fine. However, I see the url is index.php?com_virtuemart so I don't know how to fix this....
User avatar
Expert Boarder

GK User
Tue Sep 23, 2014 4:22 pm
Ive got the same problem - just decided to load backup
User avatar
Junior Boarder

teitbite
Wed Sep 24, 2014 3:47 pm
Hi

Can You tell me the full url of when it works fine ? "index.php?com_virtuemart" is incorrect. Maybe sef404sh will be able to rewrite the url and fix it.
User avatar
Moderator

GK User
Thu Sep 25, 2014 6:59 am
teitbite wrote:Hi

Can You tell me the full url of when it works fine ? "index.php?com_virtuemart" is incorrect. Maybe sef404sh will be able to rewrite the url and fix it.


You are right. Here is the correct url

index.php?option=com_virtuemart
User avatar
Expert Boarder

teitbite
Fri Sep 26, 2014 7:25 pm
Hi

To be honest I do not know how to fix it, but I got an idea that this may be overwritten and link changed from outside.

But first please check if You have VM Frontpage type menu item active and if it's not a website frontpage, it's a blind shot, but from testing this looks connected.

And now the idea for override. Add this code to /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#paymentForm').attr('action','http://www.beurershop.gr/cart.html')
});})(jQuery)</script>
User avatar
Moderator

GK User
Mon Sep 29, 2014 6:28 am
I really really thank you for your time!!

That trick fixed everything!!!

Thank you

Depika
User avatar
Expert Boarder

teitbite
Mon Sep 29, 2014 5:24 pm
Hi

Unfortunatelly this is not a fix, but a workaround, but somethimes there is no other way :(
User avatar
Moderator

GK User
Fri Oct 03, 2014 6:59 am
My client asked me to add more shipping methods and I am having the same problem when I select shipping. Can you please help me bypass this issue too?

Is this correct?

<script type="text/javascript">(function($) {$(document).ready(function() {
$('#shippingForm').attr('action','http://www.beurershop.gr/cart.html')
});})(jQuery)</script>
User avatar
Expert Boarder

teitbite
Sun Oct 05, 2014 9:40 am
Hi

Code is correct, will simply change the landing page after submiting a form to whatever You will enter there. Unfortunatelly I'm not sure how to add new shipping methods. We only make templates and styles which fits the template for components as virtuemart, so I do not have much options to work with this components other than while testing. I believe You will need to install plugins from devivering companies or add it manually by filling the form in VM configuration, but this is all I know. VM support will be best to ask about this particular thing.
User avatar
Moderator

GK User
Mon Oct 06, 2014 12:56 pm
I have found the correct code

<script type="text/javascript">(function($) {$(document).ready(function() {
$('#userForm').attr('action','http://www.beurershop.gr/cart.html')
});})(jQuery)</script>

However, I have noticed that the user cannot add or change his shipping and billing address. Attached is the error I am getting
http://www.beurershop.gr/user/editaddresscartBT.html
User avatar
Expert Boarder

teitbite
Wed Oct 08, 2014 8:33 am
Hi

This looks like it's caused by php error. Please in global joomla configuration in server section rise the error showing level to development and send me an access to ftp and joomla panel.
User avatar
Moderator

GK User
Thu Oct 09, 2014 9:22 am
I have copied the site to my server because I cannot rise the error showing at the live server. I have sent you the info with a private message. Have you received it?
User avatar
Expert Boarder

teitbite
Thu Oct 09, 2014 12:13 pm
Hi

Looks like a syntax in file /html/com_virtuemart/user/edit_address.php is causing it. I've just removed it and everything looks to be in place now.
User avatar
Moderator

GK User
Thu Oct 09, 2014 12:44 pm
So only this file shall I copy to the live server?
User avatar
Expert Boarder

teitbite
Fri Oct 10, 2014 12:28 pm
Hi

Not copy. Simply remove this file. A default file from component will be used instead.
User avatar
Moderator


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