Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33
  1. #1
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default How do I add a text area on the catagory pages?

    Hi Everybody!

    How do I add a text area on the catagory pages similar to the area on top of the main_page. I need one at the top of the center box and one below, just above the footer on each catagory page. Each will have different text.
    Is this possible?

    v1.38 and cherry-zen template.

    Thanks

  2. #2
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: How to add a text area on the catagory pages?

    Bump. I really need some help with this.

    thanks

  3. #3
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: How to add a text area on the catagory pages?

    Hi

    Can you provide a link to your site so we can see what is on your main_page.

    Thanks

    Phil

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to add a text area on the catagory pages?

    I think what you are asking is for two blocks of text to be entered from the admin area and appear on the product_listing page ( the one with all the products in one category). T he text will be different on the top and bottom blocks and also different in each category.

    Is that about right?

    So my first question is this. Isn't the top block of text just the category description? You can put whatever you like in there.

    OK. To answer the question. Yes, it is possible. You are going to need to do some serious of tpl_product_index_list, create new define pages for the top and bottom of each category, etc. etc.

    If the categories description works for the top block of text then I think I might have a work around that might work. So, let me know about whether the description does work for you for the top text element.`

  5. #5
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: How to add a text area on the catagory pages?

    Hi. Thanks for the replies.

    Here is the link to the site http://www.angiejolee.com/store/ (main page)

    What I need is a areas to add text (for SEO) on my catagory pages.
    Example url http://angiejolee.com/store/index.ph...ndex&cPath=154

    There would be a text area for each sub catagory along side the sub cat image describing the content of the sub catagory's

    It would be better to display the sub catgories in rows rather than columns.

    Here is a link to someone else's site that shows what I want my catagory pages to look. Not zen cart probably.

    http://www.discreet-romance.com/vibrators-c-1.html

    Is this possible with zen 1.38 and Cherry-Zen template?

    Thanks everybody.
    Last edited by Ajeh; 14 Aug 2009 at 02:47 PM. Reason: remove zenid

  6. #6
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to add a text area on the catagory pages?

    1.Originally you said:I need one at the top of the center box and one below, just above the footer on each catagory page.

    If that is the case then the top one will be achievable by using the category description which you add from the admin section (admin-catalog-categories/products then navigate to your category and edit it) The bottom one, just above the footer can be slotted in with a bit of php and as I say I have a thought about how to do that easily but won't waste time coding if this isn't what you want.

    2. In your next post you said : There would be a text area for each sub catagory along side the sub cat image describing the content of the sub catagory's

    Which is kind of different. It is also possible with a bit of php editing, probably starting with category_row.php. So, also a bit of work.


    You need towork out exactly what it is that you want. Getting text in the is an admirable aim for SEO but you need to decide where you are going to put it.

  7. #7
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: How to add a text area on the catagory pages?

    Hi niccol, thanks for the help.

    This little project is only needed on the catagory pages.
    My SEO suggests revelant text above and below the content area. Content consists of the sub-catagory tabs/images (turned on).

    I think I can acheive this by implementing the text along side the sub-catagory/tab image(s) rather than text above and below the subcatagory/tab image(s).
    However I need to change the sub-catagory/tab to display in rows instead of columns.

    So basicly,
    1. Change sub-catagory/tab image(s) to display in rows not columns.
    2. Add a container or whatever to the right or left to hold the text.
    Alternate positions and repeat as needed.


    for example:
    sub-catagory/image - text area
    text area - sub-catagory/image
    sub-catagory/image - text area
    text area - sub-catagory/image
    etc .......

    Hope that clears up some confusion.

    Thanks again

  8. #8
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to add a text area on the catagory pages?

    Well, to go that route start by specifying that you only one one product per row.

    admin>>configuration>>max values >> categories to list per row

    Set to 1.

    Then you are going to have to edit category_row.php to add in the stuff that you want for each row. Then you are going to have to style it using css.

  9. #9
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to add a text area on the catagory pages?

    Then your category_row.php file is going to have to be edited to something looking like the attached file.

    You are going to need to ensure that you have category ( and sub-category) descriptions added where appropriate.

    And before you start messing with the category_row.php file make sure you have BACKED UP.

    This works fine on a clean(ish) install of Zen that I run on a test server. You will need to edit your css file to make the formatting look the way you want.
    Attached Files Attached Files

  10. #10
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: How to add a text area on the catagory pages?

    Thanks niccol!

    That should be a GREAT start. Works fine on my test install also.

    I may be back if I cant fiqure out how the style it. I assume I should look at the main stylesheet css in cherry zen directory.

    Again, thank you very much!

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. v150 How can I increase the width of the display so my text area has more width.
    By westdh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Aug 2012, 12:50 PM
  2. Adding text to product pages only in one catagory
    By magus13 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2011, 06:26 AM
  3. How do I remove sub-catagory text if I have a catagory image?
    By curbsidestudiosNET in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 20 Feb 2011, 03:05 AM
  4. Help-- main product catagory pages contain main_page text too
    By gypsyrose in forum General Questions
    Replies: 5
    Last Post: 26 Feb 2008, 01:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR