http://forums.oscommerce.com/index.php?sho...p;hl=automotive
Now to begin with, I'm a complete newbie when it comes to JS, PHP and MySQL. I program somewhat ok in old regular ASP though. This is how I've planned to make the general modification of OSCommerce. I looked at using the product attributes but no thats clearly not going to work like I want it. So making new fields for my own purposes seems to be the only solution. First I decided to make new tables, each for each attribute I want to filter by:
QUOTE
table_vehicle_make
id
make
table_vehicle_year
id
model
table_vehicle_year
id
year
id
make
table_vehicle_year
id
model
table_vehicle_year
id
year
Then in the product table you'd have these extra fields:
QUOTE
vehicle_make
vehicle_model
vehicle_year
vehicle_model
vehicle_year
Now as I imagine this, you would then link these tables and use the values in extra fields to filter the results, which I so far assume is done via an SQL string(i'm really, really new to OSC). This way you can combine make/model/year in any way you like and I think would allow you to make it "smart" as well.
I haven't done anything yet, I'm just posting my thoughts first since I'm such a beginner. Any thoughts on the issue?


email me marketing@vividracing.com