Search found 38 matches

by Gagik
13 Mar 2024, 09:01
Forum: Help
Topic: password confirmation
Replies: 2
Views: 28741

Re: password confirmation

Hi.

Add a new subpart name in the checkout -> standard -> subparts array of the configuration file. Then create a manager file with necessary templates.Then add 'checks password' middleware for this subpart in the same configuration file.
by Gagik
06 Mar 2024, 05:31
Forum: Help
Topic: Route [aimeos_page] not defined
Replies: 6
Views: 61589

Re: Route [aimeos_page] not defined

Hi.

By default in Aimeos doesn't exist route with the name 'aimeos_page'. You can check more details about your project routes using 'php artisan route:list' in the terminal..
by Gagik
25 Feb 2024, 10:47
Forum: Help
Topic: Intercepting Frontend Product Controller with Product Decorator
Replies: 9
Views: 90821

Re: Intercepting Frontend Product Controller with Product Decorator

You have configured your configurations incorrectly.

Try this.

Code: Select all

	'product' => [
                'decorators' => [
                    'local' => ['Specialvariant']
                ]
         ]
by Gagik
22 Feb 2024, 13:44
Forum: Help
Topic: I can not find outputs of cronjobs (product/export, product/export/sitemap)
Replies: 4
Views: 33794

Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)

You can call 'info' method like this: '$this->info(...)' for them some results.
by Gagik
22 Feb 2024, 07:53
Forum: Help
Topic: I can not find outputs of cronjobs (product/export, product/export/sitemap)
Replies: 4
Views: 33794

Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)

Hi

It's a default behavior of this use-case just like for example "php artisan aimeos:clear". You have to add change to your code.
by Gagik
21 Feb 2024, 12:55
Forum: Laravel package
Topic: persisting basket data between different customer sessions?
Replies: 2
Views: 27592

Re: persisting basket data between different customer sessions?

Hi It's not a problem, it's a default behavior of this use-case. Yes, from some point of view, 'mshop_order_basket' basket is an archive of baskets. You can change this behavior by overwriting this file. https://github.com/aimeos/aimeos-core/blob/master/src/MShop/Order/Manager/Standard.php Or make a...
by Gagik
21 Feb 2024, 10:49
Forum: Laravel package
Topic: It only shows products if they have at least 1 price with euro currency
Replies: 6
Views: 56466

Re: It only shows products if they have at least 1 price with euro currency

Hi.

Have you made any changes to your code ?

If not, you may have configured locales with currencies incorrectly in your admin panel
by Gagik
13 Feb 2024, 14:39
Forum: Help
Topic: Aimeos Logo in Dashboard
Replies: 13
Views: 36406

Re: Aimeos Logo in Dashboard

The right way is:

vendor\aimeos\ai-admin-jqadm\templates\admin\jqadm\page.php.

But you have to overwrite this file into your extension directory like that:
packages/EXTENSION_NAME/templates/admin/jqadm