S
В шаблоне пишу {$_modx->setPlaceholder('cid', $cid)}
В чанке смотрю доступные плейсхолдеры:
{$total | print}
{foreach $products as $product}
{$product | print}
{/foreach}
Вот вывод:
Array
(
[count] => 2
[weight] => 0
[cost] => 150
)
Array
(
[id] => 79
[type] => document
[contentType] => text/html
[pagetitle] => ТЕСТ Товар
[longtitle] =>
[description] =>
[alias] => test-tovar
[alias_visible] => 0
[link_attributes] =>
[published] => 1
[pub_date] => 0
[unpub_date] => 0
[parent] => 82
[isfolder] => 0
[introtext] =>
[richtext] => 0
[template] => 2
[menuindex] => 0
[searchable] => 0
[cacheable] => 1
[createdby] => 2
[createdon] => 1605789769
[editedby] => 6
[editedon] => 1610635376
[deleted] => 0
[deletedon] => 0
[deletedby] => 0
[publishedon] => 1603727580
[publishedby] => 2
[menutitle] =>
[donthit] => 0
[privateweb] => 0
[privatemgr] => 0
[content_dispo] => 0
[hidemenu] => 1
[class_key] => msProduct
[context_key] => web
[content_type] => 1
[uri] => profile/priobresti-programmu/test-tovar
[uri_override] => 0
[hide_children_in_tree] => 0
[show_in_tree] => 1
[properties] =>
[article] =>
[price] => 75
[old_price] => 750
[weight] => 0
[image] =>
[thumb] =>
[vendor] => 0
[made_in] =>
[new] => 0
[popular] => 0
[favorite] => 0
[tags] =>
[color] =>
[size] =>
[source] => 2
[vendor.name] =>
[vendor.resource] =>
[vendor.country] =>
[vendor.logo] =>
[vendor.address] =>
[vendor.phone] =>
[vendor.fax] =>
[vendor.email] =>
[vendor.description] =>
[vendor.properties] =>
[key] => a502d8aac98fb4b31a4677afa2af851d
[count] => 2
[cost] => 150
)
что выводит? или пусто?

