[SOLVED] How to enable B2B/B2C extention (AI-Sites) - instruction for newbe
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- ЕвгенияСемихова(ИПСемиховаЕ.А.)
- Posts: 70
- Joined: 11 Jan 2025, 09:45
[SOLVED] How to enable B2B/B2C extention (AI-Sites) - instruction for newbe
I have add "Market places and complex B2B/B2C requirements" to my Aimeos store. Also I've add to shop.php this code:
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?
Code: Select all
'mshop' => [
'locale' => [
//'site' => 'radiodar.shop', // used instead of "default"
'manager' => [
'sitelevel' => 3
]
]
],
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
life is full of many new and interesting things
Re: How to enable B2B/B2C extention (AI-Sites) - instruction for newbe
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,
give us a star
If you like Aimeos,

- ЕвгенияСемихова(ИПСемиховаЕ.А.)
- Posts: 70
- Joined: 11 Jan 2025, 09:45
Re: How to enable B2B/B2C extention (AI-Sites) - instruction for newbe
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.Make sure that you clear the cache with "php artisan aimeos:clear"
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
life is full of many new and interesting things