Author Topic: How to stop the 'Quick Start Wizard'  (Read 3827 times)

Offline simpledesigncom

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to stop the 'Quick Start Wizard'
« on: June 03, 2017, 11:08:12 AM »
Hi - I have just loaded AbanteCart and I am working through the setup but each time I login to the admin panel the Quick Start Wizard pops up. Is there a way to stop this?

Also, I keep receiving the 'Thank you for installation of AbanteCart!'! Can I stop this from happening?

Cheers
Marc

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: How to stop the 'Quick Start Wizard'
« Reply #1 on: June 05, 2017, 07:39:28 AM »
Quick Start Wizard should go away after your complete it or after you login to admin second time.

Below is the condition:
Code: [Select]
if( !$this->user->getLastLogin() && $this->session->data['quick_start_step'] != 'finished') {

'Thank you for installation of AbanteCart!' is a simple message, just delete it.
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: How to stop the 'Quick Start Wizard'
« Reply #2 on: June 07, 2017, 06:10:39 AM »
Hello, simpledesigncom.

Solution is to replace one file
http://forum.abantecart.com/index.php/topic,5557.msg24564.html#msg24564

 

Powered by SMFPacks Social Login Mod