[SOLVED] How to enable B2B/B2C extention (AI-Sites) - instruction for newbe

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!
User avatar
ЕвгенияСемихова(ИПСемиховаЕ.А.)
Posts: 70
Joined: 11 Jan 2025, 09:45

[SOLVED] How to enable B2B/B2C extention (AI-Sites) - instruction for newbe

Post by ЕвгенияСемихова(ИПСемиховаЕ.А.) » 26 Jan 2025, 17:17

I have add "Market places and complex B2B/B2C requirements" to my Aimeos store. Also I've add to shop.php this code:

Code: Select all

	'mshop' => [
		'locale' => [
			//'site' => 'radiodar.shop', // used instead of "default"
			'manager' => [
				'sitelevel' => 3
				
			]
		]
	],
I try with "3" and "2" variants, but can't see items from "store2" at "default" store (in default's admin).

I also cannot achieve inheritance of shipping and payment methods from the "default" store to subsequent stores.

I have a feeling that I didn't finish something in order for the module to work.

Please, can you write a step by step instruction for add "AI-Site" extention?
Last edited by ЕвгенияСемихова(ИПСемиховаЕ.А.) on 01 Feb 2025, 09:44, edited 1 time in total.
Debian 12, PHP 8.3, Server 1 = Aimeos 2024.10.13, Server 2 = ES 8.17.1
life is full of many new and interesting things

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

Re: How to enable B2B/B2C extention (AI-Sites) - instruction for newbe

Post by aimeos » 27 Jan 2025, 11:00

The configuration is correct if you inserted it at the correct position in your ./config/shop.php file. Make sure that you clear the cache with "php artisan aimeos:clear". If it's still not working, check if the store sites are really sub-sites of the default site and the products are added in the sub-sites with categories and prices.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
ЕвгенияСемихова(ИПСемиховаЕ.А.)
Posts: 70
Joined: 11 Jan 2025, 09:45

Re: How to enable B2B/B2C extention (AI-Sites) - instruction for newbe

Post by ЕвгенияСемихова(ИПСемиховаЕ.А.) » 01 Feb 2025, 09:43

Make sure that you clear the cache with "php artisan aimeos:clear"
Yes, you're right, it was necessary to clear the cache. It's also unusual to have't separate menus for extentions, but we've already been spoiled and lazy.
Now we will look into the deep work options.

Thanks again for the excellent system and your calm help to us, newbies - it is very nice - I'm falling in love with Aimeos more and more :!:
Debian 12, PHP 8.3, Server 1 = Aimeos 2024.10.13, Server 2 = ES 8.17.1
life is full of many new and interesting things

Post Reply