So TopDeal for OpenCart 2.x

So TopDeal Documentation for OpenCart 3 => Click Here

So TopDeal is the multi-purpose OpenCart theme aimed to meet each and every of your eCommerce needs such as electronics, furniture, fashion, accesories, sport and multipurpose stores.

System Requirements: here

You can click here to read user guide to install default OpenCart.

   
Feel free to check the detailed VIDEO TUTORIAL

There are 2 ways to install this theme:

Option 1: You can try install via FTP by following these steps:

Step1: Upload theme package to your Root folder (Example: upload the file so_topdeal_template_oc2.3.0_v1.0.0.ocmod.zip

Step2: Use Cpanel to unzip this file

Step3: Move all folders into 'upload' folder to Root folder

 

Step 4: Go to Admin => Extensions => Modification => Click Refresh button

Step 5: Go to Admin => Extensions => Extensions => Filter: Modules => Click to install Theme control panel module

Step 6: Go to Admin => Systems => Users => User groups => Edit Administrator => Select All in all permissions => Save

Option 2: You can Install No FTP for Extension Installer by following these steps::

    Step 1 : Install No FTP for Extension Installer extension: Please click http://www.opencartworks.com/ocmod/no_ftp.ocmod.zip to download this extension. This extension allows to upload other extensions without using FTP

       

    Step 2: Go to Extensions => Extension Installer => Click Upload and select the “no_ftp.ocmod.XML” file to upload. Then you will see the message Success: You have installed your extension!

       

    Step 3: Go to Extensions => Extension Installer => Click Upload and select the “so_revo_template_oc2.3.0_v1.0.0.ocmod” file to upload. Then you will see the message Success: You have installed your extension!

       

    Step 4: Go to System => User => User-Group => Click Edit button => Then you click Select All button

       

    Step 5: Go to Extensions => Modifications => Click Refresh button to run "ocmod.xml" file

       

    Step 6: Go to Extensions => Theme Control Panel and edit your store: General Tab, Layout Tab, Page Tab...

       

    Step 7: Go to Extensions => Modifications => Click Refresh button

       

    Step 8: Refresh your site and you got it

   

Please watch VIDEO TUTORIAL to configure

   

Please watch VIDEO TUTORIAL to configure

   

1. Install Laguage

You can read more information: Here

2. Override Language

Step 1: Extracting

Extract the language archive file which you downloaded into your PC: patch_language_v2.3.x

Step 2: Renaming

You need to change folders:

   - patch_language_v.2.3.x\admin\language\%locale%
   - patch_language_v.2.3.x\catalog\language\%locale%
  
  
   and files:
   
   
   - patch_language_v.2.3.x\admin\language\%locale%\%locale%.php
   - patch_language_v.2.3.x\catalog\language\%locale%\%locale%.php
 
  To your language: replace "%locale%" with the name of the language (English, German...).  

Step 3: Uploading

Upload admin and catalog folders you replaced into your OpenCart folder

   

Step 4: Translating

Then please go to catalog => language => your language folder => extension => select files you want to translate

 

Go to Extensions => Modules => Theme Control Panel => Click Edit button. All of parameters of this theme are divided into the following groups, in which they are explained themselves:

Screenshot Backend Settings

General: General/ Header/ Footer/ Banner Effect

Layout: Layout

Pages: Product Listings/ Product Labels/ Product Page

Fonts: Fonts

Social Widgets Accounts: Social Widgets Accounts

Custom Code: CSS Input/ CSS File/ JS Input/ JS File

Advanced: Advanced

Sample Data: Sample Data

 

Frontend Appearance

   

1. Create New Horizontal Menu

Go to Extensions => Modules => Find module "So Horizontal Menu" => Click "Create new item" button => Enter a menu’s name: "So Horizontal Menu" => Then Click Save button => Create new Horizontal Menu Here

2. Collections Menu Configuration

Frontend Appearance

   

Check the menu item in the boxes in the left column, click "Create new Item" to add Submenus to the menu and drag/drop to arrange them.

To configure Collections Menu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

To configure HTML Quick links - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="toplink-menu">
	<ul class="links-menu">
		<li><a title="Recommend" href="#">Recommend</a></li>
		<li><a title="Best Seller" href="#">Best Seller</a></li>
		<li><a title="Galaxy S5" href="#">Galaxy S5</a></li>
		<li><a title="iPhone 6" href="#">iPhone 6</a></li>
		<li><a title="Most Review" href="#">Most Review</a></li>
	</ul>
</div>
 

To configure Banner - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="st-img">
    <div class="img-wrapper">
      <a href="#" title="Static Image"><img src="image/catalog/menu/megabanner/st-img2.jpg" alt=""></a>
    </div>
    <div class="detail-st-img">
      <h2>Proin gravida semper</h2>
      <p>Sagittis dis ridiculus odio aliquet duis amet et elementum lacus mus ultricies</p>
      <a class="btn-button-st font-title" href="#" title="Shop collection now">Shop collection now</a>
    </div>
  </div>
 

To configure Banner Categories - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="categories-banner">
  <div class="row">
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate1.jpg" alt=""></a>
        <a href="#">Swim wears</a>
      </div>      
    </div>
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate2.jpg" alt=""></a>
        <a href="#">Shoes</a>
      </div>      
    </div>
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate3.jpg" alt=""></a>
        <a href="#">Dress</a>
      </div>      
    </div>
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate4.jpg" alt=""></a>
        <a href="#">Lingeries</a>
      </div>      
    </div>
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate5.jpg" alt=""></a>
        <a href="#">Jewellery</a>
      </div>      
    </div>
    <div class="img-cate img1 col-lg-3 col-md-3">
      <div class="img-inner">
        <a class="img-c" href="#"><img src="image/catalog/menu/megabanner/img-cate6.jpg" alt=""></a>
        <a href="#">Bags</a>
      </div>      
    </div>

  </div>
</div>
 
   

Frontend Appearance

 
   

1. Create New Vertical Menu

Go to Extensions=> Extensions => Modules => Find module "So Mega Menu" => Click "Create new item" button => Enter a menu’s name: "So Vertical Menu" => Then Click Save button => Create new Vertical Menu Here

2. Electronics Menu Configuration

Frontend Appearance

   

Check the menu item in the boxes in the left column, click "Create new Item" to add Submenus to the menu and drag/drop to arrange them.

   

To configure Electronics Menu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

To configure Sub_Link - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="item-3 col-lg-6 col-md-6 icon-1">
	<a href="#" title="Mobile &amp; Table">Mobile &amp; Table</a>
	<ul>
		<li>
			<a href="index.php?route=product/category&amp;path=76" title="Laptops &amp; Tablets">Laptops &amp; Tablets</a>
		</li>
		<li>
			<a href="#" title="Computer Accessories">Computer Accessories</a>
		</li>
	</ul>
</div>

<div class="item-3 col-lg-6 col-md-6 cat-child icon-2 parent">
	<a href="index.php?route=product/category&amp;path=74" title="Sound">Sound</a>
	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=79" title="Bluetooth Speakers">Bluetooth Speakers</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=81" title="Wireless Speakers">Wireless Speakers</a>
		</li>
	</ul>
</div>
<div class="item-3 col-lg-6 col-md-6 cat-child icon-3 parent">
	<a href="#" title="Headphone">Headphone</a>

	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=77" title="VGA and CPU">VGA and CPU</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=75" title="Desna Jacket">Desna Jacket</a>
		</li>
	</ul>

</div>
<div class="item-3 col-lg-6 col-md-6 cat-child icon-4 parent">
	<a href="index.php?route=product/category&amp;path=86" title="Video &amp; Camera">Video &amp; Camera</a>

	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=78" title="Camera New">Camera New</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=80" title="Video You">Video You</a>
		</li>
	</ul>

</div>
<div class="item-3 col-lg-6 col-md-6 cat-child icon-5 parent">
	<a href="#" title="Mobile &amp; Table">USB &amp; HDD</a>

	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=87" title="Usb Computer">USB Computer</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=87" title="HDD Computer">HDD Computer</a>
		</li>
	</ul>

</div>

<div class="item-3 col-lg-6 col-md-6 icon-6">
	<a href="#" title="Cell &amp; Cable">Cell &amp; Cable</a>
	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=88" title="Cell Computers">Cell Computers</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=88" title="Cable Com">Cable Com</a>
		</li>
	</ul>
</div>
<div class="item-3 col-lg-6 col-md-6 icon-7">
	<a href="#" title="Cell &amp; Cable">Laptop</a>
	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=89" title="Computer Headsets">Computer Headsets</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=89" title="Headphone Earpads">Headphone Earpads</a>
		</li>
	</ul>
</div>
<div class="item-3 col-lg-6 col-md-6 cat-child icon-8 parent">
	<a href="#" title="Case">Case</a>
	<ul>
		<li class="">
			<a href="index.php?route=product/category&amp;path=90" title="Case Computer">Case Computer</a>
		</li>
		<li class="">
			<a href="index.php?route=product/category&amp;path=91" title="Vafar Comfaoe">Vafar Comfaoe</a>
		</li>
	</ul>
</div>
 

To configure Image_Mega - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="row img-banner"><a href="#"><img src="image/catalog/demo/menu/img-static-megamenu-h.jpg" alt="banner"></a></div>
 

3. Travel & Vacation Menu Configuration

Frontend Appearance

   

Check the menu item in the boxes in the left column, click "Create new Item" to add Submenus to the menu and drag/drop to arrange them.

To configure Travel & Vacation Menu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

To configure Sub_Link - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings

Copy and paste the Code into editor:

<div class="label-vertical">
	<div><a href="#"><span class="color1">Hot!</span>Best Sellers </a></div> 
	<div><a href="#"><span class="color2">New!</span>New Arrivals </a> </div> 
	<div><a href="#"><span class="color3">Sale!</span>Special Offers </a></div> 
</div>

<ul>
<li class=""><a href="index.php?route=product/category&amp;path=29" title="Hotel &amp; Resort">Hotel &amp; Resort</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=28" title="Best Tours">Best Tours</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=30" title="Vacation Rentanls">Vacation Rentanls</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=36" title="Infocus">Infocus</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=35" title="Restaurants">Restaurants</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=31" title="Travel Trekking">Travel Trekking</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=32" title="Destinations">Destinations</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=84" title="Cruises">Cruises</a></li>
<li class=""><a href="index.php?route=product/category&amp;path=85" title="Water Parks">Water Parks</a></li>
</ul>
 

To configure Image_Mega - Submenu, click on “pencil” symbol to configure its backend settings

Screenshot: Backend settings
   
   

There are two ways to configure Extensions of this Theme:

Option 1: Go to Admin Control Panel => Extensions => Extensions => Choose the extension type: Modules => And choose the module you want.

So TopDeal is using extensions:

- So Category Slider: Click here to read user guide

- So Deals: Click here to read user guide

- So Extra Slider: Click here to read user guide

- So Home Slider: Click here to read user guide

- So Latest Blog: Click here to read user guide

- So Mega Menu: Click here to read user guide

- So Newsletter Custom Popup: Click here to read user guide

- So Page Builder: Click here to read user guide

- So Search Pro: Click here to read user guide

- So Social Login: Click here to read user guide

- So Super Category: Click here to read user guide

Example: Install Social Login Configuration Module

Frontend Appearance

 

Please click: here to read more about So Social Login

Option 2: Go to Admin Control Panel => Magentech => So Page Builder => Select the Layout you want.

1. Layout 1.

Position of Layout 1: here

To configure Layout 1, please go to Admin Control Panel => Magentech => So Page Builder => Select "Layout 1" and click Edit button

Screenshot Backend Settings: here

2. Layout 2.

Position of Layout 2: here

To configure this Layout, please go to Admin Control Panel => Magentech => So Page Builder => Select "Layout 2" and click Edit button

Screenshot Backend Settings:here

3. Layout 3.

Position of Layout 3: here

To configure this Layout, please go to Admin Control Panel => Magentech => So Page Builder => Select "Layout 3" and click Edit button

Screenshot Backend Settings:here

       

If you have any question that is beyond the scope of this help file, please send us via: Submit a Ticket

Thank you so much for purchasing this theme!