|
Şəkil |
Adı |
Oem Kodu |
Brend kodu |
Brend |
Model |
Qiymət (₼) |
Qiymət ($) |
Say |
Cəmi |
Sil |
|
|
{{ item.name }}
|
{{item.oem}} |
{{item.brand_code}} |
{{ getserializedlangfordata(item.brand_name,'name','az')
}} |
{{ item.auto_brand }} |
{{ item.endirim_price!=null && item.endirim_price!='' && item.endirim_price!=' ' ?
getPriceByCurrency(item.endirim_price , item.price_usd['usd'], 'azn') :
getPriceByCurrency(item.endirim_price??item.price , item.price_usd['usd'], 'azn') }}
|
{{ item.endirim_price!=null && item.endirim_price!='' && item.endirim_price!=' ' ?
getPriceByCurrency(item.endirim_price , item.price_usd['usd'], 'usd') :
getPriceByCurrency(item.endirim_price??item.price , item.price_usd['usd'], 'usd') }}
|
|
{{ getPriceByCurrency(rowTotal(item), cur_val, 'usd' ) }}
|
|
Cəmi: {{ getPriceByCurrency(cartTotal , cur_val, 'usd') }}