"list / grid view" and "sort by" for product catalogs

Hi Everyone,
Is there any progress to either have more layouts in our BC system for Catalogs, etc...
or the Liquid Layout is being developed and I should use that on a real site?
Customers keep asking for these basic E-commerce functions:
- toggle between list view / grid view when viewing product catalogs;
- sort by function for product catalogs;
How should I achieve this???
thanks for any insights,
nova*

Hey Liam,
Is this found is suitable for what we are discussing here earlier? Namely, to change stylesheets with a link ... I try to do a list/grid view option here ...
http://www.thesitewizard.com/javascripts/change-style-sheets.shtml
Thanks for your time,
nova*

Similar Messages

  • Created date for JPGs used in FCE - how to view and sort by

    In FCE I need to view and sort by the date created not date modified on JPG images. How do I do that?

    Why would the developers prevent users from using information about when they TOOK the pictures rather than when they edited them? Seems like a real deficiency in the program to me.
    I make movies using 100s of images from a variety of photographers and put them in chronological order. Having to go to Finder on every one is impractical.

  • In Lightroom 3 I am in Library mode in the Grid View and need to rearrange images, but it is not allowing me to move them.

    In Lightroom 3 I am in Library mode in the Grid View and need to rearrange images, but it is not allowing me to move them.

    I don't do a lot of dragging to custom arrange my images. But the custom order is right at the bottom of the list of sort orders on my computer.
    Added later: But don't worry about the custom order. It doesn't make any difference on my system. Are you sure you are dragging the image itself, and not the border around the image?

  • Lightroom 4.4: Only 3 thumbnails will display at a time in both Grid view and the Film Strip

    Hi. I have Lightroom 4.4. and Windows 7--both of which have been working fine for several months. Starting a few days ago, however, thumbnails have refused to load for any NEW photos I import. They appear gray/blank in both Grid view and the film strip. However, if you click on any of the film strip thumbnails (while in either Grid view or Develop mode), that thumbnail and corresponding image WILL load--until up to three have done so. Then they begin disappearing again, allowing you to view no more than three images' thumbnails at any one time.
    I can't review a shoot via Grid mode this way. I'm also afraid to use Lightroom while it's misbehaving, for fear of corrupting the catalog somehow (though all the images appear to be there). Searching this forum, I found several people who experienced having all of their thumbnails blank out and who were able to correct this by either reinstalling or removing their color profiling software. However, 1) I did this (and it didn't work), and 2) it isn't that all my thumbnails that have disappeared. All the thumbnails and images imported prior to the bug, still initially display correctly.* And I can get three thumbnails of the newer images to appear at a time.
    *The asterisk is because after I poked around some more, I realized that if I opened other folders and began post-processing images from older uploads (vs. just viewing them), the thumbnails that initially displayed correctly everywhere also blank out and begin appearing in this up-to-three-at-a-time fashion.
    Help, please?
    With many thanks,
    Rita

    Alas, it didn't work. I did it twice--the second time rebooting the computer before starting Lightroom. I didn't expect the reboot to make a difference, but I did discover something else in the process: the second time I tried this, I accidentally opened a different catalog--and new photos imported just FINE into that one, thumbnails and all! For one moment I thought the reboot HAD made the difference. However, when I reopened the catalog I actually wanted, the original problem remained. Thumbnails don't load with import, and, when forced, only display up to three at a time.
    So the problem seems specific to this catalog.
    And yes--thank you for affirming that reinstalling Lightroom wouldn't work, either. (I forgot to mention that's what I had tried first. It didn't help--but it's nice to know it wasn't supposed to.)
    Thank you so much for your reply. Do you have any other ideas, please?
    With many thanks, truly,
    Rita

  • How to use the selection profile and status profile for production order?

    Hi expert,
       I want to know how to use the selection profile and status profile for production order. what's the usage for these two selection profile and status profile ?
      Please help me.
      thanks in advance.
      george.shi

    Hi George,
    There are are two types of statuses.One is system status and second one is user status.These statuses will tell us current situation of an order.
    We can't change system statuses.But we can create our own statuses through status profile.With this profile we can control user statuses.
    In this status profile,
    1.We define the sequence in which user statuses can be activated,
    2.We define initial statuses
    3. Allow or prohibit certain business transactions.
    Selection profiles are used to select the objects (say production orders) with different status combinations.We assign status profiles to selection profiles in BS42 T-Code.
    Regards,
    Raja.
    Edited by: Rajarao on Oct 30, 2008 6:21 AM
    Edited by: Rajarao on Oct 30, 2008 6:22 AM

  • Business partner maintenance for Product catalog view - Problem

    Hi All,
    I am using the FM 'CRM_PRP_MAINTAIN' to create Business partner assignment for product catalog view.
    Can anyone help me with this FM?
    I am passing the following:
            gs_prp_bupa_i-ref_kind = 'B'.
            gs_prp_bupa_i-processing_mode = 'A'.
            gs_prp_bupa_i-bupa_ref_guid = gv_partner_guid.
            gs_prp_bupa_i-partner_id = gv_partner.
            APPEND gs_prp_bupa_i TO gt_prp_bupa_i.
            ls_input_fields-ref_kind = 'D'.
            ls_input_fields-objectname = 'PRP_BUPA_I'.
            ls_input-fieldname = 'BUPA_REF_GUID'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'PARTNER_ID'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'PROCESSING_MODE'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'TYPE'.
            APPEND ls_input TO ls_input_fields-field_names.
            APPEND ls_input_fields TO lt_input_fields.
            CALL FUNCTION 'CRM_PRP_MAINTAIN'
              EXPORTING
                it_prp_bupa_i                   = gt_prp_bupa_i
              CHANGING
                ct_prpadm_h                     = lt_prpadm_h
                ct_prpadm_i                      = lt_prpadm_i
                ct_input_fields                   = lt_input_fields
                cv_log_handle                   = lv_log_handle
             EXCEPTIONS
               error_occurred                  = 1
               prp_locked                      = 2
               no_authority                    = 3
               status_change_not_allowed       = 4
               prp_id_already_exists           = 5
               invalid_prp_id                  = 6
               OTHERS                          = 7 .
    But i don see the partner assignment working.
    My doubt here is wat GUID shud b passed in the field gs_prp_bupa_i-GUID. As of now i m not passing any value here.
    Please help me.
    IF not this FM wat else can i use?

    Hi Ganesh,
    Thanks for your response.
    i hope you understood my question.i have already performed all the steps which you have mentioned.Understand my query first.
    I could solve that query myself.
    Message was edited by: mdv sapcrm

  • ALV like LIST GRID BLOCKED and HIRARCHIC using oops class SALV

    Hi ,
    Can any one let know me is it possible to display all the Flavours of ALV like LIST GRID BLOCKED and HIRARCHICAL
    using oops class CL_GUI_ALV and class CL_SALV.
    and the relevant events with respect to the type of ALV.
    regards

    Hello
    Have you had a look at the documents of Rich Heilman:
    [ALV Object Model - Simple 2D Table - Event Handling|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01]
    [ALV Object Model - Hierarchical Sequential List - The Basics|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0f03986-046c-2910-a5aa-e5364e96ea2c]
    [ALV Object Model - Simple 2D Table - The Basics|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/eac1fa0b-0e01-0010-0990-8530de4908a6]
    Regards
      Uwe

  • Go0gle toolbar is listed in VIEW and space opens but no toolbar appears

    It disappeared spontaneously and, even though it is listed under VIEW and space opens it will not appear.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Even though I have LCD font smoothing disabled, Mountain Lion still uses it in PDF views, Safari's location bar, Mail's message view, and the dialogs for mounting encrypted disk images.

    Even though I have LCD font smoothing disabled, Mountain Lion still uses it in PDF views, Safari’s location bar, Mail’s message view, and the dialogs for mounting encrypted disk images. Is there any solution to this problem? Also diabled the Smoothing in the SystemPrefs and also via Terminal. Font smoothing is still there. Very annoying, especially in PDF attachments in Apple Mail.

    Try feeding Safari a user-defined CSS file with font-smoothing tweaks (including none). The filename and its filesystem location are arbitrary. Use your favorite coding editor.
    Safari > Preferences > Advanced > Style Sheet:
    Here is an example with all elements uncommented. Pick the one that works best for your Safari viewing and comment out the others:
    Preview. Try Preview > Preferences > PDF > Smooth text and line art (uncheck)

  • A custom pricing procedure to be used for product catalog via IPC

    Hi all,
       I am new to IPC and E-commerce concepts.I need all your valuable help to work on the below scenario
    I have an existing custom pricing procedure zcustom on the order document in ECC system which needs to be used on the catalog pricing. In simple words customer specific pricing  is to be viewed by dealers in the Product Catalog.
    I have also gone through the PricingUserExit Manual and have understanding on the basics.Please give me steps that I can follow to get a solution for this scenario.
    Thanks and Regards
    Deepika

    Hi Deepika,
    Please check this note [1126537|https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1126537&nlang=E] .
    The attached document 'Pricing_in_SAP_ECO.pdf' describes how pricing is done in your case. I think chapter 1.1.1.2 refers to the situation you describe, it tells how the pricing procedure is found and which attributes are available. Other attributes have to be added via customer exits.
    Best regards,
    Christoph

  • PPR(Partner Product Range) Type for Product Catalog Views

    Hi all,
    I need to prevent showing some products in E-commerce Catalog depending on the PPR settings. Does the PPR type for Catalog Views help me? can any one explain me what is significance of drop-down "Application" in the PPR type configuration.
    thanks in advance
    Regards, DD

    Hi Mohanthy,
    We are using PPR ( CRM Listings in Filtering products from ISA ). There is no standard way to make the products not displayed in catalog based on listing. We call a Z function module to after the user login to the Ecommerce Application and get the allowed products list and then use that to filter-out the products from the catalog page. ( This might not be a gr8 approach but .. this is exactly your requirement,  and also we don't have a huge catalog so listing data in session is small for us.)
    Hope this gives you a idea.
    regards,
    Yoshi

  • When we go for Views and Function Modules for Generic Extraction

    Hi Experts,
    Can you please explain when we go for extracting the data using Views and when we got using Function Modules using Generic Extraction from R/3 system to BW with examples. And also can you explain when we go for delta for the above both scenarios.
    Thanks for you help in advance
    Rohith

    Hi,
    Scenario for Extarction using FM
    Imagine the scenario where you need to extract data from
    tables having no common field between them and thereby preventing you from creating a view on top of those tables..
    Or simply consider tables that are highly unrelatd in terms of fields, but you have a requiremnt to extract data from them.
    Also Refer.
    create generic extractor based on 2 tables
    Generic Extraction via Function Module
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Steps.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33
    http://help.sap.com/saphelp_nw04/helpdata/en/86/1c8c3e94243446e10000000a114084/frameset.htm
    Scenario for Extraction using View
    If there are more number of tables and data in those tables can be represented using joins then we can use this type of extraction
    For more info Refer these links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    For GEneric Delta refer these links
    [generic with delta;
    [https://forums.sdn.sap.com/click.jspa?searchID=11388803&messageID=5164737]

  • File Dialog (Details View and Multiple Selections for View File Type)

    I would like to use the generic windows dialog box found in the toolbar under:
    File I/O/Advanced File Functions/File Dialog
    What I would like to do is have multiple selections for the file type, for example one menu selection is *.txt, another is *.rtf, another is *.csv, etc. Listing a single type is straightforward.
    Also does anyone know if there is a way to have the dialog open in the DETAILS view automatically?
    Thanks for any help!
    Carlton

    Hi,
    You can do it in following ways:
    1. Write in pattern input the string "*.txt; *.csv; *.rtf". This will show to the user only files with this extensions in the dialog.
    2. Another way is to create ring or menu where user could specify the extension. Depending on this extension you could wire the appropriate string to the pattern input of "File Dialog.vi"
    I have made an example.
    Good luck.
    Oleg Chutko.
    Attachments:
    fileopen.vi ‏42 KB

  • Eventing in Portal page between Team Viewer and Custom Webdynpro for ABAP

    We are trying to implement a new Portal page that contains a Team Viewer Iview and a custom Webdynpro for ABAP iview.
    The idea is that the when a manager select one of his direct report in the Team Viewer, the custom Webdynpro for ABAP would pick up the selection_changed event and retrieve the data for the selected employee.
    We followed the instruction provided by SAP in note 1112733 and it worked in our development environment. When we moved the iviews to our testing environment it stopped working.
    I also used the Diagnostic Iviews provided by SAP and I get the same result: Works in Dev, does not work in QA or in Prod.
    We also followed the troubleshooting steps of note 945516 and it still did not help us. We can not find a difference in our system set up.
    We are therefore looking for pointers as to what could be our problem.
    Thanks!
    Edited by: Benoit Fortin on Feb 20, 2009 2:28 PM

    Problem was solved internally:
    The reasons the eventing worked in Dev and not in QA or Prod, was that we had a different level of patch for ESS/MSS between instances, which I was not aware of.
    Dev was on ESS/MSS version 600 SP14 and QA and Prod was on a different level. Once we implemented ESS/MSS SP 14 accross the board, everything was good.
    Edited by: Benoit Fortin on Nov 13, 2009 11:57 AM

  • How can I view and use PureEdge for my military documents?

    I'm new to using Mac computers and I have tons of military forms that I need to use on a daily basis. So I'm asking anyone that has been in the military and used PureEdge to help me out.

      I am the one who actually ported PureEdge and Lotus Forms for Mac. As for resizing the window you need to use the screen size controls that are native to the program. You can access the control from the bottom right of the window. Click-Drag (It's actually very easy, and allows the program to look like it belongs in a Mac environment) You can also remove decorations through the program, but it will look like a win98 gui.
      Unfortunately several sites have repackaged this program, omitting the original readme. Regardless, Lotus Forms V4.0 and higher is more stable in OSX. I have made available a new version based on Lotus Forms Viewer 4.0.0.3 which will allow you to view, edit and print like before. The major difference is that the new version does not have or need Java to function. There are some drawbacks to this with newer forms but they will still load and can be modified.
    The latest version can be downloaded here: http://aeonconcepts.com/lotus
      Please Note: Unless drastic changes are made to revised forms that break functionality of this version, this should be the last release required. If future OSX versions break the functionality, an updated version will be released.

Maybe you are looking for

  • KM Statistics Report

    Hi - Under KM /Admin Guide / Content Management / Reports, I see a Statistics Report described: Use You can use this report to evaluate and search the content of KM repositories using different criteria. The report searches all repositories, regardle

  • Writting java graphics and textual data from java application into MS word

    By using POI API, I could write textual data into MS word by using java application. Could any one help me out how to write Java graphics(i.e. Writting JPanel) and textual data(i.e.IOStream data) both into MS word document. Thank you for time spent.

  • ICE links, clickable and editable

    Hi All, I want to make my links clickable and editable. Much like you see when you are using ICE and you hover over menu items. You have the option to edit the name of the menu item and also click on the link to navigate to a different page. When hov

  • Save data into user defined table while save button is triggered in VF01.

    Hi experts,               I got a requirement related to performance in our business process.Before saving the billing document in vf01 that means all the data is entered in vf01 and ready to click on save.          While we click on SAVE button the

  • 10.3.9 Audio Problem

    None of the applications that can use the CoreAudio in OSX (Itunes, Quicktime, BiasPeak etc) will open since I upgraded from 10.3.4 to 10.3.9. Does this make sense to anyone? Can I download some kind of software to aid in this problem? Pro tools is f