AbanteCart Community

eCommerce construction => How-to questions => Topic started by: simpledesigncom on June 03, 2017, 11:08:12 AM

Title: How to stop the 'Quick Start Wizard'
Post by: simpledesigncom 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
Title: Re: How to stop the 'Quick Start Wizard'
Post by: eCommerce Core 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.
Title: Re: How to stop the 'Quick Start Wizard'
Post by: Basara 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