Greek Online Shop (OSCommerce) Totals Calculation
Budget: €8 – €30 EUR
Greek Online Shop (OSCommerce)
Need to change the way that the points redemption is calculated on Frontend and Backend and writed on "orders_total" Table on field "ot_subtotal_ex".
Now the calculation of "ot_subtotal_ex" field is as bellow
ot_subtotal_ex = Net product prices net
I want the "ot_subtotal_ex" to be calculated as follow if a points redemption is present
"ot_subtotal_ex" = Net product prices - ot_redemptions
files that are used as I know (attached)
admin/orders.php ->lines 1858-1891
checkout_confirmation.php ->find checkout_ajax_totals.php
admin/includes/functions/general.php ->lines 2211
necause it's a module maybe this to
includes/modules/order_total/ot_total.php or ot_redemptions.php
see attached pictures after changes it must look like the pictures nr-2
End finaly apply the changes on admin/edit_orders.php (its a file from wich you can edit/change the order)
Need to change the way that the points redemption is calculated on Frontend and Backend and writed on "orders_total" Table on field "ot_subtotal_ex".
Now the calculation of "ot_subtotal_ex" field is as bellow
ot_subtotal_ex = Net product prices net
I want the "ot_subtotal_ex" to be calculated as follow if a points redemption is present
"ot_subtotal_ex" = Net product prices - ot_redemptions
files that are used as I know (attached)
admin/orders.php ->lines 1858-1891
checkout_confirmation.php ->find checkout_ajax_totals.php
admin/includes/functions/general.php ->lines 2211
necause it's a module maybe this to
includes/modules/order_total/ot_total.php or ot_redemptions.php
see attached pictures after changes it must look like the pictures nr-2
End finaly apply the changes on admin/edit_orders.php (its a file from wich you can edit/change the order)