Skip to content

Special price error in frontend #119

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}"/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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