X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fchange_ship.html;fp=fs_selfservice%2FFS-SelfService%2Fcgi%2Fchange_ship.html;h=1a3b85d6d957ad0fc0e9d388893f238ff7e3b3ec;hb=c0fdb0884f3e5fb72e83e0b65d52b5a593bd670a;hp=0000000000000000000000000000000000000000;hpb=9270d54732d8cf73030555fdc32fa9ff929b22c2;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/change_ship.html b/fs_selfservice/FS-SelfService/cgi/change_ship.html new file mode 100755 index 000000000..1a3b85d6d --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/change_ship.html @@ -0,0 +1,104 @@ +MyAccount + +MyAccount

+<%= $url = "$selfurl?session=$session_id;action="; ''; %> +<%= include('myaccount_menu') %> + +Edit service address

+<%= if ( $error ) { + $OUT .= qq!Error: $error

!; +} ''; %> + +
+ + + + +<%= + foreach ( + qw( last first company address1 address2 city county state zip country + daytime night fax ) + ) { + $OUT .= qq!!; + }; + ''; +%> + +(param('same') eq 'Y') ? 'CHECKED' : '' %> + >same as billing address) +<%= $r=qq!* !; + if (!$ship_last || $cgi->param('same') eq 'Y') { + $disabled = 'DISABLED STYLE="background-color: #dddddd"'; + foreach ( qw( last first company address1 address2 city county state + zip country daytime night fax ) + ) { + ${"ship_$_"} = ${$_}; + } + }else{ + $disabled = ''; + } + $pre = 'ship_'; + include('contact'); +%> + +"> +
+ +
+
+powered by freeside +