Search found 93 matches

by sixbynine
24 Sep 2018, 17:27
Forum: Help
Topic: Safest way to reset ORDER TABLE
Replies: 2
Views: 1293

Re: Safest way to reset ORDER TABLE

That was my plan... but I wanted to be sure :)

Thank you very much !
by sixbynine
24 Sep 2018, 11:52
Forum: Help
Topic: Set Service Attribute Name
Replies: 4
Views: 2028

Re: Set Service Attribute Name

Ok ! Thank you very much (one more time). I also wonder if it is possible to set a FECONFIG / service attribute using JSONAPI ? I tried to set it here : var params = {data: [{ type: "basket/service", id: "delivery", attributes: { "service.id": "...", // key/va...
by sixbynine
22 Sep 2018, 08:18
Forum: Help
Topic: Unfinished / unpaid orders and stocklevel
Replies: 1
Views: 992

Unfinished / unpaid orders and stocklevel

Hello, I would like to have a better comprehension of the stocklevel management of unfinished / unpaid orders. I would like to know : - Is the stocklevel of the product simply normally decreased when the order is stored and increased again when the cleanup job is called ? If it is, where is it done?...
by sixbynine
22 Sep 2018, 07:13
Forum: Help
Topic: Safest way to reset ORDER TABLE
Replies: 2
Views: 1293

Safest way to reset ORDER TABLE

Hello,

I made some tests on Aimeos and I would like now to empty and reset the AI order tables ONLY (I would like to keep my users and products)!

Is there a command that allow that or do I need to manually clean it in the db?

Thank you very much,

sbn
by sixbynine
21 Sep 2018, 08:52
Forum: Help
Topic: Set Service Attribute Name
Replies: 4
Views: 2028

Set Service Attribute Name

Hello, I'm using some service attributes and it's a really nice feature. I've two small questions about it : - I wonder if it's possible to set the name field of the service attribute at the same time I set the code + value ? - I wonder if the value is one more time checked regarding the default val...
by sixbynine
11 Sep 2018, 07:14
Forum: Help
Topic: Service custom price with CalcPrice()
Replies: 3
Views: 1799

Re: Service custom price with CalcPrice()

Ok ... Sorry ! I thought that the calcprice() method was called to set the cost of the selected service. So what is the correct way to set the cost of the service with a dynamic price? Where do I need to set the cost: - otherwhere in my provider? - in a decorator that is maybe called after the servi...
by sixbynine
10 Sep 2018, 12:43
Forum: Help
Topic: Service custom price with CalcPrice()
Replies: 3
Views: 1799

Service custom price with CalcPrice()

Hello, I would like to calculate a custom price for my delivery service... I created a provider and add a custom calcprice() function based on a service attribute choosen by user, I added : $myprices = //array of prices; $value = $service->getAttribute('mycode','delivery'); $thecost = myprices[$valu...
by sixbynine
27 Aug 2018, 09:38
Forum: Laravel package
Topic: Good pratices to improve performances !
Replies: 3
Views: 1483

Good pratices to improve performances !

Hello, I'm still testing aimeos in dev mode and it works very well ! Thank you very much for Aimeos, it is an awesome project. I'd like to use it in production soon. For the moment, I still encounter sometimes very long time responses. I.e : adding a product to the basket with JSONAPI can sometimes ...
by sixbynine
27 Aug 2018, 09:29
Forum: Help
Topic: Multiple payment service position
Replies: 2
Views: 1323

Re: Multiple payment service position

Thank you very much :)
by sixbynine
26 Aug 2018, 07:58
Forum: Help
Topic: Multiple payment service position
Replies: 2
Views: 1323

Multiple payment service position

Hello, I'm using 2 payments services at the same time with aimeos and it works very well except for one point : - When I add two services to my basket, at the end of the checking process, when I finally click on the "process" button, it is not the service with position 1 that is processed ...