Product Images in ICSS B2C application.

Hi ,
I have a requirement where I need to show the images in the ICSS B2C application. I'm not sure where I need to configure the Image server in the XCM settings.
Please guide me in the same.
Regards,
Sarath.

Hi,
Checked the values in the Visual Admin -> Trex Service--> nameserver.address value is filled with the host name and port number
But no nameserver.backupserverlist is maintained  . If it required should i give the same server details of the above property ei "namserver.add*"
And also i found that in the Tcode SES_ADMIN , everything is blank and also in the ICSS/B2C/ADMIN portal . the Catalog Cache Statistics is blank, there is no Key or Catalogue Guid is present
Please suggest me where to check now again .
Regards
Vikrant

Similar Messages

  • Complete product list in ICSS catalog for Reference Objects:Products

    In my current scenario, I have products that belong to different sales areas and while I create a catalog, I have created different variants for different sales area and assigned the products accordingly.
    The problem is, in the catalog usage (SPRO->CRM->Web Channel->e-service->catalog usage), I can create 1 catalog indicator corresponding to only 1 catalog variant and the same indicator I am giving in the XCM for ICSS catalogs. The problem is, as different variants have different products, the user would never be able to see the complete list of products but can only see the products belonging to 1 variant (whose indicator I have given in the XCM). The expectation is that the user should be able to see all the products (irrespective of the sales area ) in the Reference Object field (ICSS catalog).
    I tried different combinations like-
    1.Creating catalog views and assigning BPs. There is no option though of assigning a view in ICSS catalog
    2.Giving all the indicators in XCM separated by u2018,u2019. I was hoping that the string would be read with a delimiter in the code.
    3.Only giving the catalog name while creating the indicator in SPRO (Variant is not a mandatory option there). This resulted in runtime errors on the UI when I tried to access the catalog
    Can anyone suggest how we might be able to achieve this without any code enhancement?

    Hi,
    Checked the values in the Visual Admin -> Trex Service--> nameserver.address value is filled with the host name and port number
    But no nameserver.backupserverlist is maintained  . If it required should i give the same server details of the above property ei "namserver.add*"
    And also i found that in the Tcode SES_ADMIN , everything is blank and also in the ICSS/B2C/ADMIN portal . the Catalog Cache Statistics is blank, there is no Key or Catalogue Guid is present
    Please suggest me where to check now again .
    Regards
    Vikrant

  • E-commerce B2C application in IE8

    Hi,
    Iam working on E-commerce B2C application which works fine (functionality-wise, and look and feel-wise also) in Internet Explorer 6,7; Mozilla Firefox 2,3. But the same application is giving problems in IE8.
    The main screen has an image which is appearing twice, some of the links are distorted, and the grey lines under the links are missing.
    Can anyone suggest why this is happening.?
    Is there any fix for this problem?
    Please suggest.
    Regards,
    Padmalatha.K

    Hi Padmalatha,
    Which E-Commerce version are you on?
    Please check under the mimes folder if there is any stylesheet for IE8 or not.
    Most probably it wont be there if you are upto ISA6.0.
    If that is the case than "Best viewed in IE7.0 and below" is the most appropriate message you can put in your homepage footer.
    Regards,
    Arshi

  • How can i find/add/edit images.gif to an application ?

    Hi,
    I would like to know How to find/add/edit images.gif in an application ?
    Thanks in advance
    Yoel

    Yoel,
    Go to shared components. Search for images (left under)
    Leo

  • Display image in standalone AIR application

    I have loaded images and like to display image in standalone AIR application. But I cannot get it work. The code as follows:
    private function ImageLoader(url:String):void
    var request:URLRequest = new URLRequest(url);
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderComplete);
    loader.load(request);    
    private function loaderComplete(event:Event):void
    var scaleFactor:Number = 1;
    var uic:UIComponent = new UIComponent();
    try
    var bmp:Bitmap = event.target.content as Bitmap;
    var bmd:BitmapData = bmp.bitmapData; //Bitmap(event.target.content).bitmapData;
    var scaledBMD:BitmapData = new BitmapData(400, 400);
    var matrix:Matrix = new Matrix();
    matrix.scale(scaleFactor, scaleFactor);
    scaledBMD.draw(bmd, matrix, null, null, null, true);
    uic.x = 40;
    uic.y = 40;
    uic.addChild(new Bitmap(scaledBMD));
    catch (errObject:Error)
    trace(errObject.message);

    Found answer by adding mx:Canvas and add
    iconCanvas.addChild(uic);
    after
    uic.addChild(new Bitmap(scaledBMD));
    <mx:Canvas id="iconCanvas" width="10" height="10" horizontalScrollPolicy="off" verticalScrollPolicy="off" x="0" y="0" clipContent="false"/>
    Is anyone create "Canvas" by using new Canvas and get it works? example:
    var canv:Canvas = new Canvas(...);

  • Url(https enabled) for b2c application unable to open and refresh multiple

    hi,
    i have worked on b2c application during development http is enabled and everything worked perfectly . After developement for client testing a new url is published with https enabled. with this url when i open the b2c application the page began to refreshing continuosly and site is not opened. The same url worked some times when i opened on other pc. what care we should be taken when switching from http to htpps. did any one have the idea
    Regards,
    Pavan

    Hello Pavan,
    In the general area of the XCM you should check the HTTPS settings that you have configured. Also maybe check an HTTP trace to see what  is happeneing.
    Mark

  • In BC, how can I remove the large space above the product images?

    Hi, I'm having a problem with the product pages in Business Catalyst. There is a large space that appears between the breadcrumb trail and the first row of product images (small product page) and between the breadcrumb trail and the information on the large product page.
    I have run through the stylesheets (base.css, layout.css, and ModuleStyleSheets.css) and changed numbers for anything that looked like it might control that space. I adjusted the css in my files too. Absolutely nothing made any difference.
    And even worse, a scroll bar apears on the right side of the div. The div is set to auto height and grows to accept anything put in it. If I remove all the images, the scroll bar goes away, but if I only remove the breadcrumb, the scroll bar stays. Because of this, I suspect there is a margin setting on the div that holds the images that is forcing the page length beyond what the div sees. But can I find it? No.
    I find nothing in the Overall Layout Shop Module Template:
    <blockquote style="margin: 0px 0px 0px 20px; border: none; padding: 0px;">
    <div class="shop-main clear">
    <div class="body clear"><span style="font-size: 14px; font-family: verdana;"><strong>You are viewing the</strong></span> {tag_cataloguebreadcrumbs}</div>
    </div>
    </blockquote>
    <div class="shop-main clear">
    <div class="header clear">
    </div>
    <div class="body clear">{tag_cataloguelist,3,,,,true} {tag_productlist,3}<br />
    <div class="footer clear">{tag_previouspage,<img alt="" src="/CatalystImages/module_previous.png" />} {tag_nextpage,<img alt="" src="/CatalystImages/module_next.png" />}</div>
    </div>
    </div>
    (I could find no class for shop-main in any stylesheet. Changing any header class had no effect.)
    Nothing on the page template would account for this:
    <div id="right">
            <div id="store-banner-rings"><img src="../jpegs/store-background-rings.png" width="730" height="55" alt="&lt;empty&gt;" /></div>
            <!--end store banner-->
            <div id="store-background">
            {tag_pagecontent}
            </div><!--end store background-->
    </div><!--end right-->
    The page template with no page content looks like this:
    No big space! No scrollbar.
    It's that product table, gotta be. Can anyone tell me which css style to change to get rid of the large top margin and that hideous scroll bar? Or should I write a new one? To which section do I apply it?
    I appreciate any help and thank you very much for your time in advance.
    Sincerely, Ahurani

    Just Johnny,
    Thank you so much for answering. This big space is the last problem and I can't seem to find the code to fix it.
    The link is for whimsicalley02.businesscatalyst.com.
    Right now, the Harry Potter store is the best one to view. I haven't hooked up the others.
    If you can find the problem, I'd be very happy. I have commented a lot of the ModuleStyle css because I kept reinserting changes to the same code and that's how I stopped myself. I've taken out some of the comments, but the code is still festooned with them.
    Thank you for your help,
    Ahurani

  • PC/64/Windows 7/XIStandard recently installed/unable to put footer into document because I can't move to the bottom of the image when in footer application mode.  Display is at recommended 1920x1080.  Is there a solution or is it a flaw in the program?

    PC/64/Windows 7/XIStandard recently installed/unable to put footer into document because I can't move to the bottom of the image when in footer application mode.  Display is at recommended 1920x1080.  Is there a solution or is it a flaw in the program?

    Don't have a direct answer. But did you install the updates. They might resolve the problem.

  • Add Country dropdown list in custom B2C application

    Hi,
    Please help me in providing a dropdown input field to list all countries in custom b2c application.
    I tried using the reference of country dropdown field provided in customer registration form after(i.e register.inc.jsp) but not working.
    Could you please help with the code in JSP, java script associated or other alternative?

    I copied and replaced the field name with 'country' in the java script related and in the html with script code. I remembered that I forgot to populate the country list in the action class earlier.
    But after doing that I get null in the dropdown. Trying to debug but unable to. the control doesn't stop at that breakpoint in the custom class
    I'm using country list with some other custom fields that are just input fields along with date fields that has calender options.
    I need only country list in my custom jsp.
    Thanks,
    B M

  • How to display BLOB image column with WEB application, JSF, ADF BC

    I looking for a way to display the content from a blob column on a WEB application, JSF, ADF BC
    The blob column contains a JPEG image.
    About the application
    The model contains a viewobject where the blob column attribute (photoimg) type is of type : BlobDomain
    Now I have to create the view to display the content of photoimg inside a JSF-JSP page.
    Any advice ?

    Search is your friend
    How to display the content of a BLOB column in a ADF/BC pages ?
    John

  • Problem with a product image/pdf production in Indesign CS5

    Hi,
    this problem probably has an obvious solution, but I can't figure it out due to my limited experience in using Indesign. I'm trying to export my poster lay-out as pdf, but one of the several product images does not show up in the exporte pdf correctly. Instead of a product image, I only get this white image that is similar to the shape of the product image, but the actual product image is not visible. The product image is a .psd -file and it shows correctly in InDesign document, but not in the exported .pdf file. Could somebody help me to tackle this problem?
    BR,
    Masa

    Hi,
    - It shows in the preview mode
    - I'm using only one layer in the layout with all the images on it
    - The image is not non-printing in the Attributes panel
    - Links have no errors and theya re up to date
    When I create the PDF via FILE > PRINT, then the problem does not occur, but I have another problem with white margins on both top and bottom of the .pdf-file. ¨
    I still would like to create the pdf via Export.
    Thank you for your quick  reply, what's next?
    BR,
    Masa

  • Can we have different products between B2B and B2C

    Hi Experts,
          I have one basic question.  Can we maintain the different products between B2B and B2C users.  Because we have requirement is B2B users should get all the products, but B2C users should get limited products.  Is there way we can setup like this to meet the requirements.  Please let me know.  Thank you very much in advance.
    With Regards,
    Sudheer.

    You do this by creating two Product Catalogs (PCAT_B2C and PCAT_B2B, for example)  Then, in ShopAdmin you assign the B2C site to PCAT_B2C and the B2B to the PCAT_B2B.
    Another possibility, although not very user friendly is to use one PCAT and allow B2B users to add items to their cart directly, even thought they're not in the PCAT.  The drawback here is that they MUST know the exact number and they can not search for them.  I can give more info on this if you feel it might work for you, but it is not a very good option as a general rule.

  • Best way to manage images on jsp web application

    Hi,
    Am developing a jsp web application, in that project, the user will upload the image files, now I created an image directory in the context root and when the image is uploaded by the user it is saved in the /images directory and the image path is saved in the database. I can display this image using the <img src="images/a.jsp" > tag.
    but when I rebuild the project all the images in the /images directory get deleated but the image path is remained in the database, is there any method that I make /image dir outside my project context root so that when I rebuild the project the /images dir can get changed and my project will save images outside the context root that is in the /images dir which is now outside the project context root. and is it possible to display those images using <img src""> tag. because this time my /images dir is at D:/images . what could be the best method or way to handle images with the web application.
    any suggestion will be helpfull

    Well my friend as per your given case there are to two ways of approaching your problem.
    Case 1:
    How to save the relevant data ??
    .Create a backup folder Workstation on which you are hosting your application where you can store all the uploaded files which is outside the scope of webserver(However we can write a dedicated servlet which can access that file) and make sure we pickup from any the folder path from a specfic MessageResource bundle or an context/servlet init parameter in web.xml.
    .Write a Upload servlet/Backing Bean which saves all the files in the discussed folder using utility packages like Commons FileUpload,Oreilly MultipartRequest & etc and then register saved fileName in the database user specfic table specific to user.
    How to display the Image ??
    .Write a dedicated servlet which can pickup user related fileName specfic information from the database and the read the file from backup folder by constructing the path from the entry made as a init param in web.xml or any other custom MessageResource bundle and then stream the Image data using the ServletOutputStream.
    NOTE: do not forget to pickup & setImage file ContentType & Set the content length.
    .Just try to render the JSP view file where we are displaying the displaying the images by calling the dedicated ImageServlet.
    <img src="ImageServlet?userid=2345" align="center"/>Try to refer below posts to get a better understading.
    Dedicated Image Servlet:
    http://forum.java.sun.com/thread.jspa?threadID=5208858&messageID=9840042#9840042
    Uploading Files Using Servlet:
    http://muimi.com/j/jakarta/commons/fileupload/
    Case 2
    The second method would more or less the same but here we would save the uploaded file
    content is saved in the Database as a Blob and we would retrive it back using a dedicated image servlet again.
    However,in terms of performance the second case implementation is very costly.
    Try to refer below posts to get a better understading on the second case.
    http://forum.java.sun.com/thread.jspa?threadID=5193481&tstart=50
    http://forum.java.sun.com/thread.jspa?threadID=5211649&messageID=9853670#9853670
    Hope this might help :)
    REGARDS,
    RaHuL

  • Help for Calling RFC in B2C application.

    hi,
    We had written one RFC and all java classes related to that.
    we are able to call RFC in b2c application.we are calling RFC on loading of JSP.
    now my requirement is to call same RFC in other JSP but muliple times(in a for loop).But how can i do that?
    one thing is sure we cannot calll this RFC on loading of new jsp page.we have to call inside jsp page(in a loop).
    there is any way?
    please help me out.
    thanks in advance.
    jayesh talreja

    Two things I would like to say here:
    1) Calling RFCs directly from JSP is not supported so we need to use interfaces and backend classes.
    2) Calling an rfc is java code and in jsp we write java code along with html to make it dynamic...so dynamic
    call is also possible.
    ie. suppose we want to call our rfc for fetching some data from the backend based on the data entered at item level once the user clicks on update button on order creation page.So we can write the code like below
                                  <%--   messages --%>
                                       <%@ include file="/b2b/itemErrMsg.inc.jsp"%>
                                       <% } %>
                                       <%-- ui.showItemDetailButton() --%>
                                       <% } %>
                                       <%-- ui.isBOMSubItemToBeSuppressed() --%>
                                       <%--Start of addition by Arshid --%>
                        <!-- From here our custom rfc call is starting-->
                        <%
                             String arg1[]= {"crm~isa~isacore~resources_en"};
                             if((JspUtil.removeNull(item.getProduct()).length()) !=0 && !(JspUtil.removeNull(item.getNetValue()).equals(WebUtil.translate(pageContext,"yourcompany.order.minimumValue",arg1))) )
                                  String baseUOM = "";
                                  int enteredQuan= 0;
                                  double minOrderQuan = 0.00;
                                  double roundingValue = 0.00;
                                  BusinessObjectManager isaBOM = (BusinessObjectManager)userSessionData.getBOM(BusinessObjectManager.ISACORE_BOM);
                                  User user = (User)isaBOM.getUser();
                                  Shop shop = (Shop)isaBOM.getShop();
                                  String distrChannel = shop.getDistributionChannel();
                                  String sod = shop.getSalesOrganisation();
                                  Z_CustomBusinessObjectManager customBOM = (Z_CustomBusinessObjectManager)userSessionData.getBOM(Z_CustomBusinessObjectManager.CUSTOM_BOM);
    //Z_prodInfoValue is a bo that will hold the data returned from rfc call
                                  Z_prodInfoValue z_prodinfo = customBOM.getZ_prodInfobo().getProdInfo(Zeropadding.productInfoNoPadding(item.getProduct()), sod, distrChannel);
    <!-- Call ends here and this piece of code is called for every item on clicking on update buton -->
    Although this is not a good code design as instead of making multiple calls to the backend we can get the above thing done in a single call also.I wrote this code just to give an example .
    This clearky proves we can have dynamic calls to the backend through jsps also.
    But Jayesh, your question is not very clear to me.
    If its about for loop, where you want to call the backend for multiple times with different set of values than i would rather suggest you to create lists of these different datasets and send these in a single call to the backend and fetch the data similarily in tables in a single call.
    Regards,
    Arshi

  • Display an Image in a Java application !

    Hi all !
    Really i want to display an image in a java application , i know how to do it in applets but this method does not work in applications so please help me to do that in an application ,thanks .

    it is the same way as in applets.
    1. Open a frame with awt
    2. Define an Image (like: Image a=null;)
    3. Load this Image with the Toolkit....(just look which method to use)
    4. draw this image to screen with g.drawImage(...)
    Note the class drawing the image must implement ImageObserver.
    regards

Maybe you are looking for