Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinmarsan/opencart-blank-theme

Opencart Blank Theme
https://github.com/justinmarsan/opencart-blank-theme

Last synced: about 2 months ago
JSON representation

Opencart Blank Theme

Awesome Lists containing this project

README

        

Opencart Blank Theme
====================

Opencart Version : 1.5.2.1

What is the point of it ?
-------------------------

This blank theme is created to make theming for opencart easier for frontend developers and designers. It makes the code easier to read with indentation (and tabs god dammit) and re-aranges the css to be easier to override it.

Installation
------------

Copy paste the opencart-blank-theme in "catalog/view/theme/" in your installation of Opencart.

Log in your admin panel.

Go into Settings and select the store you want to apply the theme to.

In the "Store" tab, change the theme to "opencart-blank-theme"

If you want to change the theme name
------------------------------------

If you decide to change the name of your theme folder, make sure to update the paths :

- line 31, path to the stylesheet.css in template/common/header.tpl

What have been done so far
==========================

Indentation done in :
---------------------

- template/common/*
- template/account/*
- template/affiliate/*
- template/checkout/*
- template/error/*
- template/information/*
- template/mail/*
- template/module/*
- template/payment/*
- template/product/*
- template/total/*

Styles grouped in :
-------------------

- stylesheet/stylesheet.css

HTML5 Tags in :
---------------

- template/common/*
- template/account/*
- template/affiliate/*
- template/checkout/*
- template/error/*
- template/information/*
- template/module/*
- template/product/*
- template/total/*

Labels Added in :
-----------------

- template/account/*
- template/affiliate/*
- template/checkout/*
- template/information/*
- template/payment/*
- template/product/*
- template/total/*

Suggestions and questions
=========================

If you have any question or suggestion feel free to send me an email at [email protected] or go on http://forum.opencart.com/viewtopic.php?f=120&t=36292

License MIT
===========

Copyright © Justin Marsan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.