Quote Originally Posted by GoldBuckle View Post
I have read through the wiki but I'm still not clear on which option in the DBIO would be best for what I am trying to accomplish. I want to update db values in the following field:

v_options_values_price

1. As a test I created a csv file with values in the v_options_values_price field that I wanted to update.

2. I added the required fields (v_products_id, v_options_id, v_options_values_id) listed in the Wiki's ProductsAttribsRawHandler along with it.

3. I got a successful upload message at the top of the DB Manager Page but none of the values updated on the products when I checked. I'm not sure what I did wrong, even looked in the tables and there were no new values created.

Eventually when I get the upload right I would also like to update these fields as well:
v_products_attributes_weight
v_attributes_price_onetime

Thanks in advance!

Best,
Goldbuckle
Are you trying to add a new attribute price or update an existing one? Perhaps if you'd post the contents of the CSV you're using, that would help as I've successfully updated an attribute's price using the method you described.