I would like to assign images to categories in bulk via SQL query but I am no programmer. Would this be the right query? Somehow it's not working
UPDATE Category SET ImageFileNameOverride='imagename.jpg' WHERE Category ID=XXX
Thx!
I would like to assign images to categories in bulk via SQL query but I am no programmer. Would this be the right query? Somehow it's not working
UPDATE Category SET ImageFileNameOverride='imagename.jpg' WHERE Category ID=XXX
Thx!
That is correct, make sure you have the correct column name which looks like you do: ImageFilenameOverride
Then, also make sure the images of that name are uploaded into the /images/category/icon and medium and large!
Jan Simacek - Compunix, LLC
AspDotNetStorefront trusted Devnet Partner and Reseller since 2005
AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
- Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
- Reports (like Cart Abandonment and Net Sales)
- Customer Experience (like Question/Answers)
- Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)