Page 1 of 1
multi-source search, and initial product database setup

Posted:
Wed Jul 09, 2014 7:06 pm
by k8inmd
ok - multiple sources - one for each vendor.
but if I do that will we be able to search for items across sources? If someone wants a pound of broccoli can they search broccoli and see every vendor who sells it with each vendors price in one search?
Also - I'm looking to upload each vendors products. I assume excel spreadsheets are the easiest for family businesses. Does anyone have a setup I can see, possibly copy and play with? Or info on the settings needed to upload the excel sheet into my data source?
Thank you all for the help
Kathleen
Re: sources

Posted:
Wed Jul 09, 2014 9:01 pm
by support
Re: multi-source search, and initial product database setup

Posted:
Sat Jul 12, 2014 12:05 pm
by k8inmd
thanks for the info -
trying to make up a test one to import - just code, descr, price. I'm getting an eror message on the create:
#1142 - CREATE command denied to user 'kathleen'@'localhost' for table 'tabletest2'
i have code as 'unique'.... what would keep me from creating this simple file?
Re: multi-source search, and initial product database setup

Posted:
Sat Jul 12, 2014 1:11 pm
by support
The "CREATE command denied" error is usually caused by the issue in this topic:
http://foodclub.org/phpbb/viewtopic.php?f=1012&t=1872
Re: multi-source search, and initial product database setup

Posted:
Sun Jul 13, 2014 6:06 pm
by k8inmd
The documentation you sent me to is good, and helpful. But at this point I am getting the create error on just trying to make the table in the first place. Even before trying to upload data into it.
What would cause the 'create command denied to user' when creating an sql table??
Please help,
kathleen
Re: multi-source search, and initial product database setup

Posted:
Sun Jul 13, 2014 8:48 pm
by support
What exactly are you trying to do? There is no reason to create a table in phpMyAdmin. The act of enabling a private database, on your Product database settings in Foodclub, will create the private table for you.
Re: multi-source search, and initial product database setup

Posted:
Mon Jul 14, 2014 5:39 am
by k8inmd
I see. As I said I have not worked with this database. Didn't realize it would make it's own.
Thanks
Kathleen
Re: multi-source search, and initial product database setup

Posted:
Wed Jul 16, 2014 3:48 pm
by k8inmd
I was able to upload into a file (source).
When a vendor wants to add products, post sales, or change prices - do I reload their excel spreadsheet into the same source? I tried this and was told the item already exists...
Re: multi-source search, and initial product database setup

Posted:
Wed Jul 16, 2014 4:44 pm
by support
Yes, if it's the same vendor's products, only updated for current prices and availability, you will want to import into the same private database. If you are importing from an excel spreadsheet which contains all their products, you will want to clear out your private database first. See this FAQ entry:
http://foodclub.org/wiki/Foodclub:Docum ... ew_file.3FIf there are only a handful of items, you may just want to make changes manually using phpMyAdmin. You can update just a single field by double-clicking on it in the Browse tab, making changes, and hitting enter.
Re: sources

Posted:
Thu Sep 18, 2014 12:32 pm
by support