A
A
Alexander Ivanov2015-09-03 14:16:48
MODX
Alexander Ivanov, 2015-09-03 14:16:48

How to display additional field in pdoPage on ShopMini2?

Tried like this


and in the chunk I
also tried pdoResources

pdoResources - in this case it displays only additional tvs created by me
pdoPage - in this case it displays only tvs created by
default

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Usov, 2016-04-04
@cimonlebedev

Also faced this problem. Solution:
When we output an extra field in pdoResources, we write:
&includeTVs=`tv.brand,tv.price`.
But in pdoPage you need to specify separately this notorious prefix "tv." as follows:
&tvPrefix=`tv.`,
and then specify the additional fields themselves already without a prefix. The snippet call will look like this:

S
sanch0ss, 2015-09-10
@sanch0ss

don't you need &processTVs=`1` ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question