[TYPO3-commerce] How to reset the order-numbers?

Franz Koch typo.removeformessage at fx-graefix.de
Sun Oct 7 12:27:18 CEST 2007


Hi Daniel,

>> If you use the addon extension 'com_ordernumber', it might be a bit 
>> harder if you don't have ssh-access on the webserver, because the 
>> extension stores the count-value in a file named 
>> 'YOUR_DB_NAME.tx_com_ordernumber_orderhooks.counter' located in /tmp 
>> (which is not a good idea in my eyes). So, to reset the counter you 
>> have to set the value in this file to 0. Additionally you should clear 
>> the orders-table as well as the basket table.

> Thanks for this way to reset. But i can´t find the file? Which folder 
> exactly?

as I said '/tmp' - this is a folder in the rootlevel of your webserver. 
If you don't have ssh or root access to the server, you can't delete the 
  file in a regular way. What you could do is to write a little 
php-snippet that overwrite the counter in the file.

--
Kind regards,
Franz Koch


More information about the TYPO3-project-commerce mailing list