cloon Posted May 31, 2018 Share Posted May 31, 2018 First of all - sorry for my language skill .... Any help needed i try to override quantity int(10) to decimal(10,4) value. what i all ready done: i change my database table ps_product 2 fields (-quantity, -minimal_quantity) from int(10) to decimal(10,4) plus edit /classes/Product.php find and replace (int) to (float) where find words or parts of word (qty, quantity, minimal_quantity) And i have, in db in field minimal_quantity value 0.4444 but in admin panel on edit product page + tab Quantities for quantity - 0, for min. quantity - 0 but in BD 2.5000 AND 0.4444 Pleas if some one have any solution, share please. For example i want sale the cable by meter, and 1.5 meter. Sorry one time again fo my writing skills ..... PrsetaShop 1.6.1.13 Link to comment Share on other sites More sharing options...
Apar Posted June 1, 2018 Share Posted June 1, 2018 why exactly are you changing quantity to float? Link to comment Share on other sites More sharing options...
musicmaster Posted June 1, 2018 Share Posted June 1, 2018 Here a few links that you might explore. The first are paid modules that provide the desired functionality, The last is a do-it-yourself link http://addons.prestashop.com/en/front-office-features-prestashop-modules/2942-multi-dimensional-products.html 299 eurohttp://addons.prestashop.com/en/front-office-features-prestashop-modules/5628-product-properties-extension-sell-by-weight-lengthetc.html 199 eurohttp://addons.prestashop.com/en/front-office-features-prestashop-modules/18794-linear-meter-sell.html 129,99http://psandmore.com/ 199 euro PS&More extension for PrestaShophttps://www.prestashop.com/forums/topic/93968-change-order-quantity-to-a-decimal-value/page-3 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