ordered products quanitity
-
Hi.
how to display a list of ordered products with quantity?
I added {{ order.products_ordered }} to display the ordered products, but this only shows me the list of ordered products separated by comma, but does not show the quantity of each product. I added {{ order.details | plaintext: ‘yes’ }} this code displays the names of products with quantities, BUT it also displays a lot of information that I don’t need. Is it possible to add a product quantity output to {{ order.products_ordered }} ? or change {{ order.details | plaintext: ‘yes’ }} to leave only the names and quantities of each product?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘ordered products quanitity’ is closed to new replies.