Kes Posted June 21, 2006 Share Posted June 21, 2006 Hi I have added the fractions order contribution and partial Quantity contribution however I can order by 1.5 which I need but if iI order by .5 it calculates it as 1 and then I can add a fraction. I have altered includes/classes/shopping_cart.php to if ($this->contents[$key]['qty'] < .25) { and checkout_shipping.php to if ($cart->count_contents() < .25) { and change these tables ALTER TABLE `customers_basket` CHANGE `customers_basket_quantity` `customers_basket_quantity` DECIMAL( 3, 2 ) NOT NULL DEFAULT '0'; ALTER TABLE `orders_products` CHANGE `products_quantity` `products_quantity` DECIMAL( 3, 2 ) NOT NULL DEFAULT '0'; ALTER TABLE `products` CHANGE `products_quantity` `products_quantity` DECIMAL( 4, 2 ) NOT NULL DEFAULT '0'; please help as it is urgent www.rbsorganics.com.au thanks for any ideas. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.