Magento OnePage checkout step position wrong - magento

On the default magento install when using the onepage checkout, after clicking through the steps eg Shipping Method, the page jumps too far and cuts off the Step title and top 2 form inputs. It does this on all steps in Chrome. In other browsers it isn't as bad although it still cuts off the step title. Is there a way to fix this as it really ruins the UX.
Thanks,
C

In js/varien/accordion.js, after this line
contents[0].show();
i added
Effect.ScrollTo(contents[0], { duration:'0.5', offset:-40 });
for a smother effect.

Same problem with the ipad 4, ios7 and safari, magento version 1.4.1.1
After the billing address is submitted the accordion opens the step after shipping, but it's positioned so far up the page the next section's submit button is all that's visible at the top of the screen.
We're also using prototype 1.7 to get past the ie9 checkout bug, so not sure if that's part of the problem.
Found a fix that works for me:
open js/varien/accordion.js
in the openSection function, after the line
contents[0].show();
add
$(contents[0].up(1)).scrollTo();
Note: be careful if you're also using the accordion anywhere else on the site.

Related

Stuck at Checkout magento 1.9.2.2

I am looking for some help. I am new into magento, and I don't have a lot of experience programming/debugging. So I will appreciate any help; as I have been trying to figure this out for the last 2 days.
I have two problems, Here they are:
1) I add a product to the cart, then I go to the REGULAR checkout (NOT the express checkout), where I am asked to register; I click on the "register" button where I am asked to fill in the "billing information". After filling in all the billing information I hit on the "Continue" button and...
... Nothing happens. It stays stuck there.
2) When selecting the REGULAR checkout, I have noticed that the "YOUR CHECKOUT PROGRESS" doesn't show any of the progress; and it shows only the tittle instead.
I must tell you this:
a) When changing the theme to rwd/default the Checkout works perfectly. Therefore I have understood that there is a file (or a script) that is not working properly inside the custom theme. But I can't figure out which file/ script it is.
b) when chaging the theme to rwd/default the "checkout progress" column appears on the right and not on the left <-- just wondering is this piece of information may help to fix the problem.
I am new into debugging so I still have a lot to learn. So any guide and specific help is more then welcome. Thank you in advance.
I am using magento 1.9.2.2
This is the store:
http://www.mazentic.com/mentalgram.html
thanks
Nef

Magento checkout button not working

I am trying add to add my own theme to magento 1.9. Almost implemented but encountered a problem. When I clicked the proceed to checkout button from the cart page the it redirects to a page showing the checkout steps. There is no area to enter the shipping address, nothing. Then no buttons are there to proceed further. Please help me from this problem.

Joomla/Virtuemart scripts not working on the product detail view

I have a Joomla 2.5.20 site with VirtueMart 2.6.4. I'm creating a template that among other things uses jQuery and Bootstrap. While the site works well in general, including VM's cart, I'm facing problems with the product detail view: no script from VirtueMart seems to be working: if I click on a thumbnail image, it won't change the main image. If I click on the main image, it will open in a new window instead of opening with Fancybox. The rating control won't allow me to select a star to rate the product.
I've been searching all over and every answer I've come up with say it's a jQuery conflict. While jQuery (v. 1.8.0) is there, I don't see where the conflict could possibly be.
The site is:
http://www.dailymood.com.mx
The URL to a sample where it's not working:
http://www.dailymood.com.mx/catalog/mood/20014moodbarbcrh-detail
Any help will be really appreciated. Thanks in advance!

Add to cart button is not working

Add to cart button is not working.
Is this due to any jQuery conflict.
I am not using any custom jQuery for add to cart button but had used many extension which had jQuery.
On clicking add to cart button, no action no effect is performed, even nothing is displayed in firebug console.
Can any one tell me how to debug this.
Have you attempted switching on the default template for Magento to see if it could be something in your custom theme? Have you attempted in another browser?
I have most commonly seen the "add to cart" button cease if there were a jQuery conflict or if the button class/name had been changed.
Not sure if you're on version control but if you have migrated the site, there is a possibility that some files may have been left out. If you right click > inspect, are you getting any 404 errors?
Again, we would have to see the code (and possibly a link to the site) in order to accurately diagnose.

One Page Checkout is almost empty

I am having an almost empty one page checkout.
After clicking “Checkout” from minicart or main shopping cart page, i am getting an almost blank “Checkout” page.
The page is showing Main Top Bar including Menu bar, Minicart, currency and the bottom bar also.
But in the middle, the main Checkout page is totally blank with only ‘Checkout” text.
I checked various blogs and help on the forums itself. But i could not resolved it.
Can anybody help me out on this.
Regards
Something is likely dying in the template. Edit index.php to uncomment ini_set('display_errors'); and you will see the error.
Alternatively enable logging in the admin panel, then look at var/log/exception.log.

Resources