/var/www/vhosts/nabawater/backend/views/order
Edit: /var/www/vhosts/nabawater/backend/views/order/_cart.php (1734B)
0 ) {
foreach ($items as $item) {
?>
| = $item['item_name']; ?> |
'> |
= Com::moneyFormat($item['item_price'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?> |
$group) { ?>
|
0 ) {
?>
= $group['ingredient_name'] ?>
|
= Com::moneyFormat($group['price'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?>
|
|
|
Tax : = Com::moneyFormat($item['tax'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?>
Package Fee : = Com::moneyFormat($item['package_price'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?>
Delivery Fee : = Com::moneyFormat($item['delivery_fee'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?>
Total Price : = Com::moneyFormat($item['total'], Configuration::get(Configuration::CURRENCY_SYMBOL_SIDE)) ?>
|