Zen Cart Logo
Forums / General Questions / Update all products via database?

Update all products via database?

Views: 549

Results 1 to 5 of 5
15 Aug 2011, 2:25 PM
#1
rschultz avatar

rschultz

New Zenner

Join Date:
Mar 2011
Location:
SoCal
Posts:
23
Plugin Contributions:
0

Update all products via database?

Good morning,
I did a search but couldn't find what I was looking for so I apologize if it has been asked before. I have a new bearing company thepartsshoppe.com and carry ceramic bearing for most bicycle wheels.

Here's the issue, 98% of the higher end bicycle wheels (right now I have 440 wheels supported) use only about 15 different bearings and combinations thereof. When I have a price change, I am going through one by one and updating. I have used Apsona and it has helped but am looking for an even better solution such as placing these 15 different bearings somewhere (in a database?) each with a price. Then, if I update the price here, it drives the prices of all of the bearings that use that bearing number.

Hope this makes sense as I am in need of refurbishing the pricing right now. Is there a good solution?
Thanks in advance!
Rick

15 Aug 2011, 2:32 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Update all products via database?

There's not an out-of-the-box solution, but as long as there's a way to tell which prices are to be linked to which products, it can be done with a simple database table and one or two database queries (i.e. you might need a second if you ever put these products on special).

But this isn't an easy one to advise about over the forum as it would need somebody with DBS skills to look at how your product data links together.

15 Aug 2011, 2:41 PM
#3
rschultz avatar

rschultz

New Zenner

Join Date:
Mar 2011
Location:
SoCal
Posts:
23
Plugin Contributions:
0

Re: Update all products via database?

"Product Data Links together" - right now, standard out of the box Zen-cart. I just entered the products in one by one. Nothing linked together. Hope this helps clarify.

15 Aug 2011, 2:54 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Update all products via database?

Zen Cart out of the box knows nothing about which bearings belong to which wheels and how that impacts your pricing. That's very specific to your store.

15 Aug 2011, 6:31 PM
#5
rschultz avatar

rschultz

New Zenner

Join Date:
Mar 2011
Location:
SoCal
Posts:
23
Plugin Contributions:
0

Re: Update all products via database?

Recommended next steps?