We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, first thank you for maintaining this project.
After installing your recent version v1.1.0 in a new Sylius v1.13.1 we found two small issues. Macro "calculateOriginalPrice" is not defined in template "@SyliusShop/Common/Macro/money.html.twig". Differences : https://github.com/Sylius/Sylius/blob/v1.13.1/src/Sylius/Bundle/ShopBundle/Resources/views/Common/Macro/money.html.twig https://github.com/SyliusCrafts/BootstrapTheme/blob/v1.1.0/templates/bundles/SyliusShopBundle/Common/Macro/money.html.twig
Macro "calculateOriginalPrice" is not defined in template "@SyliusShop/Common/Macro/money.html.twig".
And Variable "applied_promotions" does not exist. Differences : https://github.com/Sylius/Sylius/blob/v1.13.1/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Box/_content.html.twig#L23 https://github.com/SyliusCrafts/BootstrapTheme/blob/v1.1.0/templates/bundles/SyliusShopBundle/Product/Box/_content.html.twig#L23
Variable "applied_promotions" does not exist.
The text was updated successfully, but these errors were encountered:
Thanks for your feedback.
Can you suggest a fix in pull request? Otherwise, I try to fix it as soon as possible.
Sorry, something went wrong.
No branches or pull requests
Hello,
first thank you for maintaining this project.
After installing your recent version v1.1.0 in a new Sylius v1.13.1 we found two small issues.
Macro "calculateOriginalPrice" is not defined in template "@SyliusShop/Common/Macro/money.html.twig".
Differences :
https://github.com/Sylius/Sylius/blob/v1.13.1/src/Sylius/Bundle/ShopBundle/Resources/views/Common/Macro/money.html.twig
https://github.com/SyliusCrafts/BootstrapTheme/blob/v1.1.0/templates/bundles/SyliusShopBundle/Common/Macro/money.html.twig
And
Variable "applied_promotions" does not exist.
Differences :
https://github.com/Sylius/Sylius/blob/v1.13.1/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Box/_content.html.twig#L23
https://github.com/SyliusCrafts/BootstrapTheme/blob/v1.1.0/templates/bundles/SyliusShopBundle/Product/Box/_content.html.twig#L23
The text was updated successfully, but these errors were encountered: