Hiding Sub-Catalogs on Large Product View

Hi BC Community,
Wondering if anyone has any tips or tricks for hiding (or removing) the Sub-Catalog list from the Large Product.html page (e-commerce).  When looking at a detail view of a product, and that particular catalog has say 20 sub-catalogs, the detail view of the individual product is at the bottom of the sub-catalog list (which it should be), but it sucks that you have to scroll to the bottom of the page just to see the individual product.
Any way around this?
Thanks,
Aaron

Hey Aaron,
You will have to look for an identifier element from the large product layout. If that exists on the page then with javascript you can manipulate the html to as you need with that and some css.

Similar Messages

  • Keep a checkbox checked on large product view with grouping

    hi I have this problem with my checked checkbox on my large product view. I've used JS and all is working fine but when I group products and I select anything in the drop down other than the default the product view breaks and the checkbox becomes unchecked.
    here is the site iv'e currently been working on for a long time!!
    Beyonce - Midnight Blue
    any help would be greatly appreciated
    thanks luke

    Hi Dave,
    The catalogue page is actually the Overall Layout inside Online Shop layouts. When you access the catalogue directly that's the layotu that get's rendered. That layout has {tag_cataloguelist...} and {tag_productlist...} which render sub-catalogues and products within that catalogue respectively.
    As for 2, I had a look at the site and it's behaving normally. Let me know if you need a detailed explanation of what it happening there.
    Cheers,
    -mario

  • Center Large product view?

    I got a problem with my "large product view"
    1: the product thumbnail is placed to the left, I would like it to be centered.
    2: the thumbnail is kind of small, how do I make it larger?
    where in the CSS do I change those things?

    Ops,, forgot to post the link
    Breitlings Navitimer
    I managed to get this particular product larger but still it does not look right, I want it to be 100% hight from the bottom of the page to the gray area.
    Is it possible to force the product images to be a specific size (if it's to small, it stretches or to bid it shrinks)?
    I also notised a separate problem in the meny bar,, in "MÄRKEN" the dropdown meny shows up on the side to the right instead of underneath "MÄRKEN"
    Thankful for help

  • 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.

  • Output catalog name on large product layout

    Has anyone come across a way to output the catalog name on the large product layout?
    The nearest I can see getting is using jQuery to parse the breadcrumbs or the url. Ideally I want to do this so I can make some css changes on the product page depending on which catalog it's in.
    Any ideas?

    Worked it out, this one's done using Javascript. Posting the solution here for anyone who needs it. In the example below, .main is my main div that I would like the classname applied to. This will take the second-last element of the url and apply it as a class to the my div with class .main. Note: there may be issues here if your urls have trailing slashes.
    <script type="text/javascript">
    var url = window.location.pathname;
        url = url.split("/");
        urlclass = url[url.length-2];
        $('.main').addClass(urlclass);
        </script>

  • 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.

  • Hi is there any way around showing large product lay out through separate template from Over all layout?

    Hi, I have been thinking why everything except for the small product back up is tied up to the over all layouts template. Could any one give me advice on some ways I could display my large product page using a different template?
    Any suggestion will be appreciated. Thank you very much 

    Only with javascript and CSS and of a new template per catalog.

  • 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.

  • Displaying stock and sales orders for aggregated product in Product View

    Hello,
    We have successfully created an SNP aggregated planning scenario which uses CTM to plan purchase requisitions and planned orders at the aggregated product level.  The disaggregation to the sub-product level is working as well.
    We have one issue.
    We would like to be able to use the Product View (SAPAPO/RRP3) to view the sales order and stock information for both the aggregated products and the sub-products. 
    Currently, the sub-products (which are the materials in the stock and sales orders functions in ECC) show the disaggregated planned orders and purchase Reqs, and the sales order and stock information in the Product View.
    The aggregated-products (which aren't included in the ECC sales order and stock functions), only show the aggregated planned orders and purchase Reqs. 
    Is there a Product View configuration which will show the aggregated stock and sales orders in the aggregated product view?
    thanks in advance for any comments and/or assistance.
    Sarah

    Hi Sarah,
    The Product view configuration is available under customisation menu under the below path.
    spro > sap guide > APO > supply planning > PPDS > settings for order view/product view
    Under this, you can configure your customised product view structure.
    Regards,
    R. Senthil mareeswaran.

  • Adding a free sample button to the large product layout?

    hello guys
    im trying to figure out how to add a free sample button to the large product layout
    the site is a tiles shop http://ceramic-planet2.businesscatalyst.com/
    and we want to give the customer the option of ordering a sample from the large layout of the product they are viewing.
    A sample button underneath the add to cart button that is free but still charges a few $ for p&p.
    so I figure the sample button would be a add to cart tag of a seperate product added to the layout of the main product it is based on.
    any ideas how I can link a new different product to a product layout.
    plus not every product will need this button so is there a way of adding it to certain products? im thinking maybe using the custom tag? can I link products to a custom tag?
    if im not being clear I apologise but hopefully its simples
    Dave

    thanks for the help so far Mihai_Tica
    almost there Ive played with the cutom template like you said
    I made a template called samplebutton which has a tag_name_nolink and a add to cart button. Thats it nothing fancy.
    every product is going to have its very own sample button so I couldn't just add this custom template to the large template as it would only work for that one item I linked it to.
    so I added the module code with added custom template to the custom tag field for the large product and added it to the page {tag_custom3)  thus able to add different sample products to different large products.
    and it looks like its going to work.......until I add to cart and the product reverts back to small product template take a look http://ceramic-planet2.businesscatalyst.com/bathroom-tiles/cardiff-marron
    any ideas why when I add to cart the product reverts to small product template and how I can stop this from happening?

  • Adding more custom tags to large product page

    Is there any way to add more custom tags past tag_custom4?

    That's not possible. Those 4 custom fields is all you can use.
    There is a keywords field which you can utilise maybe. I think the tag for
    it is .
    Cheers,
    Mario Gudelj
    www.twoblokeswithapostie.com - Talk to us before you tell your clients:
    "No, Business Catalyst can't do that."
       Adding more custom tags to large product page  created by AnneGerber<http://forums.adobe.com/people/AnneGerber>in
    eCommerce - View the full discussion<http://forums.adobe.com/message/5050617#5050617

  • Can not see all the clips in large Icon view in my bin

    I arranged my clips in a bin in large Icon view but i can not see all the clips in the bin while in that mode. I see the clips when in list mode or when i drag them out of the bin into the main bin. As soon I drag them back in large icon view bin they do not show up, when going back in list view they are there.
    Any idea
    Also my daughter accidently pulled the electrical plug, which turned my external hard drive off. So the media was off line. I hit reconnect the clip but the clip does not show as connected in the bin it keeps the Media offline icon but putting the clip in the viewer or time line it plays it. So the clip is reconnected
    hope anybody can help with those two issues thanks

    Nick
    thanks for your message it helped to show the clips. Here how I solved it. I put the clips i could not see in large Icon view, to the Project folder. Even in the project folder I was only seeing the clips with Thumbnail in list view. When i hit large Icon view the clips disappeared, and they could not have been lower down as i only have about 5 folders in the project. I then clicked arrange the clip by name and they showed up again. Like that i dragged the clip back in to its bin and it showed up. The reason for going back and forth I arranged the clips manually in the bin before and when hitting arrange by name it spread them to far apart and put the clips not in a sequence I liked.
    for the second part I followed Neil's suggestion it worked.

  • PReqRel can not be seen in product view in apo

    Hi expert
    when we have stock transfer process, we can see purchase requistion for the material in procure plant in product view
    in apo. And we can see TrRes. for this material in supplying plant. But we can not see related PReqRel in supplying plant in
    apo. I don't know why. Which Material dependent object should be marked if we want to transfer PReqRel for the material?
    Thank you in advance : )

    Liting,
    Data is right. This is the 'classic' case of missing Source of Supply
    Open the Preq in rrp2 and see if a source of supply has been assigned. See if there is a valid transport activity in the preq. Look for available Transportation lane and ensure one exists.
    If the problem is with incorrect Master Data, correct the data, delete the original preqs manually and rerun heuristics.
    Let us know how you progress.
    Abhi

  • Distr. Key GLEI in Prod. order not getting reflected in SCM product view

    Hi,
    We have the CIF integration model active to transfer production orders from R/3 to SCM-APO.
    When we create a production order in R/3 it is getting transferred over to SCM and can be seen in Product view for the material-plant combination.
    If we have the distribution key as GLEI on the production order in R/3, and we looked at stock requirements list-MD04 the receipts were split across evenly from the start date to the end date of the production order.
    However, in the product view of SCM, the material was shown as available only at the end date of the production order with the full quantity.
    Please provide any pointers as to something we might have missed out that made the CIF'ing not work properly...
    Thanks & Regards,
    Renjith John Andrews

    Hi Renjith
    Yes I do mean the Production Process Model. To check setting you need to do the following:
    Transaction /sapapo/scc03
    Click on choose plan via PPM and enter your material and location and press change.
    Double click your operation
    Double-click your activity
    On the components tab you should see your "Output" material (Type O in I/O Indicator field), next to this should be the consumption indicator field. This is the one that has to be set to 'C'.
    Hope this helps.
    Regards
    Ian

  • Horizons are missing in product view

    Hi Frns,
    In my product view of a KMAT material, the SNP Horizon & PP/DS Horizon lines are missing !! What could be the reason ??
    I have maintained the horizons in the product master (SNP2 & PP/DS tabs)
    Still the horizon lines are not visible in product view...
    Thanks,
    Krishna

    my mistake..
    made the product strategy group 10 in ERP..
    when i made it 40, things are fine..

Maybe you are looking for

  • OracleDbType for function OBJECT return type

    Hi all, I inherited an oracle function that has an object as a return type: create or replace TYPE OBJECTPATH IS OBJECT (OBJECTID NUMBER); create or replace TYPE OBJECTPATH_TAB AS TABLE OF OBJECTPATH; create or replace FUNCTION GETOBJECTINPATH ( pobj

  • UserID field increase 12 character limit

    We having an issue with the 12 character limit which would like to increase for the purposes of pushing data from SAP HR to the LDAP using the Unique user ID. I can't find any notes on this issue.

  • Group by time duration

    I'm having an tasktable which has startdate,enddate,activity,subactivity etc. Now I have to create a tasks by duration in mins report and group it by duration. I'm a newbee to oracle and I have done grouping by column. I dont know how to group it by

  • Media Browser -- HELP!

    Suddenly the Audio part of the Garage Band Media Browser doesn't work. Photos and Movies work as they should, but when I click on the AUDIO tab, it just says "Loading iTunes Music -" and I get the spinning circle symbol. A week ago this worked fine.

  • IP 169.x.x.x issue

    Hi! I have had this problem for a couple of days now. I have followed this instructions: http://docs.info.apple.com/article.html?artnum=106879 with no luck. I have reviewed other posts but there's no help there either. Any ideas of what could be caus