Sha256: 07eb016c1811ee8f63095c8895d4e3855e24ed237bc0d94408d24be737160e1e

Contents?: true

Size: 1.4 KB

Versions: 19

Compression:

Stored size: 1.4 KB

Contents

%table.form{:cellspacing => 0, :width => '100%'}
  %tr
    %td.label
      Credit card number
    %td
      %input{:type => 'text', :name => 'credit_card[number]', :size => 30}
  %tr
    %td.label
      Expiry
    %td{:class => 'medium_select'}
      =select_month(Date.today)
      =select_year(Date.today, :start_year => (Time.now.year).to_i, :end_year => (Time.now.year + 8).to_i)
  %tr
    %td.label
      Verification value (CVC2)
    %td
      %input{:type => 'text', :name => 'credit_card[verification_value]', :size => 4}
      %small
        The 3-digit code on the back of your card.
  %tr
    %td
    %td
      %input{:type => 'submit', :value => 'Pay Now'}
      The charge to your credit card will be
      = "#{number_to_currency(@cart_order.total_price)} #{Forge.config.ecommerce.currency}"
  %tr
    %td.label
    %td{:style => "padding-top: 25px;"}
      %p
        %small
          All prices are in
          = Forge.config.ecommerce.currency + "."
          Use of your data is governed by our
          %a{:href => "/security-policy", :target => "_blank" }
            Security Policy
          and
          %a{:href => "/privacy-policy", :target => "_blank" }
            Privacy Policy.
          Your order is subject to our
          %a{:href => "/refund-policy", :target => "_blank" }
            Refund Policy.
      %p
        %small
          %strong Questions?
          %a{:href => "/contact"} Contact us.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.9 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.8 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.7 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.6 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.5 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.4 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.3 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.2 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.1 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.1.0 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.18 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.17 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.16 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.15 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.14 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.13 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.12 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml
forge-cli-0.0.11 lib/forge/app/views/integrated_payment/_credit_card_form.html.haml