Search found 8539 matches

by aimeos
24 Mar 2025, 14:20
Forum: Laravel package
Topic: Order price, cost, rebate set to 0 after setting payment status
Replies: 2
Views: 52

Re: Order price, cost, rebate set to 0 after setting payment status

Add "->off()" to the order item to avoid the basket plugins to modify the order if you change something:

Code: Select all

$manager = MShop::create($context, 'order');
$order   = $manager->get($orderId)->off();
$order->setStatusPayment(4);
by aimeos
24 Mar 2025, 14:15
Forum: Help
Topic: Stuck at installing aimeos
Replies: 8
Views: 831

Re: Stuck at installing aimeos

Where can I find a guide on how to install multi-tenancy? Or I can try and sign up as an external mall owner? If you need a setup with multi-tenancy/multi-vendor pre-configured, install the Aimeos standalone application instead: https://github.com/aimeos#standalone-application There are option for ...
by aimeos
21 Mar 2025, 07:56
Forum: Help
Topic: How to hide unused brands (and attributes) at filters block (at front of category)
Replies: 2
Views: 405

Re: How to hide unused brands (and attributes) at filters block (at front of category)

Can you have a look into your browser console if there's a JS error? At least the attributes are normally hidden by default when there are no products available for that combination.
by aimeos
19 Mar 2025, 18:33
Forum: TYPO3 extension
Topic: [SOLVED] Problem to import products (csv)
Replies: 2
Views: 515

Re: Problem to import products (csv)

Thanks for your hint! The problem has been solved now in dev-master and 2024.10.x-dev.
Can you please run "composer req aimeos/ai-controller-jobs:2024.10.x-dev" and test if it works for your too?
by aimeos
17 Mar 2025, 17:33
Forum: Help
Topic: Stuck at installing aimeos
Replies: 8
Views: 831

Re: Stuck at installing aimeos

grumpygamer wrote: 17 Mar 2025, 12:28 Thank you so much, I'll wait patiently.
Done. You should now be able to install Aimeos 2024.10.4 in an Laravel 12 application.
by aimeos
17 Mar 2025, 17:28
Forum: Help
Topic: Stuck at installing aimeos
Replies: 8
Views: 831

Re: Stuck at installing aimeos

1. I would like to use aimeos for a multi-tenant mall where we sell digital goods. Each tenant produces different software. The tenants should have the ability to upload "sellable items" under one software, so there's one basic software, then they decide to create diverse add-ons (lets ca...
by aimeos
17 Mar 2025, 17:24
Forum: Help
Topic: How to make the site search always global?
Replies: 3
Views: 15924

Re: How to make the site search always global?

Sorry, this wasn't the correct setting. There's one named very similarly: https://aimeos.org/docs/2024.x/config/client-html/catalog-filter/#force-search_1 But it's not enabled by default so it's not the reason why products are only searched within the current category. The reason is that the f_catid...
by aimeos
17 Mar 2025, 08:23
Forum: Help
Topic: Stuck at installing aimeos
Replies: 8
Views: 831

Re: Stuck at installing aimeos

The dev-master branch of Aimeos is already prepared for and works with Laravel 12. We will merge that into 2024.10 branch with is currently the stable one this week. At the moment, you can either install Laravel 11 or Aimeos dev-master: Laravel 11: composer create-project laravel/laravel:~11.0 Aimeo...
by aimeos
13 Mar 2025, 14:25
Forum: TYPO3 extension
Topic: Error for Aimeos Scheduled Tasks
Replies: 7
Views: 41047

Re: Error for Aimeos Scheduled Tasks

Sorry, the last change didn't make it into the PR. Now, it's correct.