AbanteCart Community
Shopping Cart Operations => Support => Template Support => Topic started 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.
-
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
-
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
-
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)
-
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
-
Please do not put all the question in one post. This post is about Content pages
-
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.
:)
-
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
-
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.