Multishop layout reset to default after saving OC settings

ThemeBurn SupportForumsOpenCart ThemesBurnEngineMultishop layout reset to default after saving OC settings

This topic has been marked as resolved.

When changing the setting of a store (System -> Settings) other then the default store the layout and style of the shop is reset to the default store in BurnEngine.

I have to import the settings again to get the layout back again.

Any idea what might cause this?

OC version 2.2.0.0
BurnEngine version 1.07

  • This reply was modified 2816 days ago by  GeBatoka.
August 4, 2016 at 10:28 am #50075

Can you please open system/vendor/BurnEngine/admin/controller/ModuleController.php, find this line:

if ($route == 'setting/setting/editSetting') {
and replace it with

if (false) {

Please,
check if this helps

Regards,
ThemeBurn team

August 12, 2016 at 4:33 pm #50214

Thanks for the solution. It worked.

August 22, 2016 at 4:58 pm #50340

Glad we’ve helped.

BR,
ThemeBurn team

August 24, 2016 at 6:08 pm #50398
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.