Magento checkout button not working - magento

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.

Related

"Enable AJAX add to cart buttons on archives" is not working

I am using woocommerce latest version. I am developing a woocommerce supported theme from the scratch. Now I have a little problem. On archive page Ajax for "Add to cart" button is not working. Whenever I click "Add to cart" button the page get reloaded. I check the product setting and I got the "Enable AJAX add to cart buttons on archives " is checked. But the ajax is still not working. So where is the bug?
Note: I am a new bee in woocommerce type work.
The page being reloaded doesn't mean it's not added to the cart. You'll need to check /cart to verify if your product is added.
If you want to cart redirect after successful addition. I believe this is the setting right where the archive ajax cart setting is.

Magento multi-step checkout

The problem is that when i disable One page checkout, the Proceed button is gone. My installation is 1.9.2 Community Edition. I've tried to enable that button from link.phtml but get the message "The Unilateral payment transaction is disabled"
Answer: You don't. What you do is disabeling the Magento Module Mage_Checkout_Onepage
Magento comes with one stock checkout, the infamous OnePage. There are many distributers of neat (and shitty) checkouts, mostly called OneStepCheckout or SingleStepCheckout. I suggest you find yourself a good one and buy it, because a decent checkout is a major difference between gaining and losing customers.
This guy had a similar question about disabeling the magento onepage checkout
Okay this is how i do it. I log in into admin panel, than i do:
1) System -> Configuration -> Sales -> Checkout -> Enable one page checkout "No" (because i wanna use multi-step checkout option)
Admin checkout settings
2) Add some product to cart and when i view content of the cart and proceed to checkout the button " Proceed to checkout" is missing.
Frontend checkout

Magento onepage checkout "stuck in place order"

In my magento project, when i am trying to place order after filling all the details like shipping location, payment method etc, when i am clicking on place order button nothing happens. I searched over google but no solution worked for me.
any idea what should i do.

Magento OnePage checkout step position wrong

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.

"Add to Cart" in Lightbox – Shopify

Here's the URL to my store: http://nibblesofnirvana.myshopify.com
(PASSWORD IS nibblesofnirvana)
What I want to do is present people with two options when they click "add to cart." If you get to "add to cart" on the website now, you'll see that I already have a lightbox that comes up.
I want one option that points to the regular checkout page, then another option that points to a new checkout page that I haven't made yet.
But I haven't been able to get the shopping cart to work. I'd like "BUY NOW" to add the item the person is viewing to the cart, and the other option I display simply link to another page.
I'm assuming this has something to do with the Ajax API, but shopify's documentation hasn't proven to be all that helpful... would be very helpful if someone could point me in the right direction!
Thanks!
you can do this:
click add to cart --> pop up small window of highslide js and in this popup, you can place your two options.. am i following your thought?

Resources