Sha256: 627d0e9872f91f7044851894a85a271c457785519c0cf6b4941219ff87b52d42
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
.control-group =f.label :hide_fee, "Who pays the fee?", :class => 'control-label' .controls = f.select :hide_fee, options_for_select([["Producer", true], ["Patron", false]], @pass_type.hide_fee), {}, :class => 'span2' %br =link_to "Learn more", "#pricing-example", "data-toggle" => "modal" #pricing-example.modal .modal-header .close{'data-dismiss'=>'modal'} x %h3 Pricing Example .modal-body %p You choose who pays the 5% Artful.ly service fee for passes. .well %p Option #1: You (the producer), pay the fee. With this option, the patron sees a nice, clean price but you net less revenue. %p Option #2: The patron pays the fee. Here the fee appears to the patron as a service charge at checkout. %p Either way, you pay the 3.5% credit card processing fee. Here's an example: %table.table.table-compact %tr %th %th.right Producer pays %th.right Patron pays %tr %td Membership price %td.right $50 %td.right $50 %tr %td Patron pays %td.right .tip.muted   $50 %td.right .tip.muted +5% service $52.50 %tr %td You receive %td.right .tip.muted -5% service .tip.muted -3.5% processing $43.43 %td.right .tip.muted   .tip.muted -3.5% processing $48.25 .modal-footer = button_tag "Close", :class => "btn", 'data-dismiss' => 'modal'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
artfully_ose-1.2.0.pre.23 | app/views/pass_types/_pass_type_fees.html.haml |