Hii,
i want to update my product price to 40% and i am using in ubercart. I have created a query select sell_price+(sell_price*0.4) from uc_products. This is only just a select query but i want to update all product price. It seems that i have to use loop so that it will update all product price, but problem is my mysql coding is not so good. So is there any one who can help me out in loop coding or suggesting me best way to accomplish this task.