Contact page allows visitors to send a message through a form. It has a reCaptcha in order to avoid spam. I will cover the contact page and sending email message to an administrator in this article.
Continue reading Shopping cart v1.1 Part 15: contact page and sending email message
I am going to update Shop_controller today.
Rather than manually updating Shop_controller.php, it is much better to add preferences or settings in the BackendPro.
BeP has an excellent manual and it explains about how to add ‘Preferences’.
Continue reading Shopping cart v1.1 Part 14: Adding webshop preferences
In this article I want to cover general pages. You create pages in the back-end ‘Pages’. General pages are just displaying contents.
Continue reading Shopping cart v1.1 Part 13: general pages

A customer can reach to a product page from the front page, ‘Most sold’ and ‘New product’ on the right column and a category page.
Continue reading Shopping cart v1.1 Part 12: product page
When you click one of categories page, it will take you to a category page. It is pretty much same as the front page except it shows all the products in the category.
Continue reading Shopping cart v1.1 Part 11: category page

In the previous posts this and this, I wrote about a Codeigniter Event Calendar. The problem with them was you can’t use it with javascript disabled.
Demo added: 8th August 2010
Continue reading Event Calendar on Codeigniter update

Today we will work on a webshop controller and its’ views. This module controls all the front-end functions. I will cover the front page in this article. The goals for the front page are the followings.
Continue reading Shopping cart v1.1 Part 10: Front page
We start working on webshop controller and its’ views. This module controls all the front-end functions. I will cover basic preparation for this module in this article.
Continue reading Shopping cart v1.1 Part 9: webshop module
Home of customers module shows Customer ID, First name, Last name, Phone Number, Email, Address, City and Actions.
Continue reading Shopping cart v1.1 Part 8: customers module