Search found 8406 matches
- 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...
- 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.
- 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...
- 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
- 15 Jan 2025, 09:45
- Forum: Laravel package
- Topic: mshop_product instock column not updating, filtering by stock (display only products in stock)
- Replies: 11
- Views: 7343
Re: mshop_product instock column not updating, filtering by stock (display only products in stock)
No, that isn't the case.
- 15 Jan 2025, 09:28
- Forum: TYPO3 extension
- Topic: How to Change Image Preview Ratio
- Replies: 4
- Views: 20110
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?
- 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' =>...
- 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.
- 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-...
- 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