Book Image

OpenCart Theme and Module Development

By : Rupak Nepali
Book Image

OpenCart Theme and Module Development

By: Rupak Nepali

Overview of this book

Table of Contents (13 chapters)
OpenCart Theme and Module Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Create OpenCart Custom Pages

In this chapter, we will create OpenCart custom pages in the admin and the frontend sections to show feedback, and describe how code is managed and how it works. You have already seen how to duplicate or clone a module in the previous chapters, while creating the Hello World and Total Cost Shipping modules, and likewise seen most of the global methods which will help you create modules.

In this chapter, you will learn the following topics:

  • Creating feedback custom pages, so that admin will be able to write feedback about the site and show it on the frontend

  • Creating feedback management pages

  • Ways to create database tables for OpenCart

  • Creating admin section pages to execute the CRUD functionality

  • Creating presentations or viewing section pages to list feedback that is inserted by the admin