On Drupal 8, I installed Drupal Commerce 2
I want to modify the TWIG file of the products to show "Made in France", if the store country is France and made in Belgium, if the store country is Belgium.
How to display a message according to the country of the store ?
I would like to do this in the products TWIG file and in the stores TWIG file.
There is certainly a condition to be met but I do not know which one.
The code below does not affect anything.
commerce-store--online--full.html.twig
: