Forum

Thread tagged as: Question, Shop

Display all items in cart (even if they are the same product)

Hi!

Although I have 20 items on my cart, the perch_shop_cart only displays one.After using perch:showall tag, I realised that even though I have 20, because they are the same type of product, the function only displays one, but with the quantity 20. I guess that in most scenarios that would be fine, but in my case, i'm not interested in just showing one time the template and displaying the along with it. Because I only want to allow the user to add options to each item after they added them to the cart (among other reasons) I need to show them separately.

Can I do that natively ?

Gustavo Bica

Gustavo Bica 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

No, there's no way to do that natively. It doesn't sound like Shop is suited to what you're trying to do.

Unfortunately it does seem that way. But I can always add new things to perch, so I guess that is what I'm going to do. Anyway, thank you for the feedback.