Possible to display on order page the number of times a product has been sold?

Posts: 21
Joined: 01/12/2008

Hi there,

I'm wondering if there is any way to display to the public the number of times a product has been sold? Ideally this would be in the product display on the order page with the add to cart button etc.

I know it sounds like a bit of an unusual request, but it would solve some problems for me to be able to have this display.

Cheers,

TC44

Posts: 4368
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

You could build this into your product node template somehow or add it to the node or add to cart form through a module. The query would simply have to get the SUM() of the qty column for every row in the uc_order_products table with the nid of that node.