I have a Drupal 8.6 site with a marketplace (several stores).
I want to display in the "review" step of the "Checkout Pane" a checkbox with the sales terms.
Currently if I order in 2 stores, this will create 2 shopping cart (1 per store).
The terms of sales are accessible for each store at the url :
/store/ID/terms
The code below works, but I must replace "I have read and accept the general terms and conditions of business" by the url of the terms of sale of the store where the shopping cart is.
I'm using the stacks module to build custom pages. Now I have a field collection called "field_cv". When I use the devel module, it shows me that "field_cv" is an array containing IDs and some numbers. My guess is, the numbers are entities. How can I access the content of my fields? I tried using the Twig Tweak module, but I can't figure out what field I have to use.