php - In Smarty products with the same ID adding together -


do have chance in smarty list items same id (product id) count (add)?

{$order_value} {$qty_value} {$id_value} {$title_value} 

instead of this:

order: 004, quantity: 3, product id: 001, title: fish order: 005, quantity: 1, product id: 001, title: fish 

something this:

quantity: 4, product id: 001, title: fish 


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -