How to access website for merchant website for Multi-Tenant SaaS Module

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mdatb
Posts: 1
Joined: 15 Aug 2021, 15:27

How to access website for merchant website for Multi-Tenant SaaS Module

Post by mdatb » 15 Aug 2021, 15:39

Hello,

So I am trying setup the multi-tenant saas module, I have set everything up and there are two concerns I have.

1) When I make a merchant account, after email verification it directly takes me to the admin panel. I would like to know if it's possible to change that and rather direct them to a landing page.

2) I am unable to access the merchant website as a merchant. I try to visit the merchant website by going to "www.mywebsite.com/merchant" domain (shown in picture 1). But it gives an error (shown in picture 2). How do I get rid of this error?

Your help will be highly appreciated.

https://imgur.com/a/cnJF4qX (Picture 1)
https://imgur.com/a/TlBCf1i (Picture 2)

User avatar
aimeos
Administrator
Posts: 7893
Joined: 01 Jan 1970, 00:00

Re: How to access website for merchant website for Multi-Tenant SaaS Module

Post by aimeos » 16 Aug 2021, 05:05

mdatb wrote: 15 Aug 2021, 15:39 1) When I make a merchant account, after email verification it directly takes me to the admin panel. I would like to know if it's possible to change that and rather direct them to a landing page.
Yes, you can change it in your setup to any URL here:
https://github.com/aimeos/aimeos/blob/m ... er.php#L39
mdatb wrote: 15 Aug 2021, 15:39 2) I am unable to access the merchant website as a merchant. I try to visit the merchant website by going to "www.mywebsite.com/merchant" domain (shown in picture 1). But it gives an error (shown in picture 2). How do I get rid of this error?
Can you please change aimeos/aimeos-laravel to "2021.07.x-dev" in your composer.json and run "composer up"? This will install the upcoming minor version which contains a fix for the error message.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply