From c0fdb0884f3e5fb72e83e0b65d52b5a593bd670a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 23 Jan 2008 19:18:39 +0000 Subject: change service, billing, and payment info in selfservice --- fs_selfservice/FS-SelfService/cgi/change_ship.html | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100755 fs_selfservice/FS-SelfService/cgi/change_ship.html (limited to 'fs_selfservice/FS-SelfService/cgi/change_ship.html') 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 + -- cgit v1.2.1