We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02f7ee6 + 4221cdf commit bdf3e67Copy full SHA for bdf3e67
1 file changed
Resources/Private/Partials/Event/Price.html
@@ -34,7 +34,7 @@
34
<f:section name="price">
35
<f:if condition="{eventDate.bestPrice} < {eventDate.price}">
36
<f:then>
37
- <f:render partial="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>
+ <f:render section="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>
38
</f:then>
39
<f:else>
40
<f:render section="regular-price" arguments="{price: eventDate.price}"/>
0 commit comments