I’m building a shop with many promotions. Some articles in the shopping cart have a linked promotion I want to show in the shopping cart summary, before the order completion.
It’s a shop without any visible prices. The total amount of the order is calculated on the servers. There is nothing to worry about that.
How can I display the pink text in a proper way? Would it be best to get this data from the database and place it as a field in a table (since the shopping cart summary is a view)? Or what other options do I have?