Magento one page login not working - magento

currently i am working with a magento shopping site.I am newbie to magento. When i tried to login via one page both login and create button are disabled.
Default login and create account working fine.I have added
<?php echo $this->getBlockHtml('formkey'); ?>
please help me to solve the problem.Thanks in advance.
please check this link
http://qwertykart.com/checkout/onepage/

Check your one page checkout setting if register is not enabled.
if there is no setting for this, then Install this Extension to see exact .phtml file, where you need to edit.
https://www.magentocommerce.com/magento-connect/easy-template-path-hints.html
After setup, you can get your template path by adding tp=1&code=1 in the url.
(You have to save code value in magento backend)
I see your Register button having "disabled"=disabled attribute. Try to remove that. After removing that you will be able to register.
Do it for other buttons as well.

Related

Go Cart template installation

Hi i am trying to use Go Cart e-commerce which is built in Codeigniter. I successfully installed it in localhost. But when i added categories and products only description is showing in front page but no images. Same with the banner. No added them but no image is showing there. I want to use default template. How can i use default template without any problem? Please let me know if someone have any idea. Thank you in advance. Here is the link for Go Cart : https://demo.gocartdv.com

Magento - Customer login won't work on Onepage Checkout after 1.8.1 update from 1.7

After updating Magento from 1.7 to 1.8.1, I found myself correcting most of the formkey issues on my custom theme. I think everything now works correctly except for one thing: the customer login on the onepage checkout page doesn't seem to do anything. The problem seems really odd to me since the customer login works everywhere else on the site.
I use a module (Crius SkipStep1) to skip the first step and instead show the guest billing & shipping method first (with possibility of switching to the login system if wanted).
Using it or the default login system doesn't seem to do any difference; the problem is there in both cases. After login, the page reloads but doesn't show me anything more than before.
With the module, the checkout/onepage/saveMethod/ function runs after the page reloads. Without the module, nothing happens. In both cases, I can still do the guest checkout method without any issue.
And the odd thing is that if I type the password wrong, the page reloads normally and the error message for incorrect password shows up. I tried testing the default and base themes, and the problem occurs anyway despite the template files being up to date.
I think I tried everything and don't see what to do anymore, so I need help from fresh eyes.
Thanks.
I had a similar problem. You need to add <?php echo $this->getBlockHtml('formkey'); ?> after the <form> tag in the following files:
/app/design/frontend/../template/persistent/checkout/onepage/login.phtml
/app/design/frontend/../template/checkout/onepage/login.phtml
That should fix your login issue.
Added <?php echo $this->getBlockHtml('formkey'); ?> in the login forms of the checkout section and there you go. My issue was fixed.

Onepage after choose guest checkout magento redirect to cart

I have strange problem .
In checkout onepage i can't checkout as Guest or via registration,only via login method.
When I choose checkout as guest or registration and click submit magento redirects to cart.
I tried copy templates on fresh copy of magento but to not avail.
maybe someone knows how to fix this problem??
Thanks!
Enable loggin system and check the log files.
Maybe you have some code error (like wrong function name or result) and this cause the redirect.
Did you made some customization?

How can I add custom fields in cms edit page (Admin Panel)?

I am facing an issue in Magento. I want to add some custom fields to Magento Admin Panel CMS Edit Page. I got a page while searching where it describes adding a custom field in CMS page: http://blog.flexishore.com/2011/08/add-custom-field-to-cms-page/ .
I have followed every step in this, but I am still getting an error Call to undefined function getLoad().
Can anyone here explain me how to add custom fields in CMS page?
You can try this article (http://www.atwix.com/magento/adding-custom-attribute-to-a-cms-page/) as well, it's more simple, maybe it will be helpful for you.
Also don't forget about cache, I recommend you disable it when you are testing your own modules.

virtuemart checkout page link

i have used virtuemart latest product module for displaying a product on my home page but now when i click on add to cart it doesn't redirect me to another page. Instead of redirecting to another page it shows the checkout form in content part of my index page....
Are you using sh404sef then please try to use the current latest version of both VM & sh404sef otherwise these compatibility issues frequently comes
Also if the above said not a good solutions then please check whether the URL shown in the address bar of the checkout page shows a get value say: &ssl_redirect=1 part. if so, then try to please disable the SSL, it may be not useful in the context as your may use the virtue-mart payment gateway to do all the stuff

Resources