On final checkout step there's no Confirm option visible

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeOn final checkout step there's no Confirm option visible

This topic has been marked as resolved.

Hi,

I’m running OpenCart version 2.3.0.2 with BurnEngine version1.1.5 and the Current theme is Pavilion v2.1.5. I face an issue at the final checkout step. When having everything selected like shipment option and payment option, there’s no final ‘Confirm’ button at the bottom. I attached a screenshot so you can have a look to the issue.

When disabling Pavilion/Burntheme and using the default Opencart theme, everythnig works fine and we can see the ‘Confirm/Checkout’ button at the bottom while completing the final checkout step.

I use the latest version of the payment extension for Opencart 2.3 from our payment provider.
Our payment provider is .
The link to our payment provider is .

We are using the Opencart extension provided by them on which is Version 7.1.0.

Hope you can help me out.

Below you can find all the details you need.

Thanks :) .

December 15, 2016 at 10:32 pm #54379

Hi,

It seems that there is some CSS in our stylesheet that is left from OpenCart 1.5 and it hides the confirm button. Here is the fix:

.panel-body .checkout-content {
  display: block;
  padding: 0;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

December 20, 2016 at 10:47 am #54504

Thanks for the fix.

With kind regards,

Veronica

December 22, 2016 at 2:02 pm #54649

Hi there Veronica,

I had the same issue with the same payment module that the confirm button was missing.

But i have another issue with the “Pretty System URLs” setting in the theme. When it’s turned on the payment page will not be loaded. The website says that the page can not be found, but when you turn it off it its working fine. Do you have the same issue?

Can the support theme help me with this or do i need to open a new topic?

Kind regards,
Elmer

December 22, 2016 at 6:01 pm #54650

Hi Elmer,

I got the same issue.

When turning on ‘SEO URLs’ in the system settings , the only page which is shown is the Home page.

I double checked the settings in the .htaccess file and it has got the correct settings:

RewriteEngine On
RewriteBase /*here is the folder listed in which I’m running the Opencart installation*/

When disabling ‘SEO URLs’ the issue is solved and everything works just fine.

I think it’s best to create a new topic for this one instead which I will do now.

With kind regards,

Veronica

December 22, 2016 at 6:19 pm #54652

Thanks for your reply, there is a issue with the seo pack and the payment module then. I opened a new topic already, maby you can reply and say that you have the same issue.

Kind regards,
Elmer

December 22, 2016 at 6:26 pm #54653

Hi,

We’ve answered you in your other topics. Will close this one as “resolved”.

BR,
ThemeBurn team

December 29, 2016 at 12:24 am #54794
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.