- EBMS Knowledge Base
- E-commerce
- Site Administration | Static Pages
-
Client Resources
-
EBMS Main Documentation
- Introduction
- Getting Started
- Getting Started | Initial Installation
- Getting Started | Company Setup
- Quick User Guide | Financial Staff | Accountant
- Quick User Guide | Financial Staff | Accountant | Accountants Journal
- Quick User Guide | Sales Staff
- Quick User Guide | General Staff
- Features
- Reports
- Reports | Excel Add-In
- Reports | Excel Add-In | Troubleshooting
- Security
- Server Manager
- Technical
- Technical | Data Import and Export Utility
- Technical | SQL Mirror
- Automotive
- Automotive | Parts Catalog
- Automotive | Pricing
- Automotive | Point of Sale
- Automotive | Product Application
- Automotive | Keystone Interface
- Metal Supply
- Fuel Sales
- Horticulture
- Horticulture | Farm Setup
- Horticulture | Processing Payroll
- Horticulture | Managing the Farm
-
Sales
- Introduction
- Customers
- Customers | Miscellaneous Customers
- Proposals
- Proposals | Processing Proposals
- Proposals | Sets and Templates
- MyProposals
- MyOrders
- Sales Orders
- Invoices
- Materials Lists
- Sales and Use Tax
- Sales and Use Tax | TaxJar
- CRM
- CRM | Auto Send
- Recurring Billing
- Credits
- Customer Payments
- Payment Card Processing
- Payment Card Processing | Gift Cards
- Payment Card Processing | Loyalty Cards
- Payment Card Processing | Verifone Gateway
- Freight and Shipping Tools
- General Ledger Transactions
- Point of Sale
- Point of Sale | Point of Sale Hardware
- Point of Sale | Xpress POS System
- Point of Sale | Advanced Tools
- Signature Capture
- Salesperson Commissions
-
Inventory
- Product Catalog
- Product Catalog | Using Product Codes for No Count Items
- Product Pricing
- Product Pricing | Special Pricing
- Tracking Counts
- Unit of Measure
- Purchasing
- Special Orders and Drop Shipped Items
- Receiving Product
- Barcodes
- MyInventory and Scanner
- Components (BOM) and Accessories
- Components (BOM) and Accessories | Component Formula Tool
- Made-to-Order Kitting
- Configure-to-Order Kitting
- Multiple Inventory Locations
- Multiple Inventory Locations | Creating Locations
- Multiple Inventory Locations | Using Multiple Locations
- Multiple Inventory Locations | Product Catalog Sync
- Multi-Vendor Catalog
- Serialized Items
- Serialized Items | Purchasing or Manufacturing an Item
- Serialized Items | Selling and/or Associating an item with a customer
- Lots
- Product Attributes
- Product Attributes | Selling and Purchasing Items with Attributes
- Product Attributes | Custom Attributes
- Mobile Scanner (Legacy)
-
Labor
- Getting Started
- Workers
- Taxes and Deductions
- Work Codes
- Time and Attendance
- Time and Attendance | Time Track App
- Processing Payroll
- Closing the Payroll Year
- Processing Payroll - Advanced
- Salaried Pay
- Piecework Pay
- Direct Deposit
- 3rd Party Payroll Service
- Subcontract Workers
- Flag Pay
- Prevailing Wages
- MyDispatch
- MyTasks
- MyTime
- MyTime | Communications
- MyTime | Setup
- Tasks
- Tasks | Getting Started
- Tasks | Creating Tasks
- Tasks | Scheduling Tasks
- Tasks | Customizing Task Views
- Tasks | Managing Tasks
-
Financials
- Introduction
- Fiscal Year
- Chart of Accounts
- Budget
- Financial Reporting
- Transactions and Journals
- Transactions and Journals | Journals
- Account Reconciliation
- 1099
- Departments and Profit Centers
- Fund Accounts
- Bank Accounts
- Bank Feed
- Vendors
- Vendors | Miscellaneous Vendors
- Purchase Orders
- Expense Invoices
- Vendor Payments
- AP Transactions
- Landed Cost
- Fixed Assets and Depreciation
- Fixed Assets and Depreciation | Fixed Assets
- Fixed Assets and Depreciation | Fixed Assets | Adding Assets
- Fixed Assets and Depreciation | Processing Depreciation
- Fixed Assets and Depreciation | Disposing Assets
- MyJobs
-
E-commerce
-
Rental
-
Job Costing
-
Manufacturing
Advanced Options
Snippets
The Rad Editing Tools found in the Website Administrator can be used to insert snippets. Code snippets are used to create slideshows, photo galleries, and dynamic store navigation. Complete the following steps to insert snippets:
-
Open the Rad Editor Tools. Review the Editing Page Information section for more information on Rad editor Tools.
-
Click on the Insert Snippet drop down
-
Click on a snippet in the dropdown
-
Slide show - Insert the slide show snippet to create rotating images or banners on the page. Replace /MyImageFolder with the folder name of the images to be rotated. Note: All images should be the same size and formatted as .jpeg.
-
Photo Gallery - Insert the photo gallery snippet to create a gallery of images on the page. Replace /MyImageFolder with the folder name of the images to be included in the gallery.
-
Current Year - Insert the current year snippet to include code that automatically updates at the beginning of the year. This is often used for Copyright.
-
Blog Entry List - Insert the blog entry snippet to display a list of the most recent blog posts. Edit the number inside the <BlogEntryList></BlogEntryList> tags to determine the number of blogs displayed. Use the Blog Entry List With Photos snippet to add photos to the blog list, and use the Blog Entry List By Tag snippet to list all the blog posts tagged with a certain keyword.
-
EBMS Inventory Folder Navigation - Insert the folder navigation snippet to include links to the store inventory root folder and the first level of subfolders
-
EBMS Inventory Folder Sub-Navigation - Insert the sub-navigation snippet to include links to the store first level of sub folders.
-
Sign In/ Sign Out Link - Insert this snippet to include a link that changes based on the customer login status
-
EBMS Inventory Folder Content List - Insert this snippet to add inventory items from EBMS into a static page. Continue below to get more details on this snippet.
-
-
Click the View Page button to preview your snippet
Add EBMS Product to a Static Page
A folder of items can be listed on a static page by including the following code snippet in the html of the static page: <ebmsfoldercontentlist folderid="39" contentcount="6" template showFolders="false" showItems="true"></ebmsfoldercontentlist> Change the following code snippet settings to include the correct items, number of items, and display of items:
- folderid: Insert the ID of the parent folder of the items to be included in the page. This ID can be found by right clicking on the folder in EBMS and selecting Properties. The Tree ID is listed on the General tab of the folder.
-
contentcount: Set the number of items and/or folders you want to display
-
templatestyle: The template that you want to use to display items. See the Creating Website Content > Group Templates section for templates available.
-
showfolders: Set to true if subfolders should be displayed. Set to false if subfolders should be hidden.
-
showitems: Set to true if items should be displayed. Set to false if items should be hidden.
Change Email Form Settings
The editor allows the user to add or change form settings on a page.
-
Select Manage Content in the admin
-
Select a page with the pages folder
-
'From' Address is the email address the website will send the email from
-
'To' Address is the email address the website will send the email to
-
Subject will appear on the email sent from that specified website page
-
After submit of the form on the website, the website customer will be taken to the page specified in Success Redirect Page
-
Select Save to make the changes.