Page 1 of 1

SOLVED - Default Store

Posted: Mon Nov 22, 2021 9:14 am
by 440music
I've imported 2500+ manufacture and want to display the names on the Brands page
https://store.440music.com/index.php?ro ... nufacturer
and I've been checking the Default check box which is taking too many hours. I've looked at the database hoping I could find and change all manufactures to Default.
is there a table and column in the database that I can go to and make the change?
Thank you 8)

Re: Default Store

Posted: Mon Nov 22, 2021 3:03 pm
by thekrotek
It's in manufacturer_to_store table.

Re: Default Store

Posted: Tue Nov 23, 2021 10:22 am
by 440music
Thanks I made the change and this is how I accomplished the update
I exported manufacture table and opened with a spread sheet program
removed the columns name and image and saved as a CSV
The opened with text editor and removed the ( ) and all the SQL data
Imported the CSV into manufacture_to_store
success