For this tutorial I will be showing you how to set up opencart for an ecommerce website.
|
Mobile |
I am using opencart 2.1.0.2 and the default theme to build my store, this works on desktop, tablet and mobile.
|
Desktop |
Firstly you need to access your opencart administration, to access this type www.yourwebsitename.com/admin or http://localhost/opencartstore/admin in to your browser, you will then be asked to login with the username and password you created when installing opencart. You will then be directed to the opencart dashboard.
On the panel on the left hand side of the page, you need to click on systems. This will show a drop down menu and you need to click on settings.
|
Dashboard |
Once in the settings there will be a table your store name (default), your store url and a button for editing. Click on the edit button (pencil icon), you will be directed to this page.
|
Systems-settings-edit.
|
Now to edit the settings.You don't have to edit them all, just the ones with red stars next to them but I will go through them all. Most are self explanatory.
General Tab:
- Meta Title - Insert the name of your store, this will appear in the top left hand corner of a browser.
- Meta Tag Descriotion - Enter a description of your store, this is often used on search engine result pages.
- Meta Tag Keywords - Enter some keywords to describe your store, these keywords get your store listed in search engines (although not many big search engines use this anymore).
- Template - Will be set at default, change to what template you want to use.
- Default Layout - Leave at default or change to what suits your store best.
Store:
- Store Name - Change to what you want to name your store.
- Store Owner - Name of the store owner.
- Address - Address of where your business is located.
- Geocode - Enter geographical coordinated (longitude and latitude), this will display a map of your location.
- Email - Enter the email address you will be using for your business.
- Telephone - Enter the business telephone number.
- Fax - Enter the business fax number.
- Image - Upload your store logo.
- Opening Times - Store opening times.
- Comments - Any information you want your customers to know.
Local:
- Country - Which country you are located in.
- State/Region - Which state or region you are located in.
- Language - Preferred store language.
- Administration Language -Preferred admin language.
- Currency - What currency your store will be using.
- Length Class - Length measurement preference.
- Weight Class - Weight preference.
Option:
- Category Product Count - Shows the number of products inside a subcategory.
- Default Items Per Page (Catalog) - How many catalog items are shown on a page.
- List Description Limit - The short description character limit.
- Default Items Per Page (Admin) - How many admin items are shown on a page.
- Allow Reviews - Product reviews from customers.
- Allow Guest Reviews - Product reviews from guests.
- New Review Alert - Receive an email when a product is reviewed.
- Voucher Min - The minimum amount a customer can spend on a gift voucher.
- Voucher Max - The maximum amount a customer can spend on a gift voucher.
- Display Prices with Tax - Show product with or with out tax included.
- Use Store Tax Address - Use the store address to calculate tax if no one is logged in.
- Use Customer Tax Address - Use the customers default address to calculate tax when a customer is logged in.
- Customers Online - Track your online customers.
- Customer Group - What your default customer group is.
- Customer Groups - Customers can select what group they are when signing up (wholesale, business).
- Login Display Prices - Allow customers to view product price only when they are logged in.
- Max Login Attempts - How many login attempts a customer has before they are locked out for an hour.
- Account Terms - Customers to agree to terms before they can create an account.
- New Account Alert Mail - Receive an email when a new customer creates an account.
- Invoice Prefix - Invoice ID.
- Display Weight on Cart Page - Show product weights on cart page.
- Guest Checkout - Allow customers to check out without making an account.
- Checkout Terms - Customers must agree to terms before they can checkout.
- Order Status - Status when order is being processed.
- Processing Order Status - The status orders must reach before it is deducted from stock, vouchers are given or rewards.
- Complete Order Status - Status an order must reach before a customer can access downloadable goods.
- Fraud Status - What to do when a customer tries to alter the order payments.
- New Order Alert Mail - Send an email when a new order is placed.
- API User - API user the admin should use.
- Display Stock - Show stock on product page.
- Show Out Of Stock Warning - Display out of stock on cart page.
- Stock Checkout - Allow customers to checkout even if stock is sold out.
- Affiliate Requires Approval - Automatically approve new affiliates.
- Automatic Commission - Automatically add commission when a order reaches the completed status.
- Affiliate Commission % - What percentage an affiliate receives in commission.
- Affiliate Terms - What a new affiliate must agree to before creating an account.
- New Affiliate Alert Mail - Receive an email if an affiliate registers an account.
- Return Terms - What terms a customer must agree to before they can return an item.
- Return Status - What status to show when a return submission is made.
- Captcha - Captcha to use for registration, reviews, contact and login.
Image:
- Store Logo - What logo to use for your store.
- Icon - Image that shows on the browsers tab.
- Image sizes can be set to own preference.
FTP:
- FTP Host - Host.
- FTP Port - Port number.
- FTP Username - Username.
- FTP Password - Password.
- FTP Root - Directory (opencart is usually public_html).
- FTP Enable - Enable FTP.
Mail:
- Mail Protocol - Choose mail or SMTP (standard mail unless your host has disabled the php mail function).
- Mail Parameters - When using mail additional mail parameters can be added (email@yourstore.com).
- SMTP Hostname - SMTP Host name and add tls:// if security connection is needed.
- SMTP Username - SMTP Username.
- SMTP Password - SMTP Password.
- SMTP Port - Port Number, typically 25.
- SMTP Timeout - The time in seconds allowed before connection time out.
- Additional Alert Emails - Other email address that you want to receive the alert, alongside the store email.
Server:
- Maintenance Mode - Stops customers browsing your store.
- Use SEO URLs - Enable OpenCart's SEO keyword functionality for information, category, manufacturer and product pages. This requires a correct .htaccess file.
- Robots - Add or remove bot user agents from accessing shared sessions.
- Output Compression Level - The level of HTTP compresion to be used in your HTTP headers.
- Use SSL - Enable HTTPS on your store. This requires a valid SSL certificate installed on your web server.
- Allow Forgotten Password - Allows admin to request a new password if it is forgotten.
- Use Shared Sessions - Enables session information stored from the shopping cart to be shared between multiple domains/stores.
- Encryption Key - Enter a combination of numbers and letters to encrypt private information.
- Max File Size - The maximum image file size you can upload in image manager.
- Allowed File Extensions - Add or remove the file formats that can be uploaded to your store's server.
- Allowed File Mime Types - Add or remove allowed mime types.
- Display Errors - Whether to display the PHP errors, warnings and notices produced by your store. This should be set to "No" for a live store.
- Log Errors - Whether to log PHP errors, warnings and notices produced by your store.
- Error Log Filename - If Log Errors is set to "Yes", the file where errors will be logged.
Hope this helps.