I use WordPress and Cart66 to run an online store. One of my blanks vendors has a CSV online that contains the the SKU, Description, Qty in Stock, and Custom Status.
I'm interested in pulling out the last 2 fields of the SKU for what ever page my customer is on, so that I have an up to date quantity that can be ordered and any information on when out of stock items will be back in stock.
I've searched all the ways I can think of for a plugin or hack that will do this, but so far have only found plugins that make it easier to manually load csv files, but not any that will allow the website to directly read/load the csv file from a URL.
A while back, I wrote a little PHP script that would read a csv file from a URL and parse the data, but don't have a clue how to integrate that into WordPress.
Any ideas or advice would be greatly appreciated.
Thanks,
Alisa