Search found 8414 matches

by aimeos
20 Jan 2025, 10:08
Forum: Help
Topic: Can't redirect the 'default' page to the main page site.com
Replies: 8
Views: 300

Re: Can't redirect the 'default' page to the main page site.com

Like said, when you use sub-domain routing, your main site must be www.kitaidar.ru and your web site is only available by www.kitaidar.ru and NOT kitaidar.ru. Use domain based routing if you want to be free what domains your marketplace and stores are using.
by aimeos
20 Jan 2025, 10:01
Forum: Help
Topic: How to customize default values in add form (admin backend)?
Replies: 1
Views: 40

Re: How to customize default values in add form (admin backend)?

You can create datasets which automatically adds a price with the values when selected:
https://aimeos.org/docs/2024.x/config/a ... t/#product

If EUD is the only currency you use, then you should deactivate all other currencies the EUD is selected by default
by aimeos
19 Jan 2025, 10:55
Forum: Help
Topic: Can't redirect the 'default' page to the main page site.com
Replies: 8
Views: 300

Re: Can't redirect the 'default' page to the main page site.com

SHOP_MULTISHOP enabled several stores in one installation.

Important:
The ./public/ directory of your Laravel installation must be the document root of the web server, not ./public_html/. You have to configure your web server correctly to make this working!
by aimeos
18 Jan 2025, 12:12
Forum: Help
Topic: Inquiry: Storing Favorites in Session for Guest Users
Replies: 3
Views: 120

Re: Inquiry: Storing Favorites in Session for Guest Users

Unfortunately not. There's no API for that and you have to create one. If you do, please consider creating a pull request as we would be happy to merge it into the core :-)
by aimeos
18 Jan 2025, 12:10
Forum: Help
Topic: Multi-Shops - templates
Replies: 5
Views: 137

Re: Multi-Shops - templates

This works when using several Aimeos theme packages for Laravel. Then, you can have different PHP templates too.
by aimeos
18 Jan 2025, 12:07
Forum: Help
Topic: Can't redirect the 'default' page to the main page site.com
Replies: 8
Views: 300

Re: Can't redirect the 'default' page to the main page site.com

As you have enabled SHOP_MULTISHOP, you need to change the first route block within the if-condition. The second one will be overwritten when enabling this config setting. If configured correctly, you have to change the site codes of the shop accordingly to: - kitaidar.ru - store1.kitaidar.ru - ... ...
by aimeos
17 Jan 2025, 09:33
Forum: Laravel package
Topic: Subquery returns more than 1 row
Replies: 1
Views: 157

Re: Subquery returns more than 1 row

There seems to be more than one record in mshop_order for the same mshop_order_base record. Can you confirm that? To circumvent the problem, we've added a "LIMIT 1" in the query and it's available for dev-master, 2024.10.x-dev and 2023.10.x-dev. Can you please update to one of that version...
by aimeos
17 Jan 2025, 09:23
Forum: Help
Topic: Multi-Shops - templates
Replies: 5
Views: 137

Re: Multi-Shops - templates

Yes, in Laravel based Aimeos shops, you can assign different themes to the sites: https://aimeos.org/docs/latest/laravel/themes/ In TYPO3, you add use TypoScript to the page tree to use a different settings for the fs-theme virtual filesystem: https://github.com/aimeos/aimeos-typo3/blob/master/Resou...
by aimeos
16 Jan 2025, 10:11
Forum: Help
Topic: A few questions about upgrading: from simple Aimeos to b2b & gigacommerce
Replies: 7
Views: 408

Re: A few questions about upgrading: from simple Aimeos to b2b & gigacommerce

What about the b2b&b2c app? According to my plans, can we start without it? Let me remind you of my situation: I (my managers) will independently add stores for our suppliers and administer all this on my own. When we achieve significant growth and promotion of the site (an increase in the numb...
by aimeos
16 Jan 2025, 10:05
Forum: Help
Topic: Inquiry: Storing Favorites in Session for Guest Users
Replies: 3
Views: 120

Re: Inquiry: Storing Favorites in Session for Guest Users

The pinned product feature is what you are looking for.