![]() |
Sergey Kornilov admin 11/10/2020 |
You will need to write a piece of PHP code snippet that would go through all items of a certain order and renumber them according to some rules. This piece of code will need to run after a new item was added or deleted so events AfterAdd and AfterDelete is where it needs to be added. |
C
|
CWDATA author 11/12/2020 |
You will need to write a piece of PHP code snippet that would go through all items of a certain order and renumber them according to some rules. This piece of code will need to run after a new item was added or deleted so events AfterAdd and AfterDelete is where it needs to be added.
|