Can any one explain the difference between following attributes of the order?
grand_total
base_grand_total
Any suggestions will be appreciated.
Can any one explain the difference between following attributes of the order?
grand_total
base_grand_total
Any suggestions will be appreciated.
grand_total = current currency grand total
base_grand_total = store base currency grand total
So basically the following will applied for the base_ values and non base_ values according to this link as provided by Marius.
Difference between Tax Amount and Base Tax Amount
Example :
base_xxx -----------> default store currency
xxx ----------------> currency store currency
base_will have thedefault store currencywhile others which doesn't start withbase_will havecurrent store currencyright? – Sukeshini Oct 03 '13 at 03:06