Forum Moderators: coopster
$Description.='Cheapest Price: $'.$qryState['MIN(`price_`)'];
That I want to change to something like ;
$Description.='Last Reported Price: $'.$qryState['RECENT(`price_`)'];
I have scanned a list of 700 Functions but not making much headway .. just going to pull the last reported price instead of the Cheapest
I believe the Date since I want to display not only the last reported price but the date as well..
I'll just hire it out as I usually do with aspects of development beyond my skill set..
I just like to at least have a rough idea of what each part of the code/scripts are doing so I can fix minor "issues"