Page 6 of 6

Re: Creating a Custom Page in OpenCart

Posted: Thu Jan 08, 2015 8:17 am
by iconus
Can anyone recreate, or point me to a tutorial for Opencart 2.0?

Re: Creating a Custom Page in OpenCart

Posted: Sat Jan 10, 2015 12:46 am
by uhhmnet
iconus wrote:Can anyone recreate, or point me to a tutorial for Opencart 2.0?
I was reading this the other day and haven't tried it yet....

http://code.tutsplus.com/tutorials/crea ... -cms-22054

If you go through ALL comments, Sajal Soni explains how to port his mycustompage over to OpenCart 2.0

good luck!

-Lyle H.

Re: Creating a Custom Page in OpenCart

Posted: Sat Jan 10, 2015 9:47 am
by MarketInSG
We will write one up for OC 2 soon.

Re: Creating a Custom Page in OpenCart 1.5

Posted: Sat Jan 10, 2015 10:15 am
by MarketInSG

Re: Creating a Custom Page in OpenCart 1.5

Posted: Fri Feb 26, 2016 2:38 am
by lipps199
MarketInSG wrote:Here you go: http://forum.opencart.com/viewtopic.php?f=23&t=136937

A quick help for OC 2
Hello,

How do I for example add the category module to the left side of the page? This is for OC1.5.6.x not OC2.

I'm not sure how to do this.

Thanks

Re: Creating a Custom Page in OpenCart 1.5

Posted: Fri Feb 26, 2016 9:18 am
by MarketInSG
Go to admin > design > layouts > add new layout. For the route, use the new page route you've created. For example: 'information/custom'. Then, assign modules to the new layout you've created.

Re: Creating a Custom Page in OpenCart 1.5

Posted: Fri Aug 04, 2017 11:06 pm
by MarketInSG
OpenCart 3 tutorial is out. Check it out here: viewtopic.php?f=23&t=186404

Re: Creating a Custom Page in OpenCart 1.5

Posted: Wed Nov 07, 2018 6:11 am
by clinton4
- I have copied your exact code
- Gone to System -> Design -> Layouts and created a new layout named Static with route = information/static
- Created a new information page and set the Layout Override to Static (also set the SEO keyword to static)

if i visit mydomain.com/static it still loads the old/default template file but with the actual content.
if i visit mydomain/index.php?route=information/static it loads the correct static.tpl template file, but not the content.

* with content i refer to the text etc. entred into the Description field of the information page named static.

Why? What i'am i missing here?