Guest Posted May 22, 2006 Posted May 22, 2006 All items are 9.85 and I want to change them to 10 even. I don't want to do it manually 1 by 1 so I thought I'd ask you geniuses how I could perhaps mod the database... any help is appreciated. freshpads.com
♥Vger Posted May 22, 2006 Posted May 22, 2006 Access your database via phpMyAdmin (backup database first), run something like this (can't guarantee it) in the SQL window. ALTER TABLE products SET products_price = '10.00'; Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.