Re: Possible to display on order page the number of times a prod

Posts: 5233
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.

Possible to display on order page the number of times a product has been sold? By: TC44 (1 replies) Wed, 07/02/2008 - 23:14
  • Re: Possible to display on order page the number of times a prod By: Ryan (07/03/2008 - 09:35)