[TYPO3-commerce] change order in backend

Ingo Schmitt mailinglisten at i-schmitt.de
Tue Nov 6 13:39:15 CET 2007


Hi Falk,
> Hi!
> 
> Just an idea.
> Since there are two important status informations, where one is payment 
> status (unpayed, partially paid, etc) and the other one is order state 
> (open, packaging, shipped, partially shipped, etc), should those not be 
> seperate values, which can be changed seperately for any order?
> 

You can setup different structures of folders, so it could be
open
packaging
  - payed
  - not payed
..

But normally you would have one clear workflow for handling the orders, 
so such a complex structure is not needed.

> I also noticed, that the orders themselves are not saved as fixed 
> values, but references. This should not be, since any order should be 
> fixed, once the checkout proccess is done. Or am i missing something there?
> 

Orders are saved fixed, have a look at tx_commerce_order_articles. For 
statsicts reasons we have included a reference to the  original article.

> And third, i think orders should be changeable in the backend more 
> easily. Like add remove products, change addresses, etc.
> 
> Is any of that being worked on? Or is it not wanted for any reason. (If 
> so please elaborate).

As I mentioned before, this is quite complex, since you have to take in 
account, that you might inform the customer or change the billing on a 
external system.

Before stating this, we have to make a clear workflow what should happen 
we a order is changes, like a "used case diagram".

> 
> If not, i am willing to get to work on that.

If you could do the use case diagram, this would be fine. Actual it's 
planing before programming ..

Ingo

> 
> Thanks
> Falk
> 
> PS: Is there a way to print a delivery note?
> 
> 
> Ingo Schmitt schrieb:
>> Hi Marcel,
>>  
>>>> it took a bit for me to understand what you were getting at - but  
>>>> this is a perfect solution. thanks so much!
>>>>       
>>> Hi
>>>
>>> Order editing is an issue for me too.
>>> Could you explain this solution a bit better? I didn't unterstand the 
>>> suggestion from Ingo...
>>>
>>>     
>>
>> we have implemented the different status of an order (shipped, waiting 
>> on goods, and so on) by different folders in the backend. So you could 
>> just move these orders in an other folder.
>>
>> We haven't implemented the change of articles in an order, since this 
>> a really problem. You must take in account, that you have to 
>> recalculate the sum amount and have to take in account that you have 
>> to change the booked money at your payment gateway. Since this could 
>> be really complex, we decided to have this an a later version, if we 
>> find a sponsor for this...
>>
>> ingo
>>
>>  
>>> Tnx & Regards
>>> Marcel
>>>
>>>     
>>
>>
>> Mit freundlichen Gruessen
>>   
> 
> 


Mit freundlichen Gruessen
-- 
Ingo Schmitt                        mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH   http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung


More information about the TYPO3-project-commerce mailing list