Page 1 of 1

Custom Pages for Opencart 2.0?

Posted: Thu Jan 08, 2015 8:30 am
by iconus
Does anyone know how I can create custom pages in Opencart 2.0? I found a tutorial for 1.5 but I'm assuming it won't work with 2.0.

Re: Custom Pages for Opencart 2.0?

Posted: Thu Jan 08, 2015 10:35 am
by ultrafiremods
bump

Re: Custom Pages for Opencart 2.0?

Posted: Sat Jan 10, 2015 10:03 am
by MarketInSG
We will write up a 2.0 one soon :)

Re: Custom Pages for Opencart 2.0?

Posted: Wed May 13, 2015 11:07 pm
by aljawaid
This is how I did it...

Created an information page with a full width layout.

Wrote the code/html bootstrap-friendly in an offline file (as a backup) and then copied the code into the information page in code view.

Done it for a few pages now. Then manually added the link in footer if needed.

I looked at a few ways, but im not a professional, just google and here.

Advantage of using information page as structure...u get seo...u get option to include in footer....u can use seo url if u page-link elsewhere

Disadvantage... they dont show as seperate pages in the sitemap...all under information

Re: Custom Pages for Opencart 2.0?

Posted: Mon May 18, 2015 12:45 pm
by isa
For custom page you can add controller and then load view. Here is the simple tutorial that may help you http://code.tutsplus.com/tutorials/crea ... -cms-22054