Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-18-2016 03:58:55

watchtime
Member
From: Melbourne, Australia
Registered: 10-24-2003
Posts: 83
Website

how to change landing page

How do I change my Store Home page to display the categories page instead?


with thanks,
George

Offline

 

#2 05-18-2016 07:16:45

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: how to change landing page

I believe this is what you're asking for: https://forum.kryptronic.com/viewtopic.php?id=30856


Nick Hendler

Offline

 

#3 05-20-2016 05:41:12

watchtime
Member
From: Melbourne, Australia
Registered: 10-24-2003
Posts: 83
Website

Re: how to change landing page

I have added the following as the first lines in the Splash page HTML:


Code:

$this->include_namespace('ecom','catlist');


Unfortunately these two lines  just appeared on top of the splash page.
I am probably doing something wrong? (I am not a tech pro)


with thanks,
George

Offline

 

#4 05-20-2016 07:00:00

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

Re: how to change landing page

you need to wrap it in php tags:

Code:

<?php $this->include_namespace('ecom','catlist'); ?>

you would then place it where you want it to appear on the page.

Offline

 

#5 05-20-2016 07:42:34

watchtime
Member
From: Melbourne, Australia
Registered: 10-24-2003
Posts: 83
Website

Re: how to change landing page

Thank you, that worked (and I have learned to tech stuff :-)


with thanks,
George

Offline

 

#6 05-20-2016 08:28:30

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

Re: how to change landing page

you're welcome!!

Offline

 

Board footer