Questions tagged [onepage-checkout]

Questions related to Onepage Checkout system of Magento.

Magento also uses Onepage checkout system to place the order. This system is used to place orders for single address only. It includes six (6) default steps:

  1. Register / logging In
  2. Billing Information
  3. Shipping Information
  4. Shipping Methods
  5. Payment Methods
  6. Review Order
1231 questions
6
votes
1 answer

Onepage checkout stuck on billing section

I am having an issue with Magento's onepage checkout. Everything was working fine, I had tested a few orders with success. However, today I merged css/js from the magento admin and afterwards I noticed that during the onepage checkout process it…
Sabe Barker
  • 311
  • 2
  • 9
5
votes
1 answer

How to remove validation for CITY field in magento onepage checkout

I want to remove validation for field if specific country is selected for example if User selects India from country then I need to skip validation fro city in other words if India is selected no need for user to enter City So far I tried getting…
dhoni7
  • 311
  • 5
  • 9
5
votes
2 answers

Magento redirects to cart page when using Belvg Gift Extension

I have a magento website that is using Belvg Gifts extension but when the extension is active ite redirects to cart page when you are filling information on the onepage checkout step. I check the errors using firebug console I get the…
Stifboy
  • 415
  • 5
  • 18
4
votes
1 answer

What do I need to do to get Onepage to stop validating the CC number I'm entering?

I've setup a new instance of our development server on localhost, checked out the latest working copy, and was given a copy of a database backup to use with it. After getting all of this setup and working, I went through a demo transaction to make…
Sturm
  • 183
  • 1
  • 7
3
votes
2 answers

remove quantity column from checkout onepage page from order review step

I am trying to remove quantity column from order review step on checkout/onepage page but it removing only heading not data. Any Suggestions?
Donika
  • 547
  • 8
  • 19
2
votes
3 answers

Place Order not working in Magento 1.9

I upgraded from 1.7 to 1.9. At checkout, when client clicks on 'Place Order', it just shows a circling motion (submitting order information) and it reloads the page. I saw somewhere that that solution is: Magento 1.9.1.0 requires that your server…
2
votes
1 answer

OnePageCheckout How to get customers shipping postal/zip code?

I want to collect a users postal code from the form input on the onepage checkout and show the result in a later checkout step before they submit the order.
markbarabus
  • 119
  • 1
  • 9
1
vote
2 answers

How to prepopulate credit card form with customers name in Magento?

In the checkout, how can one add the customer's name to the credit card form? Is there a way to get the customer name int the checkout page? What I would like to do is have the customer's name during the checkout process to use in the steps. For…
Freejoy
  • 819
  • 1
  • 14
  • 36
1
vote
1 answer

Redirect to cart when shipping address is change

I want to redirect to cart from onepage checkout. When customer change address postcode of shipping that time i want to redirect to cart page. in this i am matching the postcode of billing and shipping if its not same than i want to redirect to…
Newbie
  • 1,614
  • 6
  • 29
  • 47
1
vote
1 answer

How can I change the OPC-Slide (one page checkout js)

how can I change the slider effect at the onepage checkout? I only want to fade in/out or simple "reload" every step of the checkout process. I'm not a Pro in javascript. It's at /mytheme/js/opcheckout.js?! THanks for your help.
user2310852
  • 501
  • 6
  • 12
  • 20
1
vote
0 answers

How to add custom field in checkout step

I'm trying to find a tutorial which show me how to add custom field to one page checkout page in magento 1.9.1 version. I tried to use This Turorial but it's quite old and not working, i see the field and everything but my custom field in database…
woj_jas
  • 193
  • 1
  • 8
1
vote
1 answer

Save order before submit

A client I'm working for wants to have order saved right after entering payment information (one page checkout). The status should be 'during_payment', but the status is not a problem. The problem is I don't know how to save order after that step,…
1
vote
1 answer

Using Onepage item.phtml from own Template

I am trying to edit the onepage/review/item.phtml to add specific attributes such as "sku" and "shippingtime". In the onepage checkout a file is loaded from another (not base) template (i had to install a module to be "german market ready"). I´ve…
Jan
  • 88
  • 1
  • 8
1
vote
1 answer

CE 1.9 - OnePage Checkout - Initially Hide All Steps until Login / Register / Guest Checkout Selected

By default there are five steps to the Magento checkout process. This can be quite overwhelming for customers. I would like to reduce these steps or atleast give that perception. My idea is to initially hide all the steps apart from the first one.…
markbarabus
  • 119
  • 1
  • 9
1
vote
1 answer

Access shipping address auto-filled values with JavaScript

I'm trying to access the pre-filled values during the Magento onepage checkout (index.php/checkout/onepage/). Magento pre-fills the address if you select the "Shipping Address" to be the same as the "Billing Address" but later return one step back…
1
2 3