Continue button always loading (spinning) on Checkout Step 1

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeContinue button always loading (spinning) on Checkout Step 1

This topic has been marked as resolved.

It causes an always loading error on a clean environment right after the installation when the button just keeps loading – see the screenshot – http://take.ms/s4HHb
I am not sure how it works on the demo environment and with everyone else but doesn’t work on a clean and fresh installation. So I share the solution here and I think it would be great for the devs to comment.

My programmer friend has fixed the issue and I just thought you might want to fix it for the other customers as well.
And should you have any tasks like that, I can share his contact details =)
So what he did is:

replaced in this
foreach (array_diff($this->engine->getOcDocument()->getScripts(), $this->document_scripts_before_render) as $script)
with
foreach (array_merge($this->engine->getOcDocument()->getScripts(), $this->document_scripts_before_render) as $script)

in this file
system/vendor/BurnEngine/library/OutputHandler.php

 D
December 3, 2018 at 11:13 am #66349

Hi,

Enabling the Load moment.js option from the Compatibility panel fixes this problem. No need for changing the OutputHandler :)

https://i.imgur.com/GvLKjEN.png

BR,
ThemeBurn team

December 6, 2018 at 10:44 am #66407

Enabling the Load moment.js option helps indeed.
I will leave it this way.
Thank you.

 D
December 6, 2018 at 5:37 pm #66425

Glad we’ve helped, mate :)

BR,
ThemeBurn team

December 6, 2018 at 11:19 pm #66444
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.