How to apply basico theme at opencart step by step

1. upload all the file.

2. basic setting.
at admin page,
system > setting > edit > custom elements > change colors to “000000″ > save
system > setting > edit > general tab > input all the information > store tab > input all the information > local tab > input all the information > option tab > input all the information > image tab > input all the information > save

3. edit category.
at admin page,
catalog > category > change information. too many category makes website ugly

4. add product.
at admin page,
catalog > product > add/edit product

5. reset theme
extensions tab > module > uninstall every module

6. slideshow
at admin page,
system tab > design > banner > add image that you want by insert > banner name > status: enabled > add banner > title > link > browse files > save > extensions tab > modules > slider without nivo edit > change to any thing you want > save

7. product in front page
at admin page,
extensions tab > modules > central products home ‘install’ if installed ‘edit’ > type in product name on products: > add module > layout: home > position: column right > save

8. category
extensions tab > modules > category > edit > add module > layout: home > position: column left > add module > layout: product > position: column left > add module > layout: category > position: column left > save

9. information
extensions tab > modules > information > edit > add module > layout: home > position: column left > add module > layout: product > position: column left > add module > layout: category > position: column left > save

10. support box sidebar
extensions tab > modules > support box sidebar > add module > fill in support message > layout: home > position: column left > save

11. change information
catalog > information > change information there

12. remove continue button
go to catalog/view/theme/Basico/template/information/information.tpl > line 55 ~ line 57 delete or put <!– and –>

13. grid as defult
go to catalog/view/theme/Basico/template/product/category.tpl > line 197 change list to grid

14. change slogan below logo
go to “catalog/language/english/basico.php” > line 3, change slogan

15. change footer
go to “catalog/view/theme/basico/template/common/footer.tpl”
- line 80, change year
- line 8 ~ line 37, remove

16. remove credit card on left side
go to “catalog/view/theme/Basico/template/common/column-left.tpl”
- remove or edit line 6 ~ 10

17. change twitter and facebook info
go to “catalog/view/theme/basico/template/common/footer.tpl”

18. remove “Ex Tax”
go to “catalog/view/theme/Basico/template/product/product.tpl”
remove line 278

19. remove description on front page bestseller
go to “catalog/view/theme/Basico/template/module/bestsellerhome.tpl”
remove line 127

20. at front page, center the price
go to “catalog/view/theme/Basico/stylesheet/stylesheet.php”
line 2447, add text-align:center

catalog/view/theme/Basico/stylesheet/stylesheet.php

21. change user date added display
go to “catalog/admin/language/english/english.php
edit line 5 (d/m/y to m/d/y)

22. on product detail page, change social button
remove line 461 ~ 467 and change to your sharethis account or addthis account

23. how to remove top part
go to ” catalog/view/theme/Basico/template/common/header.tpl”
remove line 140 ~ 224

24. change to static sub menu
edit line 22 to below
from:
<?php if ($category['category_id'] == $category_id) { ?>
<ul />
to:
<?php if ($category['category_id'] == $category_id || $category['category_id'] != $category_id) { ?>
<ul />

25. change top part space
catalog/view/theme/basico/stylesheet/stylesheet.php
edit line 311 padding-top:65px to 30px (#container {)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Before you submit form:
Human test by Not Captcha