9 replies [Last post]
UniqueOne's picture
Offline
Joined: 07/22/2008
Juice: 7
Was this information Helpful?

Hi,

I'm new to the forums and new to ubercart. I have set it up and did all my modifications and now everything is working except the fact that when I go to check out, there is no submit order button. It just keeps taking me to review order.

Any help would be appreciated.

Thanks

Abilnet's picture
Offline
Uber DonorBug Finder
Joined: 12/28/2007
Juice: 718
Re: There is no Submit order button

Welcome on board "UniqueOne"

UniqueOne wrote:

...and did all my modifications and now everything is working except the fact that when I go to check out, there is no submit order button. It just keeps taking me to review order...

What modifications did you actually do? ...maybe there is the reason for the problem?

UniqueOne's picture
Offline
Joined: 07/22/2008
Juice: 7
Re: Re: There is no Submit order button

Ok, I installed ubercart, added product, product attributes, enabled paypal, the paypal checkout cart block for express checkout, I also tried it without paypal using the cc test gateway first. I setup the shipping to flat rate. I have basically configured it all to where it works perfectly now, the only issue is that it never gets past review order.

There is a paypal checkout button below the checkout button when i'm viewing the cart that I just noticed, but how do I have it checkout from the checkout form?

Thanks

Abilnet's picture
Offline
Uber DonorBug Finder
Joined: 12/28/2007
Juice: 718
Re: Re: Re: There is no Submit order button

I'm not sure if this is related, but in:
yourdomain.com/admin/store/settings/cart/edit/panes
...do you have checked the "Default cart form"

Also, in "General checkout settings" in:
yourdomain.com/admin/store/settings/checkout/edit
...do you actually have the "Enable checkout" checked?

Hope this helps...

UniqueOne's picture
Offline
Joined: 07/22/2008
Juice: 7
Hi, Yeah, they are both

Hi,

Yeah, they are both enabled... If the default cart form wasn't enabled the actual product listing in the cart would not be visible. Thanks

Abilnet's picture
Offline
Uber DonorBug Finder
Joined: 12/28/2007
Juice: 718
Re: Hi, Yeah, they are both

I tried to duplicate the problem, but did not find a solution, sorry Sad ...does someone else have a solution?

russj's picture
Offline
Joined: 01/25/2008
Juice: 15
Same problem here, using Artisteer

This may be a theme problem. I have the same problem where the "Submit Order" button does not appear on the review page. After looking very closely, there is a link in the right spot with text that blends into the background with no surrounding button. On the previous checkout page, the "Review Order" button looks fine.

It seems to be a conflict with the Artisteer created theme I am using. When I change the Artisteer theme to use dark button text, at least the "Submit order" text is visible. There is no surrounding button so it doesn't look right.

The problem only appears with Firefox. IE7 works fine.

I have reported it to Artisteer who replied that they are looking into it. It seems there is a style conflict with the uc_cart.css or uc_cart_block.css files. If someone at Ubercart could look into this, I can provide more information. Thanks.

justineggert's picture
Offline
Joined: 01/22/2009
Juice: 24
Did you figure this out?

I am having a very similar issue, but it is only happening intermittently. My clients customers occasionally cannot complete their order, it keeps taking them back to the review order page. Oddly it creates a new order # every time and takes their credit card info (shows the last 4 on the invoice), but shows their status in "checkout" and doesn't process the card.

HoverFusion's picture
Offline
Joined: 07/08/2012
Juice: 24
No submit order

I have simmilar issue with Drupal 7 / Ubercart 3.
Whatever i do, i do not have "submit order" on checkout page.
Cancel and review order is present, but review order loops forever!

HoverFusion's picture
Offline
Joined: 07/08/2012
Juice: 24
Re: There is no Submit order button

My bug was in the place i would never expect it, in CSS!

I had in my CSS:

.form-type-select {
display:none;
}

possibly i have to do this elswhere long ago and left this behind. But this prevents select list (state-region) to appear,
so form was not submitted correctly therefore no progress in checkout.

Of course, all worked when i remove: display:none !