Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Weights Change in Database


pynchon

Recommended Posts

Posted

I have a shop of some 1600 products ... I need to give all the products a set weight (they are all the same) ... is there a quick way of doing this.

I can't give them all a null value as it is important for shipping weights that they are given their correct value of 0.5kg

 

Is there a way of doing this via phpMyAdmin or by running some sort of table update ??

 

many thanks in advance

 

John K

Posted
I have a shop of some 1600 products ... I need to give all the products a set weight (they are all the same) ... is there a quick way of doing this.

I can't give them all a null value as it is important for shipping weights that they are given their correct value of 0.5kg

 

Is there a way of doing this via phpMyAdmin or by running some sort of table update ??

 

many thanks in advance

 

John K

 

any suggestions at all ?????

 

please :blush:

Posted

Log into phpmyadmin and click on sql and run this query.

update products set products_weight = 0.5;

If you get an error tell me what it is.

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...