truthlover Posted April 11, 2008 Posted April 11, 2008 Do I have to change the price for each item manually, or can a database be set up that will automatically update the prices changes when the database is changed? Thanks.
arietis Posted April 11, 2008 Posted April 11, 2008 Do I have to change the price for each item manually, or can a database be set up that will automatically update the prices changes when the database is changed? that depends on how you want to change the prices. if, for example, you just want to raise everything by 10% that can be done with a simple sql query in phpmyadmin. if it's more complicated than that, there is a contribution called easy populate, which allows you to export the products to excel, where you can make changes and import them back into your database. that might be your best bet.
truthlover Posted April 11, 2008 Author Posted April 11, 2008 that depends on how you want to change the prices. if, for example, you just want to raise everything by 10% that can be done with a simple sql query in phpmyadmin. if it's more complicated than that, there is a contribution called easy populate, which allows you to export the products to excel, where you can make changes and import them back into your database. that might be your best bet. THANKS! I'll look into this. We are registered for PayPal, but on their shopping cart you have to change the price on each individual item.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.