|
Hi,
I am running cubecart 3.0.15 and have run into an issue of needing to be able to look up hundreds of products at a time. The product id is the unique number I would like to look up by.
This question may also fit in the php forum so if you need to move it, that's fine, but I would like to be able to build a web form that I can copy and paste all these product id's into, then have it query my database for any products that match it. If there isn't a match for an item number, it should say something like "Item number not found. Please check the rest of the results for any found products."
It can display all the results on one page, but if it does find a record that matches, I would like for it to get the product name and id, and I would like for it to give us an option to delete the record as well. Also I would like an option at the bottom of the results page for deleting all found matches. Please let me know if this is possible .Thanks
|