Hello,
I've been developing sites using Drupal but it's the first time using Ubercart.
I got a few questions in mind and I would like to see how would you configure a grocery store site like this:
- Store has multiple locations, say 5
- each of these 5 stores has their own list of products
- all the products are categorized into departments (e.g drink, deli, paper, cleaning..etc)
- not all products are eligible to be added to the cart, just some of them
First question is what's the best way to configure the products to support stores and department
My current idea is to have multiple vocabularies available to be selected for each product, but i'm not sure if thats the correct way to go.
Second question is about the Catalog View.
It's easy to display a list of products using view, but it seems it's less customizable, say I would like each product to have different CSS class.
Is there any "lower level" API that retrieves a list of product objects so I can iterate on my own?
Final one is about bulk uploading function.
Is there any tools for me to upload a product list (e.g. from a spreadsheet) and have them imported in their location and department?
Appreciate all help in advanced!
