AbanteCart Community

eCommerce construction => Installation and Configuration => Configuration => Topic started by: HADY on August 21, 2021, 06:05:39 AM

Title: Fabric sales (decimal calculation)
Post by: HADY on August 21, 2021, 06:05:39 AM
Hello,

I wanna share my experience about how to make the quantity of fabrics been calculated with decimal quantities and in the same time how to make changes on the product's price from website admin panel.



1. you will need to open next path: (/public_html/admin/view/default/template/pages/sale/order_details.tpl) and place this code:


2. you will need to open next path: /public_html/admin/model/sale/order.php) and place this code:


3. you will need to go to your database on phpMyAdmin and locate related tables and columns and check the value of TYPE of product and price and change them to (decimal15.4)


Sorry if i missed something to mention.



Good Luck...
Title: Re: Fabric sales (decimal calculation)
Post by: abantecart on August 22, 2021, 11:00:32 PM
Thank HADY for sharing.