Search found 8406 matches

by aimeos
16 Jan 2025, 10:11
Forum: Help
Topic: A few questions about upgrading: from simple Aimeos to b2b & gigacommerce
Replies: 7
Views: 244

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: 2
Views: 30

Re: Inquiry: Storing Favorites in Session for Guest Users

The pinned product feature is what you are looking for.
by aimeos
16 Jan 2025, 10:03
Forum: Help
Topic: Add product to basekt via custom php command
Replies: 1
Views: 22

Re: Add product to basekt via custom php command

There are a few problems in your code. $productCode = $request->input('product_id'); Use the product ID if possible because it's easier to handle. $filter = $productManager->filter(true); $filter->add('product.code', '==', $productCode); $filter->add('product.status', '==', 1); filter(true) automati...
by aimeos
15 Jan 2025, 09:48
Forum: Help
Topic: A few questions about upgrading: from simple Aimeos to b2b & gigacommerce
Replies: 7
Views: 244

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

Yes, because the URLs will change when you use the #gigacommerce extension and you would have to change the site IDs of all records to move them to different sites
by aimeos
15 Jan 2025, 09:28
Forum: TYPO3 extension
Topic: How to Change Image Preview Ratio
Replies: 4
Views: 20107

Re: How to Change Image Preview Ratio

Having /uploads/tx_aimeos/ prefix in the file path is wrong. Do you know where this comes from?
by aimeos
14 Jan 2025, 09:14
Forum: Help
Topic: Can't redirect the 'default' page to the main page site.com
Replies: 2
Views: 121

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

If you don't want the site code in the URL it's best to use the domain as site code: 'routes' => [ 'admin' => ['domain' => '{site}', 'prefix' => 'admin', 'middleware' => ['web']], 'jqadm' => ['domain' => '{site}', 'prefix' => 'admin/jqadm', 'middleware' => ['web', 'auth']], 'graphql' => ['domain' =>...
by aimeos
14 Jan 2025, 09:10
Forum: TYPO3 extension
Topic: Order state cannot be saved
Replies: 1
Views: 90

Re: Order state cannot be saved

No known issues but most likely, no one did such an update before. You have to upgrade to a supported LTS version as soon as possible because that version has security issues and isn't even supported by ELTS any more.
by aimeos
13 Jan 2025, 10:36
Forum: Help
Topic: A few questions about upgrading: from simple Aimeos to b2b & gigacommerce
Replies: 7
Views: 244

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

The Aimeos system itself is free - I deployed it on my server, turned on "SHOP_MULTISHOP=true", prescribed routes for level 3 domains (for stores) and that's it. I understand that stores for sellers are created in the "Supplier" section. This isn't correct. If you create a SaaS-...
by aimeos
12 Jan 2025, 11:24
Forum: Help
Topic: Can't install and connect to PgSQL
Replies: 1
Views: 110

Re: Can't install and connect to PgSQL

Your PostgreSQL database isn't listening on 127.0.0.1:5432