(SOLVED) renderProductShopperList @product_edit-view

Started by Pierre Corell, September 23, 2015, 13:29:51 PM

Previous topic - Next topic

Pierre Corell

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

Milbo

Should be the whole list, of course. I test tomorrow if we have the problem still on vm3.0.10
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Pierre Corell