- 🇩🇪Germany andih
I simply added {{ variation_entity.getPrice|commerce_price_format }} to
commerce-pado-addon-product-variation-label.html.twig:
/**
* @file
* Default product add-on add product variation label template.
*
* Available variables:
* - variation_entity: The add on product.
*
* @ingroup themeable
*/
#}Add {{ variation_entity.label }} {{ variation_entity.getPrice|commerce_price_format }}