VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Coding Central => Topic started by: Pierre Corell on September 23, 2015, 13:29:51 PM

Title: (SOLVED) renderProductShopperList @product_edit-view
Post by: Pierre Corell on September 23, 2015, 13:29:51 PM
Hello,

the function renderProductShopperList ($productShoppers)
via administrator\components\com_virtuemart\helpers\shopfunctions.php:1134, author Valerie Isaksen
should be improved imho.

At the moment it generates a list at the product view administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id=XXX implemented at the product_edit_customer.php:102
The problem is, that just the first shopper is retrieved, but all order-infos from all other orders.
This is confusing and it would be much better to get all details. Otherwise asked: why the first shopper name and details?

But I do not know where the function is also implemented else. For this view I would prefer a complete list.
Also I would recommend a clickable column for sorting - or as minimum an ASC or DESC listing by ordernumbers.

Best regards,
Pierre.

PS working still on VM 3.0.9
Title: Re: renderProductShopperList @product_edit-view
Post by: Milbo on September 23, 2015, 20:51:48 PM
Should be the whole list, of course. I test tomorrow if we have the problem still on vm3.0.10
Title: Re: renderProductShopperList @product_edit-view
Post by: Pierre Corell on November 11, 2015, 12:59:55 PM
It is fixed on 3.0.10

Thank you.