When you don t want to lose your site s existing look and feel, you re

Size: px
Start display at page:

Download "When you don t want to lose your site s existing look and feel, you re"

Transcription

1 Bonus Chapter 2 Hosting Your Site In This Chapter Hosting at home (page) Giving your site a test Using tags on a page When you don t want to lose your site s existing look and feel, you re short on time, and you want to save on hosting costs, hosting your HTML files through your NetSuite account is a great way to go. (To host a site means to keep the files for that site on a server and make sure that server stays up and running so everyone can see your Web site.) You can use the NetSuite site-hosting feature two ways: Hosting your entire site: This keeps you from paying a third party for hosting costs since hosting is included with your NetSuite account, and it also lets you integrate your inventory and accounting at a later date. This option is for informational sites only and not for stores. Hosting your home page: This allows you to have the best of both worlds keep your familiar HTML home page (hosted in NetSuite) and create the other tabs in NetSuite for selling your items or services. This option is widely used for integrating an existing informational site or page with a NetSuite store. Being the Host with the Most To get started hosting a site or page in NetSuite, you need to do three things, which we expand on in the sections of this chapter: 1. Enable the Host HTML Files feature. 2. Upload your HTML files. 3. Set your home page type, home page, and the base URL or Web address to publish your stored HTML files (such as

2 BC16 NetSuite For Dummies Enabling the Host HTML Files feature Enabling the Host HTML Files feature in your account creates the Web Site Hosting Files folder in your File Cabinet. This folder contains two subfolders (Live and Staging) where you can publish, store, and test your files. To enable the feature, Administrators can follow along: 1. From the Setup tab menu, choose Company Enable Features. The Enable Features page appears. 2. Click the Web Presence tab. 3. Select the Host HTML Files check box. The check box, shown in Figure BC-1, is in the Publishing section. 4. Click the Save button. The Setup Manager page appears, and the feature is enabled. Figure BC-1: Enable the Host HTML Files feature to add a folder for hosting Web pages in your File Cabinet. Once you enable the feature, a new Web Site Hosting Files menu option is added under the Setup tab s Web Site heading. This option links to the Web Site Hosting Files folder of the File Cabinet, which you can also access from the Documents tab.

3 Bonus Chapter 2: Hosting Your Site BC17 Uploading HTML files Using the NetSuite hosting feature is really as easy as uploading the HTML files from your hard drive, just like you add an attachment to an . You can organize the files however you like, and as long as they re in the Web Site Hosting Files folder of the File Cabinet, they re in the wings and ready to be selected for the big show. To upload files: 1. From the Setup tab menu choose Web Site Web Site Hosting Files. The Web Site Hosting Files folder of the File Cabinet opens, as shown in Figure BC Click the folder you want to upload files to: Live Hosting Files: Files here are immediately live on your site as long as you have the Live Hosting Files folder selected as the root folder on the Web Site Setup page and have your domain name set up. Staging Hosting Files: Files here can be used for staging with a domain different from your live domain. You can set up your staging domain from the Setup tab menu: Choose Web Site Domains. For more information, see Staging and Testing Hosted Pages. 3. To add a single file, Click the Add File button. To add many files at once, go to Step 5. The button s at the bottom of the page. When you click it, a window opens. 4. Double-click the file you want to upload. 5. To add multiple files: Create a.zip folder of your files. 6. Click the Advanced Add button. 7. Click the Browse button next to the Zip Archives to Add field. 8. Double-click your.zip folder. 9. Click Add. Multiple files from a.zip folder are automatically unzipped in the File Cabinet. That way you can see each file and download or save over them individually when you need to make changes. Don t forget to upload your images, too!

4 BC18 NetSuite For Dummies If you change your file organization in the File Cabinet from how they were organized on your hard drive or FTP site, be sure to update the <href> and <img> tag paths correctly in your HTML files. Figure BC-2: A new Web Site Hosting Files link and folder are added for hosting custom Web pages through NetSuite. Publishing your hosted files Before your HTML files go live on the Web, you have to tell NetSuite that you want to use those files for your Web site instead of the NetSuite-generated site pages. This is done Surprise! on the Web Site Setup page shown in Figure BC-3. To publish your files: 1. From the Setup tab menu, choose Web Site Set Up Web Site. The Web Site Setup page appears. 2. Choose the Setup tab. 3. Go to the Home Page section 4. Select Hosted Web Page for Web Site Home Page Type. 5. Select the name of the HTML page for Web Site Home Page. 6. From the Default Hosting Root drop-down list, choose your live site from the Web Site Hosting folder. You choose it from the File Cabinet. 7. Click the Save button.

5 Bonus Chapter 2: Hosting Your Site BC19 Figure BC-3: Settings for publishing your custom HTML pages are found in this section of the Web Site Setup page. Your HTML files are now published! Check out how your hosted site looks: From the Setup tab menu, choose Web Site Preview Web Site. Don t be fooled by the fact that this page title includes Preview. You can view it just as easily using your domain name on the Web. This page can be handy if you haven t set up your domain name yet and are using the NetSuite-generated URL. Hosting Your Home Page If you want to use your custom HTML file for your home page and use NetSuite s catalog, shopping cart, and checkout, follow the same three steps as detailed in the subsections of Being the Host with the Most. To show the NetSuite-generated header and shopping tabs, you just need to add some tags to your HTML file: In the <head></head> section of your code, add the <NLPAGEFULLHEAD> tag. In the first table of your site, add the <NLPAGETOP> tag. These two tags add your logo, the login and register links, and the tabbed heading with shopping, cart, and checkout tabs as they appear in the regular NetSuite-generated site.

6 BC20 NetSuite For Dummies In your NetSuite account, you can edit the look of the shopping cart and checkout pages to a limited degree. 1. From the Lists tab menu, choose Web Site Tabs. 2. Click Edit next to Shopping Cart or Checkout. 3. Edit the messages or HTML in some areas of the pages. Staging and Testing Hosted Pages If you ve done some experimental work with your HTML, make sure it looks okay before it goes live. You ll be happy to know you can stage and test your site in a browser through NetSuite. However, you need to have a domain name specifically for staging/testing. (Staging means putting your site in a place where only you and other testers can see it. Once you re sure everything s working well, then you can take the site live. In the drama of the Web, staging is the rehearsal and live is the performance.) For example, if your main domain name is you also need to buy a domain name something like You don t want this domain name to be too similar to your regular domain name, though. You don t want customers to accidentally land there. Once you have a staging/testing domain name that is specifically for staging, you can set it up in NetSuite, as shown in Figure BC-4. To set up a domain name for staging and testing: 1. From the Setup tab menu, choose Web Site Domains. The Set Up Domains page opens. 2. In the Domain Name column, enter the URL. 3. In the Hosted As column, choose Hosted Web Page. 4. In the HTML Hosting Root column, choose Staging Hosting Files. 5. In the Home Page column, choose the page from that folder that should be used as the home page for the domain. 6. Click Add. 7. Click Save. When you have HTML files to test, simply upload them to the Staging Hosting Files folder of the File Cabinet. For details on how to do this, see Uploading HTML Files in this chapter. You can then preview them on your designated staging domain.

7 Bonus Chapter 2: Hosting Your Site BC21 Figure BC-4: Set up a domain for staging purposes on the Set Up Domains page. Feeling Itchy about Tags One of the benefits to hosting your site in NetSuite is that you can use NetSuite s tags to call information from item or customer records, among other things. This allows you to place the tag in your HTML once and have it update automatically when the record it references is changed. For example, even though you don t use a NetSuite-generated site to sell items, you want to show a few pictures of your most popular items in your custom HTML pages. Normally you d upload the images to the File Cabinet and reference them in the HTML, which requires you to re-upload the image when a new one is available. Instead, using the <%=getattribute('item','1','storedisplayimagehtml')%> tag in your HTML automatically updates the image every time the image is updated on the item s record in NetSuite. For a table of supported tags, click Help in the upper-right corner of your NetSuite account, and search for Web Site Tags. Tags that can be used with custom HTML pages are marked as such. Additionally, you can use some of the tags typically used for the themes applied to NetSuite-generated pages to make a hosted page more cohesive with other pages when you re combining custom hosted and NetSuitegenerated pages in one site. For example, you can add login links and a shopping cart summary portlet to a hosted page. When using attribute tags in hosted pages, you can only use the following tag format: <%=getattribute('recordtype','id','attribute')%> To find the ID from the item record, turn on the Show Internal IDs preference. 1. From the Home tab menu, choose Set Preferences. 2. Choose the General tab. 3. In the Default section, select the Show Internal IDs check box. This adds record IDs to lists for quick skimming.

8 BC22 NetSuite For Dummies

If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog.

If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog. If you re using Internet Explorer as your internet browser, you must answer NO to the security warning when first accessing the catalog. The McKesson Punch-out catalog offers an interactive user guide

More information

How to use your Participant Center for fundraising success! How to: Login

How to use your Participant Center for fundraising success! How to: Login How to: Login Visit comewalkwithme5k.org and click on the LOGIN button on the top, right-hand corner of the page. Enter the Username and Password you registered with. If you forgot either, click on the

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

The following pages within this guide will explain to you stepby-step how to set up your sites.

The following pages within this guide will explain to you stepby-step how to set up your sites. Thank you for purchasing VORTEX 47. VORTEX 47 websites are loaded with some of the Highest Gravity, Most Popular items listed on Clickbank. These sites are optimized for Google Adsense Ads as well as Amazon

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips

A new clients guide to: Activating a new Studio 3.0 Account Creating a Photo Album Starting a Project Submitting a Project Publishing Tips Getting Started With Heritage Makers A Guide to the Heritage Studio 3.0 Drag and Drop Publishing System presented by Heritage Makers A new clients guide to: Activating a new Studio 3.0 Account Creating

More information

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes.

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 2) Go to Step One and watch the video How To See If My Domain Name Is Available 3) Click the link directly

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

for Theme design, code and documentation authored by R.Bhavesh for

for Theme design, code and documentation authored by R.Bhavesh for for SimpleSite-01 An advanced wordpress theme that helps everyone build a portfolio/showcase or create product site in minutes, saves weeks of time, maintaining top notch standards-compliant quality. Theme

More information

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users)

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users) User Guide Rev1.1 Table of Contents General Use... 2 Searching for Assets (All users)... 2 Browsing for Assets (All users)... 2 Viewing and Downloading an Asset (All Users)... 2 Downloading Large Files

More information

Autoresponder Guide. David Sharpe

Autoresponder Guide. David Sharpe David Sharpe There are two autoresponders that I personally use and recommended AWeber and Sendlane. AWeber AWeber is a great service to use if you already have a website you are using. You can easily

More information

Marketing Portal User s Guide. Buy A List Orders

Marketing Portal User s Guide. Buy A List Orders Marketing Portal User s Guide Buy A List Orders page 1 Marketing Portal User s Guide 1. Welcome to AdVestors Marketing Portal User s Guide! Please enter: hvamarketing.com into your browser s URL address

More information

Musik. Responsive Music WordPress Theme.

Musik. Responsive Music WordPress Theme. Musik Responsive Music WordPress Theme http://themeforest.net/item/musik-responsive-music-wordpresstheme/12127123 In this document we mainly will cover the installation and use of this theme. If you have

More information

Using Google Drive Some Basics

Using Google Drive Some Basics Using Google Drive Some Basics Contents LOGIN 2 PURPOSE OF GOOGLE DRIVE 2 CREATE A FOLDER ON GOOGLE DRIVE 3 SHARE A FOLDER ON GOOGLE DRIVE 4 DOWNLOADING FROM GOOGLE DRIVE 5 UPLOADING TO GOOGLE DRIVE 6

More information

Weebly 101. Make an Affordable, Professional Website in Less than an Hour

Weebly 101. Make an Affordable, Professional Website in Less than an Hour Weebly 101 Make an Affordable, Professional Website in Less than an Hour Text Copyright STARTUP UNIVERSITY All Rights Reserved No part of this document or the related files may be reproduced or transmitted

More information

Gift Card Manager Extension

Gift Card Manager Extension Ph: +91-120-4243310 Gift Card Manager Extension User Manual v1.0.0 Prepared by E-mail: support@knowband.com E-23, Sector-63, Noida. Phone: +91-120-4243310 1 Ph: +91-120-4243310 Contents 1.0 Introduction

More information

Card Magic. Module for Miva Merchant. Introduction. Table of Contents

Card Magic. Module for Miva Merchant. Introduction. Table of Contents Card Magic Module for Miva Merchant Copyright 2007, 2008 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

Tutorial Tutorial. (Click here to go to the next slide and to learn more)

Tutorial Tutorial. (Click here to go to the next slide and to learn more) Tutorial Tutorial Read all the directions before proceeding Anything that says (click to learn more) will point to a button that you can click to learn more information about that topic. In the bottom

More information

Cart32 Store Builder User Manual

Cart32 Store Builder User Manual Cart32 Store Builder User Manual 1 Contents 1. Client and Sales Summaries... 3 2. Main Categories... 3 3. Store Builder Sub-Categories... 3 Categories... 4 Add a Category/Subcategory... 5 Edit a Category/Subcategory...

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Google Sites 101. Mrs. Wilson

Google Sites 101. Mrs. Wilson Google Sites 101 Mrs. Wilson Google Sites 101 Create a site 1. Go to http://sites.google.com/ 2. Login with your Google Account [or Google Apps account] email address and password You can create a Google

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

Chopra Teachers Directory Listing Manual

Chopra Teachers Directory Listing Manual Chopra Teachers Directory Listing Manual Table of Contents Introduction... 1 Login... 2 Managing your Directory Listing... 3 Locations... 3 Adding or Editing a Location... 4 Managing Featured Teacher Information...

More information

TECHNICAL RESOURCE Remote Banner Control

TECHNICAL RESOURCE Remote Banner Control TECHNICAL RESOURCE Remote Banner Control Let marketing update logos, banners and graphics at will. www.exclaimer.com Remote Banner Control This Dynamic Content or Remote Banner Control feature lets a nominated

More information

Bitcoin for WooCommerce Documentation

Bitcoin for WooCommerce Documentation Bitcoin for WooCommerce Documentation Release 3.0.1 EliteCoderLab June 13, 2015 Contents 1 Table of Contents 3 2 Installation 5 2.1 Server Requirements........................................... 5 2.2

More information

Color Swatch v5. User manual

Color Swatch v5. User manual Color Swatch v5 User manual Table of contents 1. Overview 1.1 General information 1.2 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions 3. Creating an Attribute

More information

Putting Examview Tests and Quizzes into MOODLE Courses

Putting Examview Tests and Quizzes into MOODLE Courses Putting Examview Tests and Quizzes into MOODLE Courses 1. Create your test or quiz using examview and save your test bank into the file you want to save it to on your computer. 2. Click on "File" in the

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL. February 2017

INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL. February 2017 INSTRUCTIONS FOR INSTALLING THE FACEBOOK BBB DYNAMIC SEAL February 2017 INTRODUCTION Installing the BBB Dynamic seal on your facebook page allows you to broadcast and advertise your BBB Accreditation and

More information

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 1. Open Google Earth. 2. Familiarize yourself with Google Earth s navigational features by zooming into Furman s campus, your

More information

Templates and Forms A Complete Overview for Connect Users

Templates and Forms A Complete Overview for Connect Users Templates and Forms A Complete Overview for Connect Users Chapter 1: Introduction... 3 Chapter 2: Microsoft Online Templates... 3 Word Templates... 3 Template Details... 4 Create a Template... 4 Update

More information

How To. Create a Free Autoresponder Using

How To. Create a Free Autoresponder Using How To Create a Free Autoresponder Using by michael@myaimbot.com Legal Notice: This ebook is copyright protected. This is only for personal use. You cannot amend, distribute, sell, use, quote or paraphrase

More information

MyNIC Team Site - Document Sharing

MyNIC Team Site - Document Sharing Table of Contents Create a Document...2 Upload a Document...3 Rename Document...4 Edit a Document...6 Check-out a Document...6 Edit a Document...7 Check-in a Document...9 Check-in Someone Else s Document...

More information

Setting PSE 15 Preferences

Setting PSE 15 Preferences Setting PSE 15 Preferences Most of the preferences in both the Organizer and the Photo Editor module can be left at their defaults. In this document we will highlight a few you may want to review early

More information

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide Contents All About Catalog Browse...2 Add a Product...5 Basic Info...5 Display Options...6 Taxes & Shipping...6 Inventory Control...7 Descriptions...8 Left Side Menu...9 Product Details...9 Images and

More information

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

Creating an Xtra-Normal Movie. 1. Go online and type in the URL 2. Click on Create a Movie. 3. Click on Create An Account

Creating an Xtra-Normal Movie. 1. Go online and type in the URL  2. Click on Create a Movie. 3. Click on Create An Account Creating an Xtra-Normal Movie 1. Go online and type in the URL http://edu.xtranormal.com 2. Click on Create a Movie 3. Click on Create An Account 4. Fill out the registration form and type the verification

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits.

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits. Card Magic Module for Miva Merchant Copyright 2007 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you need additional

More information

WHILE YOU RE GETTING ORGANIZED

WHILE YOU RE GETTING ORGANIZED CAMPTECH.CA WHILE YOU RE GETTING ORGANIZED 1. Go to camptech.ca/wordpress and download the PDF of slides. 2. If you have to leave early, please remember to fill out the (100% anonymous) feedback form on

More information

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih OpenCart E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih Introduction OpenCart is free open source ecommerce platform for online merchants. It is a module based system which allows users

More information

Lab 5: Dreamweaver CS5, Uploading your Web site

Lab 5: Dreamweaver CS5, Uploading your Web site Lab 5: Dreamweaver CS5, Uploading your Web site Setting up Local and Remote Information: 1. Launch Dreamweaver 2. Choose site->new site 3. By Site Name give your site a name. Make sure the name has no

More information

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+)

Quick Start. (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) (For SlideShowPro for Flash 1.8+ and SlideShowPro Director 1.1+) Contents Introduction...3 Your first slideshow with SlideShowPro for Flash...4 Your first slideshow with SlideShowPro for Flash and SlideShowPro

More information

WebEasy Getting Started with OsCommerce Guide

WebEasy Getting Started with OsCommerce Guide WebEasy Getting Started with OsCommerce Guide Copyright WebEasy Getting Started with OsCommerce Guide Copyright 2003 2010 Avanquest North America Inc. All Rights Reserved. Web Easy is a registered trademark

More information

USER GUIDE PowerShare CRM

USER GUIDE PowerShare CRM USER GUIDE PowerShare CRM 2013 2015 Contents Overview Configuring PowerShare Expiration Footnote Sticky-note Subtitle Link Text Email Body Security Roles Uploading PowerShare Documents Sending a PowerShare

More information

Installation Instructions Nochex Payment Module for Jigoshop ecommerce

Installation Instructions Nochex Payment Module for Jigoshop ecommerce Installation Instructions Nochex Payment Module for Jigoshop ecommerce A guide to the installation of the Nochex payment module for Jigoshop ecommerce. All the information you need to start accepting Nochex

More information

Thank You. Hello. Special offer

Thank You. Hello. Special offer % Thank You Hello Special offer Guide to Dynamic Content These days, effective email marketing campaigns are all about relevance. The time when generic mass mailings generated justifiable income are almost

More information

Online Ordering Guide

Online Ordering Guide Online Ordering Guide Ordering ( Order by Phone You can order your materials via phone from 8:00 a.m. to 5:30 p.m. (CST), Monday through Friday. Before you call, please be sure that you have all the relevant

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

More information

Automating Digital Downloads

Automating Digital Downloads Automating Digital Downloads (Copyright 2018 Reed Hoffmann, not to be shared without permission) One of the best things you can do to simplify your imaging workflow is to automate the download process.

More information

What do we mean by layouts?

What do we mean by layouts? What do we mean by layouts? A layout is how you position the elements of your page You can have columns Move paragraphs and sections around And you can do this all without changing the content of your

More information

QNet Online Ordering Ordering Instructions

QNet Online Ordering Ordering Instructions QNet Online Ordering Ordering Instructions If you require any assistance please don t hesitate to contact your account manager or coordinator on +61 3 9834 3000. Page 1 Getting Started: DMC Group s Quantum

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE Folders new projects. Organise your folders to find files quickly and easily 1 Look in your yellow storage Folders it can be organised into simple folder structures to help with browsing 2 Click on your

More information

Wholesale Add To Cart Grid. User manual

Wholesale Add To Cart Grid. User manual Wholesale Add To Cart Grid User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

More information

How to post a job on Inside Higher Ed

How to post a job on Inside Higher Ed How to post a job on Inside Higher Ed Start at careers.insidehighered.com. Click the Post Jobs link in the top section. If you ve already registered your recruiter account, log in now using the pop-up

More information

Inventory Procedures

Inventory Procedures Inventory Procedures Contents Overview... 3 What you ll need:... 3 Formulating a plan:... 3 Basic Workflow:... 3 Setting Up the Tablet (ios)... 4 Setting Up the Scanner... 8 Scanning... 9 Appendix A: Log

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

GET A WEBSITE USING WORDPRESS

GET A WEBSITE USING WORDPRESS GET A WEBSITE USING WORDPRESS WEBSITE QUICKSTART 5 EASY STEPS Anyone can do to get their first website up and running with wordpress in just a few minutes. Plus 20 training videos on how to use it. WORDPRESS

More information

Soundburst has been a music provider for Jazzercise since Our site is tailored just for Jazzercise instructors. We keep two years of full

Soundburst has been a music provider for Jazzercise since Our site is tailored just for Jazzercise instructors. We keep two years of full Soundburst has been a music provider for Jazzercise since 2001. Our site is tailored just for Jazzercise instructors. We keep two years of full R-sets and at least four years of individual tracks on our

More information

How to Convert a PDF to PNG

How to Convert a PDF to PNG Believe it or not, there is a free online tool that will quickly and easily help you to convert your PDF documents to PNG format in a matter of seconds! 1. After you have downloaded the PDF document to

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

All-In-One-Designer Promotion Handbook. Promotion

All-In-One-Designer Promotion Handbook. Promotion All-In-One-Designer Promotion Handbook Promotion Introduction Promotions have been a stable sales strategy in retail since, well the beginning of time. Some say that it started with the Mesopotamian tribes

More information

MAGENTO 2 INSTALL EXTENSION MANUALLY

MAGENTO 2 INSTALL EXTENSION MANUALLY MAGENTO 2 INSTALL EXTENSION MANUALLY As you may know, there are two most popular ways of installing Magento 2 extension manually. The first one is to use COMMAND LINE (recommended) and the second one is

More information

Lead Rocket Training Manual

Lead Rocket Training Manual Lead Rocket Training Manual Discover the Most Incredible Bonus Gift Ever! Just go to http://undergroundmarketers.com/bonus This guide is devised into 3 parts the first section details how to install, activate

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Installation Instructions Nochex Payment Module for Ecwid

Installation Instructions Nochex Payment Module for Ecwid Installation Instructions Nochex Payment Module for Ecwid A guide to the installation of the Nochex payment module for Ecwid. All the information you need to start accepting Nochex payments in Ecwid. Version

More information

Introduction to iinet. shoppingcart. 2/ 7 Design options

Introduction to iinet. shoppingcart. 2/ 7 Design options Introduction to iinet shoppingcart 2/ 7 Design options Introduction to Shopping Cart 2/7 - Design options An easy-to-use shop system is only half the battle for successful online business. The other half

More information

UAccess ANALYTICS Next Steps: Creating Report Selectors

UAccess ANALYTICS Next Steps: Creating Report Selectors UAccess ANALYTICS Arizona Board of Regents, 2015 THE UNIVERSITY OF ARIZONA created 08.10.2015 v.1.00 For information and permission to use our PDF manuals, please contact uitsworkshopteam@list.arizona.edu

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon.

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon. How to create and order individual pages 1. Once you open the My Memories Suite software, choose the Design icon. 2. Under the Photobooks category, choose the size you would like your project to be out

More information

What s in This Book Part I: Basic Searches Part II: Specialized Searches

What s in This Book Part I: Basic Searches Part II: Specialized Searches Introduction I use Google every day. I ve been using it every day since it first launched before it launched, actually, when it still had the word beta on its home page. I use Google because it s easy

More information

Creating a multilingual site in WebPlus

Creating a multilingual site in WebPlus Creating a multilingual site in WebPlus One of the problems faced by a number of WebPlus users involves organizing a multilingual website. Ordinarily, the easiest way to do this is to create your primary

More information

Web Designer s Manual

Web Designer s Manual Web Designer s Manual web Design Guide Designed by: Tim Green Table of Contents Saving Set Up and Starting Tips pg 3-4 pg 13-14 Classes Page

More information

Google Drive: Access and organize your files

Google Drive: Access and organize your files Google Drive: Access and organize your files Use Google Drive to store and access your files, folders, and Google Docs anywhere. Change a file on the web, your computer, or your mobile device, and it updates

More information

MyanPay API Integration with WordPress & WooCommerce CMS

MyanPay API Integration with WordPress & WooCommerce CMS 2016 MyanPay API Integration with WordPress & WooCommerce CMS MyanPay Myanmar Soft-Gate Technology Co, Ltd. 7/6/2016 MyanPay API Integration with WordPress & WooComerce 1 MyanPay API Integration with WordPress

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide DocStore Catalog Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/wu 2. Input User ID and Password and click

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla!

AceShop Quick Guide. AceShop is the integration of two of the most popular open source projects in the world: OpenCart and Joomla! AceShop Quick Guide 1.1 What is AceShop? AceShop is a full-featured e-commerce component for Joomla with an easy to use, search engine friendly, visually appealing interface. AceShop is the integration

More information

BUSINESS CARDS. WHEN ORDERING, REFERENCE BID # on your requisition. Example: Qty of Business Cards for John Runnels

BUSINESS CARDS. WHEN ORDERING, REFERENCE BID # on your requisition. Example: Qty of Business Cards for John Runnels BUSINESS CARDS Awarded Vendor: Thermcraft MUNIS VENDOR NUMBER: 9754 WHEN ORDERING, REFERENCE BID #007-16 on your requisition. Enter your requisition to the vendor listed above. In your description field

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

This chapter introduces you to the Office Web Apps, the online versions

This chapter introduces you to the Office Web Apps, the online versions Chapter 1: Preparing to Use the Office Web Apps In This Chapter Understanding how the Office Web Apps work Signing up to use the Office Web Apps Using Windows Live SkyDrive to store files online Maintaining

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

Using Stanford Community itunes

Using Stanford Community itunes Using Stanford Community itunes Stanford s itunes Community partnership provides a great place for sharing and presenting Stanford community course materials, including talks, movies, and other content.

More information

Basic Uses of JavaScript: Modifying Existing Scripts

Basic Uses of JavaScript: Modifying Existing Scripts Overview: Basic Uses of JavaScript: Modifying Existing Scripts A popular high-level programming languages used for making Web pages interactive is JavaScript. Before we learn to program with JavaScript

More information

Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up

Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up Understanding Your Dashboard Once you have your website set up, you will have access to a standard Wordpress back-end with Wishlist member

More information

WebCRD Ad-Hoc Ordering Instructional Walk-through Document

WebCRD Ad-Hoc Ordering Instructional Walk-through Document WebCRD Ad-Hoc Ordering Instructional Walk-through Document Spectrum Brands Ad-Hoc Ordering December 2016 Ver. 2.0 2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks

More information

Instructions and Step by Step Guide

Instructions and Step by Step Guide Instructions and Step by Step Guide Version 1. 2017 This guide is produced through the Author2Market automated production system and is a perfect example of our Book-Of-One Revolution! www.author2market.com

More information

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care program. And I m joined by Carolyn McCornac, also Program

More information

skype ID: store.belvg US phone number:

skype ID: store.belvg   US phone number: 1 Table of Contents Table of Contents: 1. Introduction to Products Sorting... 3 2. How to Install... 4 3. How to Configure... 5 3.1. How to create sorting attributes... 5 3.2. How to manage sorting attributes...

More information

How to Create a Basic Webpage in WordPress

How to Create a Basic Webpage in WordPress By Debra McClure Intended Audience: WordPress is a free content management system (CMS) that is used to create blogs and websites. These instructions are for people who already have WordPress installed

More information

A Guide to Blogging on Wordpress

A Guide to Blogging on Wordpress A Guide to Blogging on Wordpress Below is a written guide with pictures for using the WordPress blogging platform. If you re more of a visual person, there are videos here: http://wordpress.tv/category/howto/

More information

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be

More information

Designing Your Teacher Page. Medora Community School Corporation

Designing Your Teacher Page. Medora Community School Corporation Designing Your Teacher Page Medora Community School Corporation Introduction This tutorial will show you the basics of creating and running your teacher page on the Medora Community Schools website. This

More information