AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: trdd on February 13, 2014, 02:08:40 PM

Title: Content page folder
Post by: trdd on February 13, 2014, 02:08:40 PM
Hello,
Which folder are the content pages kept?
For example: About us , shipping, privacy?
I searched /storefront/view/template/pages but could not find it.

Please advise.
Title: Re: Content page folder
Post by: abantecart on February 13, 2014, 02:40:47 PM
Hi,

There is no content folder. Pages are edited by content manager in admin
Please read the manual
http://www.abantecart.com/ecommerce-documentation/44-admin-user-manual/design/content-manager
Title: Re: Content page folder
Post by: trdd on February 13, 2014, 04:25:09 PM
So where are these pages stored in the server?
There must be a folder where these pages are stored right?
For example: If i make a new content by the name " My Active products " , this page must be stored somewhere in the server.
I need to find out exactly where to find the file within my server.
Hope i made it clear this time . ;D
Thanks
Title: Re: Content page folder
Post by: abantecart on February 13, 2014, 05:29:59 PM
So where are these pages stored in the server?
There must be a folder where these pages are stored right?
Pages are not stored as flat files.
Pages (content section) that you create are store in the database tables contents and content_descriptions (note your tables might have prefix)
Title: Re: Content page folder
Post by: trdd on February 13, 2014, 09:46:31 PM
Wow thats not good. Then there is no way to implement the pages.
Okay my 2nd question is this.

I am making an external page within the server for example : All New Products

Currently my store is in : /mystore.com/store

Now i like to show this page in index/html

I like to know how to code the Latest product   , so it shows in the specific page.
Now i know i can do it with iframe but iframe has its own issues as well.
Is there a php code / or any other code to show all the new products only in my specific page?
?>
include="whatevercode
>?
or any html code?
By the way i cannot show it through my payout because my layout is in mystore.com/store
so my index.html page is in the root directory.
Please advise
Title: Re: Content page folder
Post by: abantecart on February 13, 2014, 10:24:40 PM
Please do not put all the question in one post. This post is about Content pages
Title: Re: Content page folder
Post by: llegrand on February 13, 2014, 11:34:46 PM
May be off the mark here -  but there is already a block for the LATEST in the Templates -  you can change the Title in the block to say New rather than Latest

And you can change the number of items it shows within Settings > General   - Number of Items In Latest Block field

Seems like that might accomplish your New items without much trouble.

 :)

Title: Re: Content page folder
Post by: trdd on February 14, 2014, 10:47:42 AM
You didnt get my question. I already know about the block,
I need to show this block to a different page.

right now the block and layout is in sonedomain.com/store
need to show the block in somedomain.com
thanks
Title: Re: Content page folder
Post by: Basara on February 17, 2014, 02:46:04 AM
You didnt get my question. I already know about the block,
I need to show this block to a different page.

right now the block and layout is in sonedomain.com/store
need to show the block in somedomain.com
thanks

Hello. Please see this topic (http://forum.abantecart.com/index.php/topic,1414.msg5497.html#msg5497) about how to move AbanteCart.