Pays
This commit is contained in:
parent
ab2ef7f53f
commit
ed6274bc67
@ -6,7 +6,7 @@ class Public::OrdersController < ApplicationController
|
|||||||
skip_before_filter :verify_authenticity_token, :only => [:ipn]
|
skip_before_filter :verify_authenticity_token, :only => [:ipn]
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@order = Order.new
|
@order = Order.new(:country => "France")
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
=f.input :postal_code, :label => "Code Postal :"
|
=f.input :postal_code, :label => "Code Postal :"
|
||||||
=f.input :cityname, :label => "Ville :"
|
=f.input :cityname, :label => "Ville :"
|
||||||
|
|
||||||
=f.input :country, :label => "Pays :", :collection => [["France","FR"], ["Suisse","CH"], ["Espagne","ES"], ["Italie","IT"]], :as => :select, :include_blank => false
|
=f.input :country, :label => "Pays :"
|
||||||
#legals
|
#legals
|
||||||
|
|
||||||
%h3=# CONDITIONS GENERALES DE VENTE
|
%h3=# CONDITIONS GENERALES DE VENTE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user