{% set categoriesdata = xaddpre(ioCallAction(
'io.model.cms20.content.trade.categories.getData', {
filter: {
parent_pkid: 0,
},
order: {
pos: 'asc',
},
limit: 1000,
}
).data, null, {
pkid: null,
name: {
ru: 'Все товары',
en: 'All goods',
kz: 'Все товары'
},
parent_pkid: 0,
}) %}