Sha256: 5ff4745bf1799474e8f941535ea1f49e3279908f2200b5cbefbe322124e6142d

Contents?: true

Size: 1.19 KB

Versions: 24

Compression:

Stored size: 1.19 KB

Contents

.inner-form.no-top.with-normal-sidebar
  .column.side
    %h3 Taxes
    .explanation Applicable taxes.
    - Country.active.all.each do |country|
      %hr
      %strong= country.title
      %br/
      - country.tax_rates.each do |tr|
        %label
          = check_box_tag 'product[tax_rate_ids][]', tr.id, @product.new_record? ? true : @product.tax_rates.include?(tr)
          = number_to_percentage(tr.rate, :precision => 2)
          = tr.title
        %br/

  .column.main.last

    - if MySettings.flat_rate_shipping
      = f.text_field :flat_rate_shipping, :size => 6, :label => "Shipping Flat Rate", :explanation => "The rate you charge to ship this product on a per-product basis. 8.00 = $8.00.", :last => true
    - else
      %p
        %strong Note Re. Shipping
      %p Your site currently uses dynamic shipping calculations, so no shipping options are available for adjustment here.

    - if TaxRate.count == 0
      %p
        %strong Note Re. Tax Rates
      %p
        You have not yet set up any tax rates.  Normally, tax rates are displayed underneath the corresponding country
        on the left side of this form.
        = link_to "Set up tax rates now.", forge_tax_rates_path

  .spacer

Version data entries

24 entries across 24 versions & 1 rubygems

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