<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="Configuration.aspx.cs" Inherits="Admin_Configuration" Title="Configuration" %> <%@ Register TagPrefix="ConfigurationControls" Assembly="__code" Namespace="ConfigurationControls" %>

Configuration

Browse Configuration
Products to show on each page:

Inventory Configuration
Allow users to purchase out of stock items:

<% if (ddlShippingMethod.SelectedValue == "FlatRate") { %> <% } else if (ddlShippingMethod.SelectedValue == "Fedex") { %> <% } else if (ddlShippingMethod.SelectedValue == "USPS") { %> <% } else if (ddlShippingMethod.SelectedValue == "UPS") { %> <% } %>
Shipping
Free shipping for orders over: $
Handling fee: $
Source Zip Code:
Shipping Carrier:
Flat Rate Configuration
Rate: $
Ship Time:
FedEx Configuration
Gateway URL:
Account Number:
Meter Number:
Origin State:
USPS Configuration
Supported Services:
UPS Configuration
Test Mode:
Account Number:
XML Access Key:
User ID:
Password:
Supported Services:
(01 = UPS Next Day Air, 02 = UPS Second Day Air, 03 = UPS Ground, 12 = UPS Three-Day Select, 13 = UPS Next Day Air Saver, 14 = UPS Next Day Air Early A.M., 59 = UPS Second Day Air A.M., 65 = UPS Saver)
UPS Ship-Tool Configuration
Shipper Name:
ShipFrom CompanyName:
ShipFrom Address Line 1:
ShipFrom City:
ShipFrom Zip Code:
ShipFrom CA (2 letter abbreviation):

Tax Information
Tax Rate:
Tax State:

<% if (chkAllowedPayment.FieldValue.IndexOf("Credit Card") > -1) { %> <% } %>
Payment Configuration
Allowed Payment Types:
Credit Card Configuration
Selected Gateway:
<% if (ddlPaymentGateway.SelectedValue == "Authorize.NET") { %> <% } else if (ddlPaymentGateway.SelectedValue == "Order Email") { %> <% } else if (ddlPaymentGateway.SelectedValue == "PayPal") { %> <% } %>
Authorize.NET Configuration
API Login ID:
Transaction Key:
Order Email Configuration
Recipient Address
PayPal Configuration
Username
Password
Signature
Settle transactions immediately:
Accepted Cards:

Email
From Name:
Reply Email:
Administrative Email:

Misc.
Administrative Password:

ConstantContact Settings
ConstantContact Username:
ConstantContact Password:
ConstantContact API Key:

Test/Development Settings
Test Mode:
Use SSL: