Search found 93 matches
- 09 Nov 2018, 23:00
- Forum: Help
- Topic: Order paid but status -1
- Replies: 4
- Views: 2173
Re: Order paid but status -1
Yes! Exactly. I guess it is maybe a cookie configuration / problem / plugin that destroy the session prematurely. My payment provider is ADYEN and their support also lead me to the same solution. If someone else is looking for it : https://docs.adyen.com/developers/notifications Note : Except this s...
- 09 Nov 2018, 09:52
- Forum: Help
- Topic: Order paid but status -1
- Replies: 4
- Views: 2173
Re: Order paid but status -1
Thank you for your help. Today the problem occured again and this time, I've got an error logged : No value for key "confirmOrderItem" found in ai-client-html/client/html/src/Client/Html/Checkout/Confirm/Intro/Standard.php(108) --- Notes: -> I'm using an external Payment Page loading in th...
- 06 Nov 2018, 11:56
- Forum: Help
- Topic: Order paid but status -1
- Replies: 4
- Views: 2173
Order paid but status -1
Hello, I recently had a problem with an order that has been paid but the status of the order has not been updated to 6 in the db and the order stayed unprepared. Later, after checking in the payment console. I noticed that the order has well been paid and that the money had been captured directly (I...
- 04 Nov 2018, 10:07
- Forum: Help
- Topic: How to avoid create a new order when a payment is refused
- Replies: 1
- Views: 1174
How to avoid create a new order when a payment is refused
Hello, I wonder if it would be possible, when the payment for an order is first refused, instead of creating a new order ID to use the same order ID again when the customer is trying to pay it again (with the button TRY AGAIN). I ask that because it is complicated to manage the stock levels with thi...
- 23 Oct 2018, 11:00
- Forum: Help
- Topic: No entry for product : mshop_index_catalog
- Replies: 2
- Views: 1348
Re: No entry for product : mshop_index_catalog
Hello,
Thank you very much for your response.
I confirm the concerned products are selection products.
I'm looking to edit the code and try to add a PR.
sbn
Thank you very much for your response.
I confirm the concerned products are selection products.
I'm looking to edit the code and try to add a PR.
sbn
- 20 Oct 2018, 07:57
- Forum: Help
- Topic: Set a basket custom rebate & multiple rebates
- Replies: 9
- Views: 3210
Re: Set a basket custom rebate & multiple rebates
Thank you !
It works perfectly.
It works perfectly.
- 20 Oct 2018, 07:56
- Forum: Help
- Topic: addProduct.before + productstock + jsonapi
- Replies: 4
- Views: 1818
Re: addProduct.before + productstock + jsonapi
I found the issue, i was not an aimeos problem.
Sorry and thank you for your support.
sbn
Sorry and thank you for your support.
sbn
- 18 Oct 2018, 07:03
- Forum: Help
- Topic: addProduct.before + productstock + jsonapi
- Replies: 4
- Views: 1818
Re: addProduct.before + productstock + jsonapi
Ok ! I made some test... with only 2 products... I can give you more information :) When I post a product #1 that is out of stock with json api in the basket. Everything works fine with the product stock plugin that sends the error and delete the product from the "\Aimeos\MShop\Order\Item\Base\...
- 17 Oct 2018, 14:46
- Forum: Help
- Topic: addProduct.before + productstock + jsonapi
- Replies: 4
- Views: 1818
Re: addProduct.before + productstock + jsonapi
Hello,
Thank you very much for trying to help me... regarding my vague question ! (sorry)
I'll try to test my case and I'm going to be more accurate in my questions
sbn
Thank you very much for trying to help me... regarding my vague question ! (sorry)
I'll try to test my case and I'm going to be more accurate in my questions

sbn
- 17 Oct 2018, 12:36
- Forum: Help
- Topic: No entry for product : mshop_index_catalog
- Replies: 2
- Views: 1348
No entry for product : mshop_index_catalog
Hello, Some of the products encoded are not displayed in my aimeos website. After I had a look on the tables, I noticed that the products not displayed have no entries in the mshop_index_catalog (but they have a category) and I guess it is the reason why they are not displayed. I read this thread : ...