I have a custom store built that has a ton of product in it.
I need to change prices by 5% and have been told I can do a query in the database to do this.
I have ran query before but nothing I have wrote myself. I just don't know how to write that kind of stuff.
I have 14 tables in my database the table the holds the prices is called
flex_product
Inside that table are the following values.
id
category_id
item-no
name
size
price
image
pdf_image
status
So I need to change the price value by 5% (prices going down by 5%) The prices are in regular us decimal fund ie. 4.31
Any one got a clue how to do this or can point me in the right direction
Thanks.
I need to change prices by 5% and have been told I can do a query in the database to do this.
I have ran query before but nothing I have wrote myself. I just don't know how to write that kind of stuff.
I have 14 tables in my database the table the holds the prices is called
flex_product
Inside that table are the following values.
id
category_id
item-no
name
size
price
image
pdf_image
status
So I need to change the price value by 5% (prices going down by 5%) The prices are in regular us decimal fund ie. 4.31
Any one got a clue how to do this or can point me in the right direction
Thanks.