• Resolved lorianqw

    (@lorianqw)


    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)
  • Plugin Support rzepsen

    (@rzepsen)

    Hello

    Thank you for your message. You can use {{ cart.item_count }} placeholder, but it’s available with PRO add-on ShopMagic Abandoned Cart.

    You can also create your own placeholder. Here is a short guide on how to achieve it.

    If you have any other questions, do not hesitate to contact me again.

    Thread Starter lorianqw

    (@lorianqw)

    while I was waiting for an answer. I wrote my own modification of the existing placeholder template..
    I haven’t seen this guide, but I think it will be useful in the future.
    thanks for the answer

    Plugin Support rzepsen

    (@rzepsen)

    Hello

    Many thanks for your feedback.

    Is there anything else I could help you with ??

    Plugin Support rzepsen

    (@rzepsen)

    Hi,

    As we haven’t got any replies, I’m marking this topic as resolved for now.

    Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ordered products quanitity’ is closed to new replies.