Page 1 of 1

Adding .aspx page

Posted: Thu Oct 09, 2008 1:24 pm
by maucoin
I am trying to figure out how to add an additional .aspx page. I was told i needed to in order to have a completely seperate category list then every other page. Below is what help.ablecommerce said but i am unsure as to how to do this.

The simplest way to do this is to make a copy of a page (such as the default.aspx) and rename the copy

My question is where exactly on the store do i go in order to add a new one?

Re: Adding .aspx page

Posted: Fri Oct 10, 2008 7:08 am
by mazhar
Find the Default.aspx in the website folder of the application, make a copy of it, rename it and then you can upload it to the store through FTP etc.

Re: Adding .aspx page

Posted: Sat Oct 11, 2008 10:09 pm
by AbleMods
There is also a generic web page provided for this purpose. In the root folder of your store, you will find a file named "webpage.aspx".

Just copy webpage.aspx to mynewpage.aspx and create a link to mynewpage.aspx somewhere in your site.

Then you can browse to the page within your site and assign the various scriptlets like any other AC7 page.