OfficeTrio: The Integrated ECommerce Solution OfficeTrio: The Integrated ECommerce Solution OfficeTrio: Features OfficeTrio: User Manual OfficeTrio: Testimonials OfficeTrio: The Demo is Offline! OfficeTrio: Order O3 Now
EWS is no longer available


Notice: Undefined variable: us_name in /homepages/6/d168803796/htdocs/officetrio.com/right-menu.php on line 35

Notice: Undefined variable: us_email in /homepages/6/d168803796/htdocs/officetrio.com/right-menu.php on line 35
U:
P:

Login Page

Introduction
Payments
Users
Login
Access
Categories
Products
Downloads
Deliveries
Containers
Catalog
Cart
Search
Orders
Emails
IPN
Stats

Modules
Affiliates
Content
Types
List Items
Image Upload
Scheduler
File Browser
Stock Control

Appendices
Settings
Functions
Actions
Caching



Forums
Members Area
Customers Area
Affiliates

Contribute
Installation
Contact Details
Terms
FAQ
Testimonials

Free Tutorials
Free EBooks
Free Scripts

PayPal - Accept Credit Cards Online

StormPay - Accept Credit Cards Online

PHP: Open-Source Server-Side Scripting Language

MySQL: Fast Relational Database



O3 comes with a full 30-day, no-quibble money back guarantee.



Problems are only opportunities in work clothes.
    Henry J. Kaiser




O3 System Settings

General | Menu | Cache | Search | ECommerce | PayPal | StormPay | Catalog | Containers | Membership | Emails | Affiliate | CMS | Types | Items | Scheduler | Uploader

Apart from the few core settings in the o3start.php file, most of O3's settings are managed online in the 'Settings Manager'. There are a lot of settings split into sections, here they are described in detail:

General Settings

Website NameWebsite Name
DescriptionWebsite Description
Image DirectoryDirectory where product & category images are stored
Customers DirectoryDirectory where customer uploads are stored
Baseline PeriodThe baseline sales period for your company
Users Update FormUser profile update form - shown in the login page once logged in.
Update PagePage where items are updated by default. Not implemented - use the catalog page.
Access Denied MessageMessage to show when user is denied access
No Cookies MessageMessage to show in place of the shopping cart when user has cookies disabled.
Text Field SizeSize of date fields in O3 admin pages
Number Field SizeSize of date fields in O3 admin pages
Date Field SizeSize of date fields in O3 admin pages
Show 'More'Show 'More' info in Products Manager by default
Show DB InfoShow databse interaction messages (i.e. 'Item updated...')
Always Add UsersReserved. Leave ON

Menu

Show Menu TextShow the menu text below the icons?
Show Catalog Icon
Show ... IconShow the ... icon in the menu bar?

Cache

Use Cache?Enable cacheing? All thing in O3 can be cached to disk and this can dramatically improve performance - especially if your database server is busy...
Cache TimeHow long cached objects are valid for in seconds. Good values are minutes or hours i.e. 1 hour = 3600 seconds.
Cache DirThe directory to use to store cahce file in. It must be writable by the webserver - so the permissions will need to be set to world-writable.

Search

General Settings
Search PageThe page where searches are done. usually catalog.php
Search Script Dir.The directory where the Advanced search scripts are kept. (See the page on Types for more info.
Search LengthThe amount of text to return from a static-page match.
Row LimitThe number of things (products, items etc) to show per page.
Row Colour 1Alternating colours for rows...
Row Colour 2
Search Options
Search Products?When the search form is submitted - display matching products.
Search Categories?When the search form is submitted - display matching categories.
Search Website?When the search form is submitted - display matching pages.
Search Items?When the search form is submitted - display matching items.
Search Schedules?When the search form is submitted - display matching schedules.
Matching ... Headings
Product SearchHeading to display above product search results.
Category SearchHeading to display above product search results.
Website SearchHeading to display above website (static page) search results.
Content SearchHeading to display above content search results.
Item SearchHeading to display above item search results.
Schedule SearchHeading to display above schedule search results.
Mo Matching ... Text
No Matching ProductsText to display when there are no matching products
No Matching CategoriesText to display when there are no matching categories
No Matching Web PagesText to display when there are no matching web pages
No Matching ContentsNo Matching Contents (Articles) Text / HTML.
No Matching ItemsNo Matching Items Text / HTML.
No Matching SchedulesNo Matching Schedules Text / HTML.

General ECommerce

Return PageURL of page customers return to after a successful sale
Cancel PageURL of page customers return to after a cancellation
Secure URLURL of SSL secure area.
Billing Start DateDate the website started trading
Billing PeriodBilling period - usually 1 MONTH
Currency SymbolCurrency symbol
No Data Symbol Symbol to show when no matching data in affiliate stats
Password LengthLength of automatically generated passwords (up to 12)
Option SizeHow big (characters) should the Options input boxes be? (for products with options)
Confirm 2 Webmaster?Send a copy of order confirmation emails to the webmaster?
Cancel Now?Should accounts be terminated immediately when cancelled with the payment-provider?
Customers GroupNew customers have this text added to their Access field-- if not already present. This means you can have a customers only area easily.
Cart Empty TextText returned by show_cart() when the cart is empty. Note, the cart is also used to store items, so it can be used as a favorites list too...
Log To DB?Write the raw IPN data (all providers) to the backup table 'o3_ipndata'?
Log To File?Write the raw IPN data (all providers) AND the result of the IPN run to the specified file.

PayPal

PayPal EmailYour PayPal Email Address
Currency CodeCurrency Code (i.e. GBP, USD, EUR...)
IPN Notification URLPayPal IPN Notification URL - location of ipn.php i.e http://yourdomain.co/o3/ipn.phpWeb-Accept Button Text
Buy Button Text
Add To Cart TextAdd to cart text
View Cart TextView cart text
Subscribe TextSubscribe text
Checkout TextCheckout Text
Buy Button ImageBuy Button Image
Add To Cart ImageAdd to cart image
View Cart ImageView cart image
Subscribe ImageSubscribe image
Checkout ImageCheckout image
Website LogoYour website logo URL - 150 x 50 pixels

StormPay

Same as PayPal except for these fields:

StormPay IP AddressStormPay IP Address
Secret CodeSecret Code. This is set in your SP profile.

Catalog Page

Catalog Page URLDynamic O3 catalog page URL.
Breadcrumb Trail
Root Category NameThe title of the home, or root, of the catalog.
Item SeparatorThe default item separator in the breadcrumb trail.
Page Titles
Search ResultsSearch Results page title
Product ListProduct List page title.
Product DetailProduct Detail page title.
Categories ListCategories List page title.
Category DetailCategory Detail page title.
Page Headings
Product ListHeading for product list
Product DetailHeading for product detail
Category ListHeading for category list
Product SearchHeading for product search
Website Search ResultsHeading for webiste search
Root CategoryHeading for root category - i.e no parameters.

Catalog Page Containers

Products - ListContainer for products - List. Used to build product lists by the catalog page / show_products function.
Products - Detail Container for Products - Detail. Used to build single product detail pages by the catalog page / show_product function.
Categories - ListContainer for Categories - List. Used to build category lists by the catalog page / show_categories function.
Categories - DetailContainer for Categories - Detail. Used to build single category detail pages by the catalog page / show_category function.
Product Search ResultsContainer for Product Search Results. Used to build lists of matching products by the catalog page / show_products function.
Website Search ResultsContainer for Website Search Results. Used to build lists of matching webpages by the catalog page / site-search.php script. RESERVED - Not yet implemented.
Related ProductsContainer for Related Products. Used to build lists of related products where the PR-RELATED-PR macro is used in a Product Container.
Related CategoriesContainer for Related Categories. Used to build lists of related categories where the PR-RELATED-CT macro is used in a Product Container.
MenuContainer for Menu items. Used to build dynamic hierarchical menus by the show_tree function.
CartContainer for Shopping Cart Header. NOTE THIS IS A FORM - as it takes user input. It must be defined in the Forms Manager
Compare ContainerContainer for product / item comparisons. Used by the show_cart function.

Membership

Free Membership?Is there free membership available?
Commercial Membership?Are there any membership products available? If you create commercial membership products, they will automatically be displayed on the login page.
Signup TextYou can specify the text that will automatically appear above any buy buttons which on the login page here.
Membership Product TextAll products with this string defined in their name will be listed in the login page.
Membership Level TextIf this text is in the product name, the remaining characters become the user's access level. i.e Leveladmin.
Cookie DurationHow long does a user cookie stay valid for. Default 10 years.
Session DurationHow long does a session cookie stay valid for. Default 1 day (86400 secs).

Emails

Website Email AddressEmail address O3 emails are sent from.
Email SignatureEmail Signature. Appears at the bottom of outgoing IPN emails.
Email HeaderEmail Header. This is used in all outgoing emails
Validation EMails
Email Validation SubjectEmail Validation Subject. The subject text of the validation email that's sent out for free membership registrations.
Email Validation BodyValidation Email Body Text. (Text, 64Kb) Symbols: USER-NAME, USER-EMAIL, USER-PASSWORD, USER-VERIFY'
Affiliate Signup EMails
Affiliate Signups SubjectAffiliate Signups Email Subject.
Affiliate Signups BodyAffiliate Signups Email Body Text.
Order Confirmation EMails
Order Confirm SubjectOrder Confirmirmation Subject Text.
Order Confirm BodyOrder Confirmation Body Text. See the page in IPN for details on this email.
Cancellation EMails
Cancel Message SubjectCancel Message Subject.
Cancel Message BodyCancelation Body Text.

Affiliate Settings

Affiliates Link-Back URLPage where your affiliates should send prospects
Auto Affiliates?Should new users be made affiliates automatically>
Show Banners Icon?Show the Banners Manager icon in the menu?
Show MassPay Icon?Show the MassPay icon in the menu?

Content Management Module

Content EditorDefault content editor (HTML/WYSIWYG)
Display ColumnsDefault number of columns to format content-lists into
Contents List HeadingHeading for Contents List.
Contents List TitleContents List page title.
Contents Detail TitleDefault contents detail page title. This is overridden by the content title field.
Content List ContainerContainer for Contents - List. Used to build content lists using the catalog page / show_contents function.
Content Detail ContainerContainer for Contents - Detail. Used to build single content pages by the catalog page / show_content function.
Show Content IconShow Content Editor icon in menu?

Types Module

Users TypeType used for user profiles/preferences.
Show Type IconShow Types Manager icon in menu?

List Items Module

Show Items IconShow Items Manager icon in menu?
Show Forms IconShow Forms Manager icon in menu?
Displaying Items
Items List HeadingHeading for Items List.
Item Details HeadingHeading for Items Detail.
Items List TitleItems List page title.
Items Detail TitleItems List page title.
Item List ContainerContainer for Items - List. Used to build Items lists using the catalog page / show_items function.
Item Detail ContainerContainer for Items - Detail. Used to build single item pages by the catalog page / show_item function.
Inserting / Updating Items
Default Item StatusDefault status for items.
Create Item FormHTML + Macros which defines a Create Item button
Update Item FormHTML + Macros which defines an Update Item form
Delete Item FormHTML + Macros which defines an Delete Item form
Approve Item FormHTML + Macros which defines an Approve Item form
Item Expiry
Expiry IntervalDefault Item Expiry Interval (i.e. 7 DAY, 1 MONTH, 6 MONTH, 3 YEAR)
Item Expired SubjectEmail subject when an item has expired.
Item Expired MessageEmail body when an item has expired.
Item Expiring SubjectEmail subject when an item is due to expire.
Item Expiring MessageEmail body when an item is due to expire.
Renewal ProductDefault Item Renewal Product. This is the product used to create the renew buton which is displayed by the IT-RENEW symbol. So expiring listings can be renewed.
Add/Update/Delete Permissions
Add PermissionsItem Add Permissions (ALL|NONE|email@..|group)
Update PermissionsItem Update Permissions (ALL|NONE|CREATOR|email@..|group)
Delete PermissionsItem Delete Permissions (ALL|NONE|CREATOR|email@..|group)
Approve PermissionsItem Approve Permissions - Change status to Active (ALL|NONE|CREATOR|email@..|group)
Cart Text & Images
Add To Cart TextAdd To Cart Button Text.
View Cart TextView Cart Button Text.
Compare TextSubscribe Button Text.
Checkout TextCheckout Button Text
Add To Cart ImageAdd To Cart Button Image
View Cart ImageView Cart Button Image
Checkout ImageCheckout Button Image (Reserved)

Scheduler Module

Show Schedules IconShow Schedules Manager icon in menu?
Show Events IconShow Events Manager icon in menu?
Opening HoursA list of opening hours used to determine when events can be placed. Not yet implemented.
Displaying Schedules
Schedule List HeadingHeading for Schedule List.
Schedule Details HeadingHeading for Schedule Detail.
Schedule List TitleSchedule List page title.
Schedule Detail TitleSchedule Details page title.
Schedule List ContainerContainer for schedule lists.
Schedule Detail ContainerContainer for the schedule details.
Updating Schedules
Create Schedule FormHTML + Macros which defines an Create Schedule form
Update Schedule FormHTML + Macros which defines an Create Schedule form
Delete Schedule Form
Approve Schedule FormHTML + Macros which defines an Create Schedule form
Create Event FormHTML + Macros which defines an Create Event form
Update Event FormHTML + Macros which defines an Create Event form
Approve Event FormHTML + Macros which defines an Create Event form
Add PermissionsSchedule Add Permissions (ALL|NONE|email@..|group)
Default Schedule StatusDefault Schedule Status
Default View
Start TimeDefault Start Time for schedule display. Used by the show_schedule function.
End TimeDefault End Time for schedule display. Used by the show_schedule function.
IntervalDefault Interval for schedule display. Used by the show_schedule function.

Uploader Module

Maximum SizeMaximum file size for uploads in bytes. i.e. 30000
Size XUploaded images will be (proportionally) resized to this width (maximum).
Size YUploaded images will be (proportionally) resized to this height (maximum).
Upload Images FormDefault form allowing users to upload images.



Powered By OfficeTrio