How Do I Display A Sub-Catalog/Category Header?

I can not for the life of me figure out how to display a sub-catlog's header on the page using the various templates?
I have the code for the main catalog working fine but I can not get the sub-Catalog headers to appear on page in the same way.
I have this in place which is working via the overall layout:
<div class="products-a category catList">
<h1 class="page_title">{tag_name}</h1>
{tag_cataloguelist,2,,50,,true,true}
<div role="navigation" class="pagination-a">
{tag_pagination}
</div>
</div>
Any ideas on how to get this working as I need to display the sub-catlogs headers on the page :-)

Little tip.
Do'nt
Remove that right away.
If you do that what you will have is that as your h1 on the product page as well because they all share the same layout. This will mean in terms of SEO search engines like google will go to your product page see the main h1 (first) being the catalog name index that. ALL your products in that catalog will have the same name.

Similar Messages

  • How can I display a table(with column Header) on the frame(contentPane)?

    (Can dynamically: Insert,remove,modify )
    I have no idea which class I need.

    here's a handy link
    [url http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]tables
    and look into javax.swing.table.TableModel

  • Linking the two  Item catalog category in PIM

    Hi all,
    I am new to oracle Product Information Management(PIM) in R12. How to link the Two Item catalog category(ICC) hierarchy structure.
    Please help,
    Thanks
    Prab.

    Have you tried Inventory > setup > items > catalogs groups > parent catalog groups

  • SAP Query: Display Selection Fields in the header page of Basic list

    Hello,
    I have to display the selection fields in the header page of the basic list and statistics
    in a SAP Query.
    I know the usage of short names for fields in the header page, but this doesn't work
    for the selection fields.
    How can I display the selection fields in header pages?
    Kind regards
    Thomas

    Try using:
    DATA: wa_lstab TYPE line
    READ LINE sy-index line value INTO wa_lstab
    Thanks,
    SKJ

  • Sub catalogs not displaying products

    Hi I have some sub catalogs here that are not displaying products. Right now they have the same products as their parent catalog. The parent catalogs are display the products ok. Not really sure how to trouble shoot this as it's the same layouts files and template...

    sorry I see the problem. I need a different layout for the subcatalogs.

  • Make the 'This catalog has no sub-catalogs' text not display

    Does anyone know how to deactivate, so to speak, the  'This catalog has no sub-catalogs' text or not to make it display? Or where I should add the css to do this?
    Any help appreciated,
    Cheers,
    Pat

    Hey DFT, sorry not sure what your name is.
    Thanks very much for that, still nto quite sure where that tag is sitting however?
    And why would you set the catalogue list to show 5?
    Cheers,
    Pat

  • How can I display a complete category on my sites home page with product images?

    I have a site which I am tryingt o make as user friendly as possible for the customer and want to display products on the home page of the website which are all located within one category. Essentially I want to display the products with image, price and buy now buttons as they are displayed within a normal category but on the home page of the site.
    Appreciate any help with this.
    Thanks

    Hi evonn,
    I'm sorry, but I'm not sure that I understand your question correctly. I understand that you want to keep Gmail as your homepage, but I am not sure what you mean by setting Firefox as your server.
    Are you trying to access the Firefox "start page"? If so, you can do by opening a new tab, and typing '''about:home''' on the address bar, and pressing '''Enter'''.
    Please let us know if this solves your issue, or if you have any other questions.
    If this is not what you're trying to accomplish, can you please provide a link to the tutorial that you mentioned, as well as what subsection of the tutorial you are referring to, and we'll be able to help you.
    Thanks!!
    - Ralph

  • How do I create sub catalogs in Perfume templates

    I am having trouble creating  sub catalogs in the BC templates Perfume shop
    Is the option of sub catalogs permitted in the set up
    the module tag that is appearing in the sidebar menu is ......
    {module_cataloguelistdump,-1}

    Hi,
    Have you the option shown in the image below
    Please let us know some more details and we will have a look.
    Regards

  • Creating Item Catalog Category  in Product Information Management(PIM)

    Hi all,
    I am new to oracle apps R12. now i am working on Product Information Management(PIM) module in R12. I want to create a new Item catalog category(ICC) under the root item catalog. It was used to adding my new items in the hierarchy. I could able to create new item in PIM , but could not able to create a new Item catalog category(ICC).
    Please help How create a new Item catalog category in PIM.
    Thanks
    Prab

    Did you followed complete steps like
    1. Development Manager > Setup Workbench
    2. Select from list Product
    3. Click on Sub-Task "Categories"
    4. Click on Task Categories
    5. Click on Sub-Task "Create Category"
    6. Choose from LOV for Flex Category "Product Categories".
    7. Select Continue
    8. Fill fields and select "Apply" butto
    regards

  • Multiple Level Sub Catalogs

    I am setting up an online store with many catalogs and each catalog has several layers of sub catalogs.
    Only the deepest level of catalogs has products. e.g. Automotive Locks /GMH/Parts And Accessories, where only the "Parts and Accessories" has products in it.
    The ""GMH" sub catlog also has a number of subcatalogs under it.
    When I render the top level catalog on a web page, and click on the second level sub catalog, it does not show the 3rd level sub catalogs...it just show a message "This catalog has no products".
    How can you get the 2nd level sub catalog to display the 3rd level sub catalogs within it?

    Hi Mario,
    I have set up one page for you to look at: http://locksuppliescomau.businesscatalyst.com/locksupplies-keys?Preview=True
    When I do not use any template, the catalogs all render into the various levels correctly ( and without a template it looks terrible). When I apply ANY template, including the original untouched template, they do not render at all as you can see. There is the top level list of catalogs, and when you click on any top level catalogue, the next page renders with no sub catalogs...
    I have checked the overall layout, and it does have {tag_cataloguelist} as the code below shows..I have even added it a second time to see what happens.
    <div class="main-panel">
    <div class="breadcrumbs">
    {module_breadcrumbs,<span>&gt;&gt;</span>}
    </div>
    </div>
    <div class="shop-main clear">
    <div class="header clear">
    <div class="cart-summary">{module_shoppingcartsummary,horizontal}</div>
    </div>
    <div class="body clear">{tag_cataloguelist,4} {tag_productlist,3,,6,,,true} </div>
    <div class="paging">
    <div class="footer clear">
    <div class="previous-holder">{tag_previouspage,<img alt="" src="/images/gpPrev.jpg" />}</div>
    <div class="next-holder">{tag_nextpage,<img alt="" src="/images/gpNext.jpg" />}</div>
    <div class="pagination-holder">{tag_pagination}</div>
    <div class="pagination-holder"><br />
    </div>
    <div class="pagination-holder">{tag_cataloguelist}<br />
    </div>
    </div>
    </div>
    </div>
    Thanks,
    Glen.

  • How to not display nodes in a tree if Oracle roles are NOT used?

    How to not display nodes in a tree if Oracle roles are NOT used?
    We don't use Oracle DB roles to grant users access to Forms from the menu. We use a template and role system of our own. Basically a few tables with templates and roles.
    We want to convert our normal Forms menu to a tree menu and one of our key requirements is that when the tree is populated ONLY nodes with programs (i.e. forms) he has been granted to execute is shown.
    Since we don't use Oracle Roles how to do this in a tree?
    I created a function to show/hide LEAF nodes, BUT problem is that there are sub-menu nodes showing even if the leaf-nodes under it has not being displayed. My function has suppressed it.
    My tree query is like this:
    SELECT
         t.status, LEVEL, t.label, t.icon, t.node VALUE
    FROM
         tma_tree_menu t
    WHERE
    tma_authenticate_sys_chk_role(USER, t.node) = 1
    CONNECT BY
         PRIOR t.node = t.master
    START WITH
         t.MASTER IS NULL
    ORDER SIBLINGS BY
    t.position
    The tma_authenticate_sys_chk_role will return 1 only if the user has access to the form under that node.
    I tried the FTree functions in Forms but even that has nothing.
    Any help would be greatly appreciated.
    Edited by: Channa on Mar 17, 2010 6:49 AM

    Would you share the source code? I guess what I need is how exactly you retreive the user credentials from the DB table and set that boolean variable.
    and then how to condition it in UIX?

  • How can I display a changing variable in a subvi on the front panel of the main vi as the subvi is excuting

    In the document attached the vi on the right is sub to the vi on the left. On the subvi on the right the variable "Field Reading" is continuously updated on the front panel of the subvi as the "for" loop is executed, but only the last value of the variable is updated on the main vi front panel which is what is expected. My question is how can I display the changing value of "Field Reading" on the main vi front panel as the "for" loop in the subvi is running?
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Doc2.docx ‏554 KB

    Hopefully I can explain it well enough. It really is simple.
    1) Create an empty global variable and call it something like User Interface References.vi
    2) For each and every control and indicator on your front panel, right-click and select Create/Reference
    3) Place these references wherever you like (I use a series of Event cases to perform my initialisation and these all live in one of these event cases). They can be placed anywhere in the main vi.
    4) For each of the references, right-click and select Create/Indicator
    5) Moving to the front panel, Cut all the indicators and Paste them in the global variable (eg. User Interface References.vi)
    6) Moving back to the block diagram, wire the global variable to each of the references and select the same named global variable.
    All the hard work is now done (until you add another user interface terminal). You should now have something that look as shown below, [except the reference labels would be to the left (not sure why the snippet put them above)]. In my latest program I have 82 references!
    Done. You can now access all your front panel controls and indicators anywhere in your program as shown below.
    You can just select Value in most cases, but in this particular case I wanted to fire off an Event to do some things (log the alarm) as well as just update the value. So, this is another bonus with the method.
    Hopefully this all makes sense. If not, let me know.

  • How do I display or hide a Java menu based on current url in a php page

    How do I display or hide a Javascript menu based on the current url in a php page?
    I want to specify when a java menu appears on a page based on the current url - does anyone have a script for the vars and conditional statements to make this happen - it would be something like this in natural language:
    <javascript>
    if currenturl = http://jemmakidd.com/categories.php
    then displaymenu
    else if currenturl = http://jemmakidd.com/categories.php?cat=14 (or 15,16 etc)
    then DONOTdisplaymenu
    What is needed is that, if you look at this page there is a java menu under the first category:
    http://jemmakidd.com/categories.php
    I WANT the menu to appear on that page so that is working, however if I look at one of the store categories, like on this page, I do NOT want the menu to appear - it may be that this can be done without using a java current url type function - thats why I'm asking...
    http://jemmakidd.com/categories.php?cat=14
    So to summarise:
    http://jemmakidd.com/categories.php (If this url is used DO display menu - if any other url DONT display menu)
    Thanks again...any ideas?
    Edited by: littlealex2009 on Jul 15, 2009 12:51 AM

    This is a Java forum, not a Javascript forum. Google the differences.
    kind regards,
    Jos

  • How to change the layout of a category view

    I don't know how to change the layout of a category. I want to put 3 image's behind each other followed by some text, like a table with 4 columns. Instead of puting then in 4 rows

    larsprevo
    The category 'view' of items/folders uses the default style of the content area it is defined in (shared categories use the default shared style). Edit the default style to change the font/color of the items/folders returned within the category 'view'. Unfortunately, you don't have the ability to control the layout(like folder regions) - they always display in rows.
    Added an enhancement request for a feature that would allow you to control the display of items/folders in a category/perspective: 1828423

  • How i can owerride allocWithZone in NSArray category

    I want calculate retain and release call count for all objects.
    I wrote category for NSObject and UIView:
    @implementation NSObject ( memCheck )
    + (id)allocWithZone:(NSZone *)zone;
    NSLog(@"NSObject allocWithZone");
    return NSAllocateObject(self , 0, zone);
    @end
    @implementation UIView ( memCheck )
    + (id)allocWithZone:(NSZone *)zone;
    NSLog(@"UIView allocWithZone: ");
    return NSAllocateObject(self, 0, zone);
    @end
    And that work. But when i create category for NSArray:
    @implementation NSArray ( memCheck )
    + (id)allocWithZone:(NSZone *)zone;
    NSLog(@"NSArray allocWithZone: ");
    return NSAllocateObject(self, 0, zone);
    @end
    i cath crash with message:
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSArray initWithObjects:count:]: method sent to an instance (0x512c70) of an abstract class. Create a concrete instance!'
    How i can owerride allocWithZone in NSArray category ?

    By checking the time in the display change history when the value was changed and mapping that change time in the workflow log you can find out which task is doing that and I also feel the task would be self explanatory. Check the wflow log and correspondingly the wflow template.
    Thanks
    Arghadip

Maybe you are looking for

  • Quicktime NOT working

    After last update, Quicktime NOT working / crashes constantly. I do video editing as part of business, this is screwing up my life. I can't delete QT, can't update, repair, fix or solve in anyway I can think of. HELP PLEASE!!! In case info needed, I

  • IDOC-File - records in Idoc to file based on some condition

    Hello experts, I have a idoc to file scenario. the incoming Idoc can have multiple records in it and i have to map these records to a csv file. Now the problem is not all records has to be mapped to the file. Based on the value of a perticular file (

  • Remove custom aspect ratio

    Hi all, I set up some custom aspect ratios in the crop and straighten tool window for a project I was working on. Now that I'm done w/ them I would like to remove them from the drop down menu. Can some one tell me how this is done? Thanks, Mike

  • Reg:Download FM

    Hi All, Iam using the FM GUI_DOWNLOAD to download the table data to an excel sheet. But if the Output field contains any characters like -,;,# then data in the excel sheet is shifting to next column.Kindly suggest me how to proceed. Thanks & Regards,

  • Perl Script from PL/SQL

    Hi, I am trying to design a trigger which launches a Perl script as external procedure. Ias it possible to do that? I have found only examples of external C/Java programs. Thanks, Rafael