
Numer atrybutu (sell-form-id) w doGetItemsInfo
Obecnie doGetItemsInfo, gdy zapytamy o atrybuty przedmiotu zwraca coś w stylu:
[item-attribs] => Array
(
[0] => Array
(
[attrib-name] => Stan
[attrib-values] => Array
(
[0] => Używany
)
)
}
Tymczasem formularz sprzedazy wygląda tak:
(
[sell-form-id] => 19658
[sell-form-title] => Stan
[sell-form-cat] => 62998
[sell-form-type] => 4
[sell-form-res-type] => 2
[sell-form-def-value] => 0
[sell-form-opt] => 1
[sell-form-pos] => 0
[sell-form-length] => 1
[sell-min-value] => 0.00
[sell-max-value] => 2.00
[sell-form-desc] => -- Wybierz -- |Nowy|UĹźywany
[sell-form-opts-values] => 0|1|2
[sell-form-field-desc] => globalny \"Stan\"
[sell-form-param-id] => 11323
[sell-form-param-values] => 0|1|2
[sell-form-parent-id] => 0
[sell-form-parent-value] => 0
[sell-form-unit] =>
[sell-form-options] => 0
)
Obecnie wyszukując stanu 'uzywany' muszę ręcznie wyszukiwać stringu 'Stan'. Czy mozna dodać do doShowItemInfo, przy atrybutach coś w stylu 'attr-id=19658' ? To by bardzo ulatwilo i przyspieszylo przeszukiwanie...
Customer support service by UserEcho