$ignore_session = 'Y'; # dont want to override $portal
include "common.inc";
if ($portal)
upd_sessdata('portal',$portal);
# SAME as index.htm but assumes that the portal is set
if ($login OR $login_field)
{
include 'auth.php3';
}
form_head('','');
?>
This is the main administration page for Ecommerce. Here you can add your site for a free trial or check out some of the facilities. Login as guest with password guest when you check any of the reports.
Existing members can change their details, add more products, analyse their orders and generate HTML code.
Select an Option
- Member Details. Clients can sign up here and amend their site or shipping details.
- Product Details. Add categories or products singly or in bulk and amend or remove products.
- Links and HTML code. Generate links for your catalogue or HTML code for individual products buy buttons.
- Orders. Order analysis, order payment details and order history.
if ($portal == 'bullnet')
{
echo '
- Resellers. Reseller package and reseller statistics.';
}
?>
- Miscellaneous. Login to the site or tell a friend about us.
Members Details
Products - Load and Amend Products Details
Link Code for Your Pages
Orders
Miscellaneous
if ($portal == 'bullnet'): ?>
Resellers
endif; ?>
form_foot();
?>