P
Asked
How to display product original price and promotional price in same bill ?
Eg: Product quantity X Product Promotional Price , Product Original Price
these all we need to display in same bill ... please let me know which code I need to add on view.php (POS Module)
I have attached a sample on that MRP is original price and Rate is promotional price.
Please guide me more. Thank You.
Eg: Product quantity X Product Promotional Price , Product Original Price
these all we need to display in same bill ... please let me know which code I need to add on view.php (POS Module)
I have attached a sample on that MRP is original price and Rate is promotional price.
Please guide me more. Thank You.
- MSAnsweredHello,
SMA don't track promotional price after sale. If you need the promotion price, you will need to edit the `getAllInvoiceItems` method of `app/models/admin/Sales_model.php` to select the promotion price and then display it to the view file.
Thank you - Login to Reply