|
i have a site in magento where i choose a product and do some calculation related to that product. i get the correct answer till the check out
process, but when i see the admin panel sales order i get the value of the product that i have added in admin. but i need to see the total
calculated value.
Example : product value added in admin is $1.10. Calculated value is
$80.25. But i get the result as $1.10. But i need to get $80.25
|