UPC Searching Admin & Frontend

Modules, Add-ons and custom code that's more than just a quick hack or Mod.
Post Reply
pitorian
Posts: 31
Joined: Mon Aug 17, 2009 9:55 am

UPC Searching Admin & Frontend

Post by pitorian »

Guys

Since I nearly have all items with UPC now, I would like to be able to add the stock/Inventory level update by searching the UPC any Idea how I add this into the search feature on the front end of the cart and the admin search box? would be a time saver.

Thanks

Chris
Martin
Site Admin
Site Admin
Posts: 1854
Joined: Wed Jun 17, 2009 6:30 pm
Location: South Yorkshire UK
Contact:

Re: UPC Searching Admin & Frontend

Post by Martin »

I had a very quick peek and it's not a simple job...

The upc is in the products table but the orders table doesn't copy that information across... The fix would require more than just this:
viewtopic.php?f=12&t=857&start=10#p4829

... instead you'd need to inner join the products table to the orderproducts table on the productid and then grab the upc field from the products table.


It's do-able with about 30 minutes spare...
Post Reply