includes/classes/order.php line 199 should add orders_products_id to the array.
similarly, admin/includes/classes/order.php line 146.
This field is part of the query (see l. 164 and l. 151, respectively), but is not added to the array.
Thanks,
Scott
includes/classes/order.php line 199 should add orders_products_id to the array.
similarly, admin/includes/classes/order.php line 146.
This field is part of the query (see l. 164 and l. 151, respectively), but is not added to the array.
Thanks,
Scott
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Ok...now one more time in English please.....![]()
While it's true that that field is not added to the array, can you please explain why that's a problem?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
It's very useful to have access to this data to drill down to a product level in an order. This is how the Gift Wrap mod works. And since you're already retrieving the field in each of the two queries specified, it makes sense to expose this data.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.