Search found 274 matches

by MikaelNazarenko
10 Sep 2022, 08:09
Forum: Laravel package
Topic: Remove numbers from shop url ?
Replies: 1
Views: 531

Remove numbers from shop url ?

Hi Aimeos. Is there accurate way to remove numbers from shop url, list page and product detail page ? From here shop/Hund~23 And from here /shop/Fisch-im-Kopp/0/214 aimeos/ai-admin-jqadm 2021.10.4 Aimeos Vue.js+Bootstrap admin interface aimeos/ai-admin-jsonadm 2021.10.2 Aimeos ai-admin-jsonadm exten...
by MikaelNazarenko
13 Aug 2022, 06:45
Forum: Laravel package
Topic: Kind of event for order payment status
Replies: 1
Views: 486

Kind of event for order payment status

Hi, community ! I have a task to send email invoice when order get paid. So it may be at least two different scenarios: - customer pays via payment system like paypal, then order paid status switched automatically by aimeos when received signal from payment system. - admin may switch this status man...
by MikaelNazarenko
21 Jun 2022, 09:48
Forum: Laravel package
Topic: Order again from history
Replies: 4
Views: 853

Re: Order again from history

Sorry, my mistake. The function is there. Great !) You can remove this topic )
by MikaelNazarenko
21 Jun 2022, 09:20
Forum: Laravel package
Topic: Order again from history
Replies: 4
Views: 853

Re: Order again from history

Wow ! Great !

And is it available in the following version ?

Code: Select all

aimeos/ai-client-html              2021.10.5 Aimeos ai-client-html extension
by MikaelNazarenko
21 Jun 2022, 06:30
Forum: Laravel package
Topic: Order again from history
Replies: 4
Views: 853

Re: Order again from history

This is code I use: if(\Request::get('his_action') == 'buy-again' && ($his_id = \Request::get('his_id'))) { $domains = ['attribute', 'media', 'price', 'product', 'text']; /** @var \Aimeos\Controller\Frontend\Basket\Decorator\CustomSelect $basketCntl */ $basketCntl = \Aimeos\Controller\Fronte...
by MikaelNazarenko
21 Jun 2022, 05:22
Forum: Laravel package
Topic: Order again from history
Replies: 4
Views: 853

Order again from history

Hi Aimeos community !

You know, in personal account we have orders history.

Do you have some solutions or ideas how to integrate function to put all products from specific order to basket just with click and buy them again ?

Thanks !
by MikaelNazarenko
19 May 2022, 16:32
Forum: Laravel package
Topic: Refused to execute inline event handler because...
Replies: 1
Views: 1447

Refused to execute inline event handler because...

Hi, dear Aimeos! At some point ckeditor stopped to work, especially when click on 'Source' button and other buttons.. The error in console looks like this: Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'sel...
by MikaelNazarenko
29 Apr 2022, 06:33
Forum: Laravel package
Topic: Omnipay-sofort installation/setup problems on ~2021.10
Replies: 3
Views: 832

Re: Omnipay-sofort installation/setup problems on ~2021.10

Thanks, Aimeos, the installation worked for me with your command ! But problem with configuration. As described here https://aimeos.org/docs/latest/manual/services/#sofort there must be more fields in config, especially projectId, username, password.. etc.. But here is attached image of my fields.. ...
by MikaelNazarenko
28 Apr 2022, 05:14
Forum: Laravel package
Topic: Omnipay-sofort installation/setup problems on ~2021.10
Replies: 3
Views: 832

Omnipay-sofort installation/setup problems on ~2021.10

Hi, Aimeos ! My current version is: aimeos/aimeos-core 2021.10.6 I want to install sofort, so I run: php composer.phar req aimeos/ai-payments aimeoscom/omnipay-sofort But I get the error: Problem 1 - Root composer.json requires aimeos/ai-payments ^2022.04 -> satisfiable by aimeos/ai-payments[2022.04...
by MikaelNazarenko
29 Mar 2022, 16:09
Forum: Laravel package
Topic: Pass variable to all email templates
Replies: 1
Views: 569

Pass variable to all email templates

Hi Aimeos! Is it possible to pass variable to all email templates? I tried to add decorator but it doesn't work.. Here is decorator: namespace Aimeos\Controller\Jobs\Common\Decorator; class CustomDecorator extends Base { protected $partialHelper; public function __construct(\Aimeos\Controller\Jobs\I...