diff --git a/README.md b/README.md index b0a4430..deb5301 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ You can customize the look and feel in several ways: * by adding your own css definitions in your theme, etc. * by copying the templates to your theme and maintain modified versions there -If you copy templates to your theme in most cases it's sufficient to copy only the base templates without including templates in the partials folder. If you modify templates you do it at your own risk as you may break things. +If you modify templates you do it at your own risk as you may break things. ## Language support diff --git a/admin/templates/shoppingcart_orders.html.twig b/admin/templates/shoppingcart_orders.html.twig index 044ff86..81f2490 100644 --- a/admin/templates/shoppingcart_orders.html.twig +++ b/admin/templates/shoppingcart_orders.html.twig @@ -95,6 +95,11 @@ {% else %} {{ currency_symbol }} {{ variant.varprice * product.quantity * variant.varmultiplier }} {% endif %} + {% if variant.varfreetext is defined and variant.varfreetext %} +
{{ "PLUGIN_SHOPPINGCART.PERSONALIZE_PRODUCT_VARIATION_FREETEXT"|t|e }}: + {{ variant.varfreetext }} + {% endif %} + {% endfor %} {% endif %}