Показать сообщение отдельно
Старый 23.02.2007, 13:16   #3
EugeneM
Новенький
 
Регистрация: 01.02.2007
Сообщений: 9
По умолчанию

Из модуля tt_products вытянуть коды статусов.
Содержимое setup.txt.

plugin.tt_products {
...

statusCodes {
# 1: Incoming orders
1 = Order submitted by user
# 2-49: Useable by the shop admin
2 = Order is received and accepted by store
10 = Shop is awaiting goods from third-party
11 = Shop is awaiting customer payment
12 = Shop is awaiting material from customer
13 = Order has been payed
20 = Goods shipped to customer
21 = Gift certificates shipped to customer
30 = Other message from store
# 50-99: Useable by the customer
# 50-59: General user messages
50 = Customer request for cancelling
51 = Message from customer to shop
# 60-69: Special user messages
60 = Send gift certificate message to receiver
# 100-299 : Order finalized.
100 = Order shipped and closed
101 = Order closed
200 = Order cancelled
}

...

}

подозреваю, что должна быть функция отвечающая за чтение инфы и создание массива на PHP. вот её и ищу.
EugeneM вне форума   Ответить с цитированием