mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
.joyride-tip-guide.price_breakdown{bindonce: true, "ng-class" => "{ in: tt_isOpen, fade: tt_animation }"}
|
|
%span.joyride-nub.right
|
|
.joyride-content-wrapper
|
|
.collapsed{"ng-show" => "!expanded"}
|
|
%price-percentage{percentage: 'variant.basePricePercentage'}
|
|
%a{"ng-click" => "expanded = !expanded"}
|
|
Full price breakdown
|
|
%i.ofn-i_005-caret-down
|
|
|
|
.expanded{"ng-show" => "expanded"}
|
|
%ul
|
|
%li.cost
|
|
.right {{ variant.price | localizeCurrency }}
|
|
Item cost
|
|
%li.admin-fee{"bo-if" => "variant.fees.admin"}
|
|
.right {{ variant.fees.admin | localizeCurrency }}
|
|
Admin fee
|
|
%li.sales-fee{"bo-if" => "variant.fees.sales"}
|
|
.right {{ variant.fees.sales | localizeCurrency }}
|
|
Sales fee
|
|
%li.packing-fee{"bo-if" => "variant.fees.packing"}
|
|
.right {{ variant.fees.packing | localizeCurrency }}
|
|
Packing fee
|
|
%li.transport-fee{"bo-if" => "variant.fees.transport"}
|
|
.right {{ variant.fees.transport | localizeCurrency }}
|
|
Transport fee
|
|
%li.fundraising-fee{"bo-if" => "variant.fees.fundraising"}
|
|
.right {{ variant.fees.fundraising | localizeCurrency }}
|
|
Fundraising fee
|
|
%li.total
|
|
%strong
|
|
.right = {{ variant.price_with_fees | localizeCurrency }}
|
|
|
|
|
|
%a{"ng-click" => "expanded = !expanded"}
|
|
Price graph
|
|
%i.ofn-i_006-caret-up
|
|
|