Skip to content

Commit bdf3e67

Browse files
authored
Merge pull request #120 from extcode/119-special-price-error-in-frontend
[BUGFIX] Use f:render section instead of partial for special-price Closes: #119
2 parents 02f7ee6 + 4221cdf commit bdf3e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/Private/Partials/Event/Price.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<f:section name="price">
3535
<f:if condition="{eventDate.bestPrice} < {eventDate.price}">
3636
<f:then>
37-
<f:render partial="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>
37+
<f:render section="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>
3838
</f:then>
3939
<f:else>
4040
<f:render section="regular-price" arguments="{price: eventDate.price}"/>

0 commit comments

Comments
 (0)