This topic has 6 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Brian Johnson
Hi,
I think there might be a bug when checking out? When I click on the returning customer link during checkout the dropdown does not appear to enter the information.
Hello,
Could you please clarify what exactly you mean?
Maybe provide screenshot for our better understanding.
Also please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hi,
Sorry, I should have been more detailed.
When you add a product to the cart then proceed to checkout while on the checkout page there is a tab for Returning Customer…please login. When you click on the please login link to activate the dropdown it doesn’t do anything.
screen: http://oi57.tinypic.com/64dtec.jpg
Hello,
You can fix this bug in \themes\woopress\js\etheme.js file on line 1052.
Please find and replace following code:
$('a.showlogin').click(function(){
$('form.et-login').slideToggle();
return false;
});
to
$('a.showlogin').click(function(){
$('form.login').slideToggle();
return false;
});
If you can’t do this, then please provide us with FTP credentials in Private Content and we can help you.
Regards,
Robert Hall.
Thanks. That worked.
You are welcome.
We would very much appreciate if you leave a comment and rating for our theme on themeforest.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up