Creating a Prestashop 1.4 theme from scratch – Part 3 (Framework Overview)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. This post outlines the basic structure of the prestashop framework and is...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 4 (Creating a Module)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. This post outlines the basic structure of a prestashop module. Table of...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 5 (DelightTheme Module)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will create the theme’s core module. I will not be...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 6 (Standard UI Module)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will create a standard module with user interface and a...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 7 (Styling a Module)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will style the module we built in the previous session...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 8 (Putting it Together)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will assemble the bits & pieces we have coded so far...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 9 (CCC in Prestashop)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will discuss about the css & javascript performance...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 10 (Testing the Theme)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will test the complete theme and all of its interface...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 11 (Packaging the Theme)
This is a partial post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, we will learn ways to package our theme to be distributed to...
View ArticleCreating a Prestashop 1.4 theme from scratch – Part 12 (Conclusion)
This is the last post in the walk through series for creating custom theme for Kids Delight website using Prestashop and PHP. In this post, I will mention the resources useful to sell your theme...
View Article