A
A
Aieron2019-05-30 22:41:42
MODX
Aieron, 2019-05-30 22:41:42

Brief description of the product on the showcase in MODX how?

Hello :) I have a problem, I don't know how to implement these little letters under the main product name in MODX.
mesRVv6JoEo.jpg
In the admin panel, as I understand it, this is an annotation, right?
And in the tpl.msProducts.row chunk,
I found something theoretically similar

{if $introtext}
                    <div class="mt-2 text-center text-md-left">
                        <small>{$introtext | truncate : 200}</small>
                    </div>
                {/if}

however, not sure what it is. Anyone who has done this before please let me know. ModX Just studying and some things are frankly incomprehensible.
The product in the category now looks like this https://dverishop-spb.ru/kategorii/mezhkomnatnyie-... I filled out both the annotation and a brief description for a couple, but nothing is shown (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanes, 2019-05-30
@Aieron

{$introtext}normally outputs in tpl.msProducts.row chunk There is also an example in standard chunks. Maybe you're using the wrong filter?
Or try adding a question mark{if $introtext?}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question