eCommerce construction > How-to questions

How to stop the 'Quick Start Wizard'

(1/1)

simpledesigncom:
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

eCommerce Core:
Quick Start Wizard should go away after your complete it or after you login to admin second time.

Below is the condition:

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

--- End code ---

'Thank you for installation of AbanteCart!' is a simple message, just delete it.

Basara:
Hello, simpledesigncom.

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

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod