THANK YOU FOR PURCHASING OUR THEME!
Here are some basics on installing, configuring and customizing the Leotheme.
BEFORE WE GOThe theme and the sample data is provided "as is". Customizing code and other design related issues can be done as freelance work on a $50-100 hourly rate only with Paypal and/or Skrill, if our team is available. If you are new to Prestashop, please understand I cannot fix your site for free. Leotheme would love to help everyone but We are really busy. I suggest reading documentation available online regarding using Prestashop, server requirements, etc.
If you like this theme please rate it.
Have a rest of your day
LeothemeTeam
If you are new with prestashop. Please read prestashop guide first:
http://doc.prestashop.com/display/PS16/Getting+Started
For each package you download from Leotheme, you will have: quickstart package, theme package, PSD. If you buil your shop from scrap, you can download quickstart file.
Note : all the steps are described in the video already.
If you have avail shop and install follow guide
Note: Please note that all the steps are described in the video already.
- Backend > Preferences > Themes > Add new theme
- You can import themes from your computer
+ If you see this error when the file is too big, you can follow my guide
- Also, you can put themes on the folder themes form FTP
- You can select a theme for the shop
If you are using 1 templates from leotheme.com for shop 1 and i want to install new template from Leotheme for shop 2
before install please open file: /modules/leotempcp/libs/DataSample.php
find the code private $_theme_dir = 'XXXX'; with xxx is curently template ( default in line 22)
Please get template folder in zip file and edit XXXX to this name
Example: i'm using leomobi for shop 1 and i want to install leotea for shop 2. I have to open file /modules/leotempcp/libs/DataSample.php. Edit private $_theme_dir = 'leomobi'; to private $_theme_dir = 'leotea';
Unzip zip file of template, you will see 2 folders: themes + modules, please upload override modules + themes folder to your host
Check content of file modules/leotempcp/libs/DataSample.php is same with theme install folder
Upload xml file of template to config/xml/themes folder
Select template as default and config show left or right column in each page
Backend > Preferences > Images
+ Create or edit size image
+ Regenerate thumbnails
+ You can edit "logo" for your site
+ You can edit "blockcart.tpl" at: \themes\THEME_NAME\modules\leoproductsearch\leosearch_top.tpl
+ You can edit "blockcart.tpl" at: \themes\THEME_NAME\modules\blockcart\blockcart.tpl
- Configure Leo Slider Layer for your homepage(Backend > Modules > Leo Slider Layer for your homepage)
+ You can edit group slider at the following URL:
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widget here
+ Edit widgethere
+ Edit widgethere
+ Edit widgethere
+ We support functions for widget
+ There you can insert widgets or load module into position you one. Suport display on tablet, mobile, mac,...
+ You can change width for block on this monitor
+ You can select the effect display for group or each block widget you one.
+ Edit code widget html here
+ Top Menu - Video
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ZROI8ajlw1w&feature" height="200" width="300">
<param name="movie" value="http://www.youtube.com/v/ZROI8ajlw1w&feature"/>
<param name="allowFullScreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="wmode" value="transparent"/>
<embed height="200" width="300" src="http://www.youtube.com/v/ZROI8ajlw1w&feature"
type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" allowfullscreen="true" />
</object>
+ Top Menu - HTML
<p><img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/custom-html.jpg" alt="" /></p>
<p class="about-text">Lorem ipsum dolor sit amet optio consectetur adipisicing elit culpa Eveniet laboriosam provident at optio
reiciendis culpa ipsum reprehenderit Voluptates amet</p>
+ Top Menu - Banner
<p><img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/banner-menu.jpg" alt="" /></p>
+ Header - Banner
<div>
<a href="#">
<img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/header-top-banner.jpg" alt="">
</a>
</div>
+ Home - Free ship
<div class="block-service">
<div class="icon-box">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/free-ship.png" alt="">
<h4>free shipping</h4>
</div>
<div class="media-body">
<p>Guarantee shipment within stated period or discount </p>
</div>
</div>
+ Home - Online service
<div class="block-service">
<div class="icon-box">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/online-service.png" alt="">
<h4>Online service</h4>
</div>
<div class="media-body">
<p>Friendly customer care to be at your service </p>
</div>
</div>
+ Home - High Quality
<div class="block-service">
<div class="icon-box">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/height-qty.png" alt="">
<h4>High Quality </h4>
</div>
<div class="media-body">
<p>Best value for what you pay at the lowest price</p>
</div>
</div>
+ Home - Sale 1
<div class="block-sale">
<h3>electronics</h3>
<p class="sale-off">get UP TO <span>50% off</span></p>
<ul class="list-inline">
<li><a href="">indoor & garage </a></li>
<li><a href="">deck storage</a></li>
</ul>
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/cate-1.jpg" alt="">
</div>
+ Home - Sale 2
<div class="block-sale">
<h3>Chairs</h3>
<p class="sale-off">Buy one <span> get one 50% off</span></p>
<ul class="list-inline">
<li><a href="">indoor & garage </a></li>
<li><a href="">deck storage</a></li>
</ul>
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/cate-2.jpg" alt="">
</div>
+ Home - Sale 3
<div class="block-sale">
<h3>electronics</h3>
<p class="sale-off">get UP TO <span>40% off</span></p>
<ul class="list-inline">
<li><a href="">indoor & garage </a></li>
<li><a href="">deck storage</a></li>
</ul>
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/cate-3.jpg" alt="">
</div>
+ Home - New product title
<div class="new-product">
<h2>New product</h2>
<p>Shining alight on new products
favorite brands & more</p>
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/image-new-product.png" alt="">
</div>
+ Home - Title best seller
<div class="best-seller">
<a href="">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/upto-sale.jpg" class="img-responsive" alt="">
</a>
</div>
+ Home - Adv
<div class="row no-margin">
<div class="col-md-4 no-padding">
<div class="block-adv">
<div class="pull-right icon-box">
<a href="">
<img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/big-thing.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4>The next big thing is here.</h4>
<p>big. rilliantly distinctive.</p>
</div>
</div>
</div>
<div class="col-md-4 no-padding">
<div class="block-adv">
<div class="pull-right icon-box">
<a href="">
<img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/best-gift.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4>Find the best gifts</h4>
<p>find gifts aplenty for everyone on your list.</p>
</div>
</div>
</div>
<div class="col-md-4 no-padding">
<div class="block-adv">
<div class="pull-right icon-box">
<a href="">
<img class="img-responsive" src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/drink-think.jpg" alt="">
</a>
</div>
<div class="media-body">
<h4>Eat. drink. think.</h4>
<p>a Cheeky way to help those in need.</p>
</div>
</div>
</div>
</div>
+ Footer - About
<div class="block-about">
<div class="pull-left icon-box">
<a href="">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/dealstore.png" alt="">
</a>
</div>
<div class="media-body">
<h3>About The Shop</h3>
<p>Sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. <br />Duis sed odio sit amet nibh vulputate
cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.</p>
</div>
</div>
+ Footer - Contact us
<ul class="toggle-footer about-us">
<li>
<div class="icon-box pull-left">
<em class="fa fa-home"> </em>
</div>
<div class="media-body">
<p>507-Union Trade Centre,Udhana Darwaja, Surat-395001</p>
</div>
</li>
<li>
<div class="icon-box pull-left">
<em class="fa fa-phone"> </em>
</div>
<div class="media-body">
<p>48-100-123-456-789</p>
<p>48-100-123-456-789</p>
</div>
</li>
<li>
<div class="icon-box pull-left">
<em class="fa fa-envelope"> </em>
</div>
<div class="media-body">
<p>Email: <a href="#">info@leotheme.com</a></p>
</div>
</li>
</ul>
+ Footer- bottom - link
<ul class="list-inline list-link">
<li><a href="#">Electronics </a></li>
<li><a href="#">Head phone</a></li>
<li><a href="#">Laptop</a></li>
<li><a href="#">Phone </a></li>
<li><a href="#">Playstation</a></li>
</ul>
+ Footer - Copyright
<p class="copy-right">Copyright 2013 Powered by <a href="#">Leotheme</a>. All Rights Reserved.</p>
+ Footer - Payment
<ul class="list-inline list-pay">
<li>
<a href="#">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/pay-1.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/pay-2.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/pay-3.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/pay-4.png" alt="">
</a>
</li>
<li>
<a href="#">
<img src="/PROJECT_NAME/themes/leo_dealstore/img/modules/leomanagewidgets/pay-5.png" alt="">
</a>
</li>
</ul>
1. Front-office translations(Backend > Localization > Translations)
2. Installed modules translations(Backend > Localization > Translations)
If you are unable to find your answer here in our documentation, please go to our forum and post up a new topic with all the details we need. Please be sure to include your site URL as well or send us an email.
Our support covers configuration, building site as demo, trouble using any features, and bug fixes. We don't provide support for customizations or 3rd party extension.
We try our best to monitor the email around the clock, however, this is not always possible due to different time zones. We will try to reply you as fast as we can.
Our working time is 8.00 AM - 5.30 PM, Monday to Friday (GMT+7). So if ask for help in the weekend, you may have to wait a little bit for support and please be patient.