
Originally Posted by
Andy_M
Hi lhungil,
I have Optional Shipping Insurance with Edit Orders 4.1.4 on ZenCart 1.5.4 and noticed that the Optional Insurance amount was not being included in the order total after editing the order.. I see you comment "returns nothing when loaded in the admin ($charge_it is set to 'false'), so will not recalculate the order total automatically."
Is this the problem I am having?
Do you have any idea how I can fix the problem?
Thanks!!!
Andy
If it helps.. here is the log that shows the order total is not including the insurance..
Code:
============================================================
= Done Processing Requested Updates to the Order
============================================================
Final Subtotal: 12.5000
Final Totals:
array (
0 =>
array (
'title' => 'Sub-Total:',
'text' => '$12.50',
'class' => 'ot_subtotal',
),
1 =>
array (
'title' => 'USPS Standard (Shipping to US):',
'text' => '$4.75',
'class' => 'ot_shipping',
),
2 =>
array (
'title' => 'WA TAX 8.4%:',
'text' => '$1.45',
'class' => 'ot_tax',
),
3 =>
array (
'title' => 'Shipping Insurance',
'text' => '$1.70',
'class' => 'ot_insurance',
),
4 =>
array (
'title' => 'Total:',
'text' => '$18.70',
'class' => 'ot_total',
),
)
Final Tax (total): 1.45
Final Tax Groups:
array (
'WA TAX 8.4%' => 1.4490000000000000657252030578092671930789947509765625,
)
Bookmarks