AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: hani on June 07, 2017, 02:03:12 PM

Title: Redirect customer
Post by: hani on June 07, 2017, 02:03:12 PM
Hi
I have a multistore setup one for retail and the other for wholesale i want that if a customer is registered as wholesaler to be redirected from the retail store to the wholesale store.

Is this option available in abantecart

Thanks
Title: Re: Redirect customer
Post by: abantecart on June 09, 2017, 08:48:31 PM
You can add a condition in the PHP code for redirect.

$this->redirect('http://url_to_wholesale_store');
Title: Re: Redirect customer
Post by: RicardoGz2019 on January 10, 2020, 01:55:46 PM
It seems an excellent suggestion to the administrator, I will also implement it to see how it is.