V
V
valrock95012018-12-20 16:02:09
XSL & XSLT
valrock9501, 2018-12-20 16:02:09

Umi how to display the discounted price in the product catalog?

In yumi, the catalog does not display the price with a discount in the catalog when setting a discount, the prices there are not basic, but created by optional properties.
I can not find the files in which the price for output is generated.
I don’t know the structure well, I’ll be glad for any infe

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex-1917, 2019-02-22
@alex-1917

<xsl:value-of 
select="document(concat('udata://catalog/formatPrice/',.//property[@name='price']/value))" 
disable-output-escaping="yes"/>

insert your property names and all is short

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question