RW
Asked
How can i find the POS total and subtotal calculation page?
i need to get subtotol as
unit_price x unit_quantity x weight = total
i need to get subtotol as
unit_price x unit_quantity x weight = total
- MSAnsweredHello,
You can check `index` method of the `app/conrollers/admin/Pos.php`
Thank you - RWAnsweredThanks!
- Login to Reply