can anyone suggest a book for learning opencart 2.2 customization? - opencart2.x

I want to create a new theme on opencart 2.2. Is there any book to help me to understand the complete process of creating a new opencart 2.2 theme?
Thanx.

Find overall workflow here, If you know the php then you can check the default theme and modify it, for theme, or follow the developer guide

Related

Need help learning Liferay 7 MVC

Are there any basic tutorials for creating my first liferay 7 portlet like a Hello World App?
I am new to Liferay and need some help getting started. I have read over the liferay 7 tutorials and I have tried following the Liferay 7 Creating An MVC Portlet, but having trouble understanding where everything goes and how it all works together, and I feel that it is not a comprehensive tutorial.
About Me and My Liferay Aspirations:
I have experience with JAVA, JavaScript and Node.js.
I'd eventually like to be able to display a google map and display content on it, but just want to make some baby steps understanding portlets. Correct me if a portlet is not the right thing for me to be focusing on for this goal.
There is an excellent book "Liferay in Action". It helpls a lot, but there are a lot of mistakes in code. On the other hand, there is "Portlet in action", but it doesn't have free pdf-version :\
Also, you can visit web.liferay.com, I don't like this forum but there are good questions from time to time.
And any other issues you can only google, google and google again. Unfortunately, there is no alternative way.
The tutorials are not going to give you all the details, because they must be as short as possible. That said, the Creating an MVC Portlet tutorial should get you pretty well on your way. Which parts, specifically, are you having trouble understanding?
Have you read the Liferay MVC Portlet introductory tutorial? It's even sparser on details but it might fill in a few gaps.
If you are first time developing using liferay then this link might help you. It is guide to liferay 6.2. Creating plugin portlets is same in liferay 6.2 and 7. Just setup is different.
For creating liferay modules refer liferay 7 documentation.

Orchard - From dashboard or VS

following the tutorials on http://www.youtube.com/watch?v=Nq480A0pgqc&list=PL0-GOAU3tpMYm0F1CHYP5_egk0mmAGMab for orchard cms.
Although all tutorials I find are using the dashboard to change the appearance of the site.
Is this the norm? I would like to learn to work from VS for this but cant find much on it....
any advice?
thanks
If you are looking for a starting point I would recommend Skywalker's excellent tutorial series. If you need to do it in orchard, it is in this series.
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-1
On themes - they are changed from within Orchard, but developed outside it. VS is not necessary, but gives good intelli-sense on razor views.
The correct place to start on writing a new theme is here: http://docs.orchardproject.net/Documentation/Writing-a-new-theme

Aperte workflow integrating with lifaray 6.1.1 CE

I am using liferay-portal-tomcat-6.1.1-ce-ga2.Now i want to integrate aperte work flow to the portal.i know that aperte bundle is available with liferay 6.0.6.
but i need aperte workflow for liferay 6.1.1 CE.
how i can achieve this?
help me..thanks in advance
The only way is to get the Aperte Workflow code base and maven build with liferay 6.1 dependency. Then solve the issue one by one.
Few days back I have done a research on that and successfully made it work.
The entire process is documented on my blog.
Here is the link,
http://rupalchatterjee.wordpress.com/2013/07/03/integrate-aperte-workflow-in-liferay-6-1/

How do you create module or component,or plugin same wordpress,joomla?

*I want to create a cms website and i want to create component or plugin for my'cms.Who can show me the solution create module or component or plugin same wordpress,or joomla?
Learn PHP - the language that both Joomla and Wordpress are written in - and then learn the Joomla / Wordpress frameworks.
There are thousands of existing components for both of these, so you should check to see if someone has already written what you need.

How to create custom component using JSF 1.2?

I am new in the JSF world, please tell me step by step answer of how to create JSF custom component i search on the net but i didn't get any proper answer or give me some link which shows how to create custom component.
Thanks
Vinod
Googling for "extend UIComponentELTag" or "extends UIComponentELTag" should yield enough hints.
This is one of my favourites: http://blogs.steeplesoft.com/2006/12/jsf-component-writing-check-list/
RichFaces includes CDK (component development kit) that can be used for components development.
Here is the link to the guide: RichFaces CDK Developer Guide

Resources