Sha256: 00517639c9acc05ae7db81b0572da4c0c45629494740d3e55b8d1d40be1262d6

Contents?: true

Size: 1004 Bytes

Versions: 19

Compression:

Stored size: 1004 Bytes

Contents

%h1 Pay Securely Online With Your Credit Card

%p
  Your data are kept in strict confidence and security.  All prices are in #{Forge.config.ecommerce.currency}.

%div{:style => "float:left; width:40%;"}
  %h2 Billing Address
  = render :partial => "orders/display_address", :locals => { :address => @cart_order.billing_address, :address_type => 'billing_address' }
  = link_to "Edit billing address", orders_checkout_path

%div{:style => "float:right; width:40%;"}
  %h2 Shipping Address
  = render :partial => "orders/display_address", :locals => { :address => @cart_order.shipping_address, :address_type => 'shipping_address', :show_company => true }
  = link_to "Edit shipping address", orders_checkout_path

.spacer

%h2 Order Summary

= render :partial => "orders/summary", :locals => { :order => @cart_order }

%br/
%br/

%h2 Credit Card Information
%small All fields are required

%br
%br/

= form_tag :action => "pay" do
  = render :partial => "credit_card_form", :locals => { :total => @total }

Version data entries

19 entries across 19 versions & 1 rubygems

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