K
K
Kalwin UA2021-03-06 17:46:26
MODX
Kalwin UA, 2021-03-06 17:46:26

How to remove the separator in TV?

I need help, I have already faced this issue, but I gave up and scored, because it was not important, now I need to decide.
And so the essence of the question: there is a TV field
Input parameters Input
type: Multiple choice
Possible values:

...
Країна-виробник товару - Євросоюз==<param name='Країна-виробник товару'>Євросоюз</param>||
Країна-виробник товару - Індія==<param name='Країна-виробник товару'>Індія</param>||
Країна-виробник товару - Іспанія==<param name='Країна-виробник товару'>Іспанія</param>||
Країна-виробник товару - Італія==<param name='Країна-виробник товару'>Італія</param>||
Країна-виробник товару - Австрія==<param name='Країна-виробник товару'>Австрія</param>||
Країна-виробник товару - Англія==<param name='Країна-виробник товару'>Англія</param>||
Країна-виробник товару - Бельгія==<param name='Країна-виробник товару'>Бельгія</param>||
Країна-виробник товару - Бразилія==<param name='Країна-виробник товару'>Бразилія</param>||
...

Can be blank: No
Enable auto-completion: No
Output options Output
type: Default

Where does the "||" separator come from in the output?
<param name="Тип">Набір каструль</param>
||
<param name="Серія">Klassich Faden</param>
||
<param name="Матеріал">Алюміній</param>
||
<param name="Декорування">З вибивним малюнком</param>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Lunegov, 2021-03-06
@Mari-art

pdoResources outputs tv of type "List" unprocessed by default. To process it, you can add this tevash to the &processTVs parameter:


You can put `1` instead of the tv name, then everything that is specified in the &includeTVs parameter will be processed.
The list will be processed as specified in the output options. By default, there will be no separator.
Another option is to use the string output modifier :
or

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question