Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Why won't checkout work with a Cart form on it?

Please help with the checkout and continue to next step buttons. Both of these buttons are not allowing user to proceed through the checkout process. We are stuck in a loop of checkout page and review page and not able to get beyond these stages. The site is not needing to take payments just notifying admin when an order is placed.

The site is in development and can be accessed here:
---.redacted.---

choose products and name and password is needed to view cart.

You may use: customer------
Password: ------

Our goal is to allow them to submit an order that notifies the admin after viewing their cart.

Asked by: jantico
on January 23, 2013

1 Answer

Vote up!
2
Vote down!

I've redacted from your initial question the link and login information. I wouldn't post such information in a public forum, especially if you're doing development on the site and need to ensure no one else is coming in and breaking anything.

On your particular site, I gave it a quick look, and you've attempted to use the cart form View for the shopping cart contents checkout pane. This cannot work, because it's attempting to embed a form inside a form. That's why submitting the form does nothing - Drupal just doesn't know what to do! : P

It cannot read the form values passed in to validate the form or determine how to process the form assuming it is valid. You should reset those cart checkout panes to the static cart contents summary.

Ryan Szrama
Answer by: Ryan Szrama
Posted: Jan 25, 2013