Skip to content

Special price error in frontend #119

@seitenformate

Description

@seitenformate

Fixing this in the partials works for me:

/Resources/Private/Partials/CartEvents/Event/Price.html
Line 37

<f:render partial="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>

set to

<f:render section="special-price" arguments="{price: eventDate.price, specialPrice: eventDate.bestSpecialPrice}"/>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions