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
You can add a condition in the PHP code for redirect.
$this->redirect('http://url_to_wholesale_store');
It seems an excellent suggestion to the administrator, I will also implement it to see how it is.