morfish Posted May 20, 2012 Share Posted May 20, 2012 (edited) Dear everyone, Since my product weight is always same (0.16 kg), i need to edit the defalut value of weight in creating new product. the default value is 0(zero) kg, i need to change it to 0.16 kg. where should i edit it? sorry for bad english. Thanks Edited May 20, 2012 by morfish (see edit history) Link to comment Share on other sites More sharing options...
morfish Posted May 27, 2012 Author Share Posted May 27, 2012 need help please Link to comment Share on other sites More sharing options...
acua Posted March 7, 2013 Share Posted March 7, 2013 (edited) You don't edit it from there, go to features in the left vertical menu and insert it there Edited March 7, 2013 by Alexandrwc (see edit history) Link to comment Share on other sites More sharing options...
acua Posted March 7, 2013 Share Posted March 7, 2013 Remove what? Link to comment Share on other sites More sharing options...
Cortes Posted July 29, 2013 Share Posted July 29, 2013 Hav you tried updating weights directly in your phpmyadmin? See instructions in http://www.techietips.net/node/53 Link to comment Share on other sites More sharing options...
MartyW Posted July 29, 2013 Share Posted July 29, 2013 Back office > products > select product > shipping > weight Link to comment Share on other sites More sharing options...
PascalVG Posted July 30, 2013 Share Posted July 30, 2013 Although a very old Topic, the original question was how to set a default value for a new product. This can easily be done in the file /classes/product.php open this file and search for 'weight' (CTRL-F/Command-F in browser) you will find the code: /** @var string Weight in default weight unit */ public $weight = 0; change the 0 into the desired value to set the default value for a new product you make. save file. Done. :-) My $0.02, pascal 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now