-- HikaShop version -- : 2.3.0
No drama at all, nothing "wrong", just one of my long stories, this time on a tiny little inconsistency in between different parts of the package:
- In the checkout cart, you use as default HIKASHOP_TOTAL="Total" and HIKASHOP_FINAL_TOTAL="Final total".
- When showing an order or (at least backend) invoice, you use as default SUBTOTAL="Subtotal" and HIKASHOP_TOTAL="Total".
Other areas I haven't checked, but from a quick search across the entire site it appears that more files are affected (though thankfully HIKASHOP_FINAL_TOTAL is rare).
Not sure why you're using different terms - I'm not aware of any legal requirement for different terms at different stages of the ordering/invoicing process - or is there anything I don't know of?
IMHO it'd make sense, avoid occasional irritation and keep accountants happy if it were consistently the same in all docs and views.
While at it, me thinks that "Subtotal" and "Total" is never wrong and makes the best sense as e.g. it's often 'not that final' during checkout...
Unfortunately, it's not an easy fix per language override since HIKASHOP_TOTAL is used for both different purposes. So, here and now it takes more editing of views... and in this regard it'd be nice to know if this will be straightened out anytime soon in the grand scheme of things - then I'd wait a bit to make my update easier and even more worthwhile
P.S.: Maybe it is already straightened out in 2.3.1... I haven't updated yet, and apologise if my note is long obsolete!