Search found 22 matches
- 02 Apr 2025, 09:25
- Forum: Help
- Topic: Error in Omnipay/Stripe
- Replies: 14
- Views: 99947
Re: Error in Omnipay/Stripe
No, it didn't solve the problem. I found a solution. When confirming a payment, your plugin makes a request without specifying the return_url. This is a mandatory parameter. It needs to be added after this line in this file https://github.com/aimeoscom/ai-payments/blob/master/src/MShop/Service/Provi...
- 02 Apr 2025, 06:38
- Forum: Help
- Topic: Error in Omnipay/Stripe
- Replies: 14
- Views: 99947
Re: Error in Omnipay/Stripe
I received a response from Stripe about this error. Hi there, Upon reviewing the logs, I noticed that the Payment Intent was initially created with confirm: true in the request req_knv3MUhtnrKWA7 [0]. This automatically confirmed the Payment Intent and moved its status to requires_action. In such ca...
- 01 Apr 2025, 16:12
- Forum: Help
- Topic: Error in Omnipay/Stripe
- Replies: 14
- Views: 99947
Re: Error in Omnipay/Stripe
As an addendum. When entering the card number and after clicking the "Pay now" button, I am redirected to the bank page, where I have to confirm the payment. After I have confirmed, I am redirected back to my Aimeos store, but with an error https://img001.prntscr.com/file/img001/W1xTx0IEQI...
- 31 Mar 2025, 15:06
- Forum: Help
- Topic: How to disable search for each word from the search phrase?
- Replies: 1
- Views: 5708
How to disable search for each word from the search phrase?
Right now the search works on the principle that it searches for each word from the search phrase. Because of this, there are too many products in the search results. I don't need this. How can I turn this off?
I need the search to be exclusively for this phrase
I need the search to be exclusively for this phrase
- 31 Mar 2025, 14:13
- Forum: Help
- Topic: Error in Omnipay/Stripe
- Replies: 14
- Views: 99947
Error in Omnipay/Stripe
I got error in your extension: https://img001.prntscr.com/file/img001/1vLWU1VqTmacQQFA6rn5Fw.png { "error": { "message": "This PaymentIntent is configured to accept payment methods enabled in your Dashboard. Because some of these payment methods might redirect your customer ...
- 17 Mar 2025, 11:40
- Forum: Help
- Topic: How to make the site search always global?
- Replies: 3
- Views: 37413
Re: How to make the site search always global?
Doesn't work:

Search inside category:

Global searching:


Search inside category:

Global searching:

- 13 Mar 2025, 09:46
- Forum: Help
- Topic: How to make the site search always global?
- Replies: 3
- Views: 37413
How to make the site search always global?
Now, if I am inside a category, the search works inside this category. What do I need to do to make the search work everywhere and always globally for all products?
- 11 Mar 2025, 13:18
- Forum: Help
- Topic: How to search by user groups?
- Replies: 1
- Views: 19369
How to search by user groups?
I added a column that displays user groups.

How to search by user groups? What part of the code is responsible for searching by columns?
Log error:


How to search by user groups? What part of the code is responsible for searching by columns?
Log error:

- 11 Mar 2025, 12:07
- Forum: Help
- Topic: Is it possible to create an order in the admin panel?
- Replies: 3
- Views: 22543
Re: Is it possible to create an order in the admin panel?
Yes, I have a specific scenario.
I have to select a client from the existing ones and create an order for him.
When creating an order, I should have the same functionality as in the client part (shopping cart)
I have to select a client from the existing ones and create an order for him.
When creating an order, I should have the same functionality as in the client part (shopping cart)
- 11 Mar 2025, 10:46
- Forum: Help
- Topic: Is it possible to create an order in the admin panel?
- Replies: 3
- Views: 22543
Is it possible to create an order in the admin panel?
There is a task to create an order for a client. What could be such a solution?