diff --git a/README.md b/README.md index 294851e9a3..4417e9a5c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -![CoreShop](etc/logo.png) - ---- - **CoreShop - Pimcore eCommerce** ![Static Tests (Lint, Stan)](https://github.com/coreshop/CoreShop/actions/workflows/static.yml/badge.svg) diff --git a/docs/03_Development/03_Products/02_Price_Calculation.md b/docs/03_Development/03_Products/02_Price_Calculation.md index b694ccc33a..3173070d97 100644 --- a/docs/03_Development/03_Products/02_Price_Calculation.md +++ b/docs/03_Development/03_Products/02_Price_Calculation.md @@ -31,8 +31,6 @@ If you want to calculate the Price for a Product, you need to use a special serv ### Templating If you want to calculate the price within a Template, you can do so by using the filter ```coreshop_product_price``` -
- ```twig {{ (product|coreshop_product_price(true)) }} ```