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

Similar Messages

  • Catalog selected is unavailable (E-Commerce B2C 7.0)

    Hi All,
    I'm working on E-Commerce, B2C scenario. I have not maintained R/3 related settings. All the configuration are done w.r.t CRM. When I launch the website I get the error 'The catalog that you have selected is currently unavailable; try again later'. I have checked the product catalog in COMM_PCAT_ADM & the product catalog is available. Kindly let me know how to resolve this error.
    Regards,
    Archana.

    Hi Archana,
    Please check forum subject. Here is SAP Business One E-Commerce and Web CRM forum. It is dedicate to SAP Business One - an application for SME. It is nothing related to your E-Commerce B2C 7.0. Close the thread and posted on a proper forum.
    Thanks,
    Gordon

  • 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

  • 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

  • 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

  • Create credit request through E-commerce B2B application

    Hello Experts,
    My client has a requirement to allow the customers to create a Credit Memo request through E-Commerce B2B application.
    As I understand Credit request is of type Sales Transaction, which is normally created with reference to a billing document. However in our current scenario, credit request has to be created with out any reference to the Billing document moreover there wont be any reference to the Sales order as well.
    Can you suggest me any possible solution for my current requirement. If it is not possible by standard SAP, how can I achieve by custom development.
    I appreciate any helpful suggestion.
    Many Thanks,
    Srinivasu

    Any update on this?

  • Standard B2C application Order page Java class called on Update?

    Hi All,
    On the Standard B2C application, on adding CampaignKey to the order or Changing the Quantity of the Items. We click UPDATE to update the sales order.
    Please can anyone help to find out which JAVA action Class is linked with the Update button.
    I need to create one Z java action class to update the order.
    Thanks a lot!
    Ekta

    Hi
    I used session logging to trace the class called. I am not able to use HTTP Watch. It is on the Client's network using Citrix. Hence cannot install it. but no doubt that is a better way.
    Classes and the action path is
    main java action class 
    MaintainBasketB2CDispatcherAction"
    linked action path for Update is
    Action path="/b2c/maintainBasket"
    Forward path name   
    <forward name="update" path="/b2c/basketupdate.do"/>
    and for action path
    action path="/b2c/basketupdate"
    java action class :
    MaintainBasketB2CUpdateAction"
    I am making Z action claa for MaintainBasketB2CUpdateAction" and i am updating the condig.xml file.
    I am making this thread open. To trace the flow if in case i get some problem
    Thanks to all of you for your support!
    Thanks
    Ekta

  • Is it possible to develop custom b2b and b2c application within same NWDS.

    is it possible to deploy b2b and b2c application within same NWDS.if not what all changes i have to make..?

    Hi,
    I am taking the original standard application SDA file format.extracting it.
    Create a Enterprise Application Project in Net Weaver Developer Studio (NWDS) and name it is as "ZLC_SERVICE" as the application name is ZLC_SERVICE.
    Create a Web Module Project in Net Weaver Developer Studio(NWDS) and name it is as "sap.comcrmisawebZLC_SERVICE"
    The NWDS will have two projects ZLC_SERVICE and sap.comcrmisawebZLC_SERVICE.
    Now Right Click on the EAR project and click "Add Modules". Select the Web Module Project and click ok
    1.Copy the war file  extracts into webContent folder of Web Module Project except WEB-INF and META-INF.
    2.Copy all the files of WEB-INF into WEB-INF folder of Web Module Project.
    3.Copy all files META-INF file which is out side the war file  into META-INF folder of EAR Application Project.
    4.Refresh the work space.
    Open application.xml file and replace the application tag with this.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
      >
    <application>
      <display-name>crm~ZLC_SERVICE</display-name>
      <description>EAR description</description>
      <module>
        <web>
          <web-uri>sap.comcrmicsswebZLC_SERVICE.war</web-uri>
          <context-root>ZLC_SERVICE</context-root>
        </web>
      </module>
    </application>
    After building both web and enterprise application.I deploed Ear file in server.
    then it is throwing deployemtn aborted.
    Error Description:development component 'crm~ZLC_SERVICE'/'sap.com'/'localhost'/'2010.07.15.06.16.00'/'0':
    Caught exception during access of archive
    "/usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear":java.lang.RuntimeException:
    ERROR: Cannot initialize EARReader: Error while initializing Extended Ear Reader using file: /usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear.
    Reason: The following archives that aredescribed in the ear descriptor are not found in the ear:      sap.comcrmicsswebZLC_SERVICE.war,
    Please check the ear content.Exception is: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Thanks & Regards,
    Chinamaya

  • How to create a reference user for B2C application?

    Hello,
    Can somebody please tell me how to create a reference user for B2C application?
    I am trying to create a new account on the B2C site. It is giving me a null pointer exception. I have not created a reference user for B2C application.
    Is there any documentation available to explain the steps required for this?
    Thanks,
    Harsha

    Hi Harsha,
    Please lookup http://help.sap.com/saphelp_crm40sr1/helpdata/en/be/511378ab1311d4b32b0050da4cccf0/frameset.htm for more information.
    Cheers,
    Ashok.

  • Compulsory logon for B2C application

    Hi guys,
    I know that we can implement compulsory logon for B2B. Is there anyway to do so in B2C application? Because I have one b2c scenario which needs single sign on.
    Thanks in advance!

    What I can think of is to set the "B2B occasional user" scenario and modify the actions to force the user logon, even for browsing the catalog. Could it work?

  • ABAP debugging in CRM ISA B2C application

    Hi gurus !
    I need to debug FM 'CRM_ISA_BASKET_ORDER' to monitor some values in a CRM ISA 4.0 B2C application. The FM is stateful and I have set the necessary parameters in modification-config.xml file. However, when running the CRM ISA 4.0 B2C application from a remote client, I do not get the SAPGUI popping up as given in the SAP_ISA4DevExtG10.pdf documentation. Have I missed any setting ? Is there anything else that I need to complete to get the SAPGUI to popup to debug the FM ?
    Cheers,
    Ashok.

    - Did you set an external break point or just a session break point?
    - Did you set the RFC-user in SAPGUI as debug user? Utilities -> Settings -> ABAP Editor -> Debugging -> External Debugging: Here should be the RFC user of the B2C application.
    Florian

  • Unable to create custom B2C application

    Hi
    I am trying to create a custom B2C application via NWDS .
    The track is ready , all the SCAs including the CUSTCRMPRJ are available in  NWDS
    But as I say right click and say Create New DC in CUSTCRMPRJ , the name dropdown shows blank.
    If you click finish it says "Invalid name :appropriate prefix not found;choose another name or name server.

    Hi  sumit singh ,
    did you create a dc name prefix in your SLD? If so is your SLD server up and running? Name reservation acitve?
    Please let us know. So far the information you provided is a little thin imho to make a good guess about what is going on.
    Thank you
    Jan

  • 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

  • Modifying the B2B and B2C applications

    Hi all,
    i am building an external facing portal, where in we need to display all the prodcuts, thier specifcations, images, videos etc... for this since there is no defaul PCUI applicaiton in the CRM system, it has to be developed from the scratch.. but the other option i thought was to customize
    "B2B' / "B2C' applciations as they are little bit close.
    i would just like to know
    1. I think that it is not that big deal to change the layout, branding, colors etc.. of the website? am i right?
    2. how hard is to, let us say to include a link to videos under the images
    3. is it possible ot display a set of images, as the defaul UI shows one, is it configuration or coding to display 6 images?
    4. in the bottom portion, i would like, say to add couple of more tabs to display some info about product in the backend system.. how hard is it? do i need to know a lot of ISA FRAMEWORK to be able to do this?
    5. How hard is to remove the login authentication, as this specs, videos would be available to any user in internet. also, i dont want it to look like a shopping cart. it should just look like the place,where the user can look the details of the product. do u think is it easy to strip down the application to remove those "baskets, checkouts" etc...
    please help....

    Hi!
    I'm answering those questions I can and my answers are regarding ISA B2B
    1. True, it is not a big deal to add your corporate layout to the jsp templates. It's like editing normal HTML / JSP pages.
    2. A lot of the mime types are aldready defined in the SPRO and on of the types are CRM_VIDEO. You also have the possibillity to create your own mime types.
    3. I don't think it is to difficult since you could create your own mimes as I said above.
    5. There is a backdoor to the B2B app that you could use, I think it is called blackdoor.
    Good documents are the
    <a href="https://service.sap.com/~sapdownload/011000358700006120622006E/ISA50_DevAndExtTuts_v1_0.PDF">SAP E-Commerce 5.0 - Examples and Tutorials (Dev./Ext.)</a>
    <a href="https://service.sap.com/~sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf">SAP E-Commerce 5.0 - Development and Extension Guide</a>
    Also have a look at the Best Practices at <a href="http://help.sap.com/content/bestpractices/crossindustry/bestp_crossindustry_crm.htm">http://help.sap.com/content/bestpractices/crossindustry/bestp_crossindustry_crm.htm</a>

  • BPEL for e-Commerce B2B applications

    Dear All,
    I am currently doing a feasibility study for the development of an enterprise B2B e-commerce application using the ebXML infrastructure. One of the issues I am pursuing is the currently available in the industry to support the components defined in the ebXML specifications (OASIS). The launch of Oracle BPEL is an attractive issue since I plan to use Oracle development tools /database for my project, however it is no clear how the standards in the two areas are able to interoperate with each other. I have specifically two areas I would like to clarify as follows:
    1. In the "2-min tour" on the OTN BPEL web site, this states that the this product can support customized messaging formats / protocolls, does this also hold true for the ebXML MS messaging service based on SOAP?
    2. More Importantly, how does the BPEL orchestration relate to the ebXML BPSS collaboration? Can these be layered, i.e. can the BPSS specification be used to generate an instance for the BPEL specification (XML => XML transformation).
    One reason for my interest in this are is that I plan to develop a commercial application from existing "industry standard" tools, an although the ebXML BPSS is more suited to the B2B infrastructure, I have the impression from the marketing channels that the major software companies favour more the BPEL initiative perhaps.
    Sincerely,
    Jesmond

    Thank you for your reply,...Well, that was a bit shorter that I had expected!
    Perhaps I was not clear in my enquiry:
    In the "2-minute Product Tour" "step 6" on the OTN BPEL product web site it states that Oracle BPEL is "extensible" to different messaging products / protocols. ebXML MS is a SOAP based protocol, so according to this claim this should be supported?
    In my other enquiry, I am aware that ebXML BP (BPSS) is a collaboration protocol specification whereas BPEL is an orchestration WSDL, however since Oracle has members/ representatives in some of the ebXML initiatives at OASIS, I wondered if there is an initiative in Oracle to facilitate (not actually releasing a product) or provide guidelines how these could be integrated using Oracle business process tools. Perhaps this might be a longer term strategy? (p.s. If no plans present,....I wonder why Oracle have members at OASIS TC then!)
    Best regards,
    Jesmond

Maybe you are looking for

  • The Save as PDF option in the Printer dialog is not supported.

    My client is asking me to save a separations PDF file. But whenever I save it to PDF, a this message pops out: The Save as PDF option in the Printer dialog is not supported. I'm using InDesign cs5 and Adobe PDF 9.0. I'm on Mac OS X 10.6.6.

  • Can't Make PDF's with Acrobat 9 Pro on Windows XP Pro

    I just recently installed Acrobat 9 with the CS4 suite and can't make a PDF from either my scanner or MS Word. It says that my scanner can't do "Presets" and I don't see how I can change that. And Acrobat just tries for about ten minutes to make a PD

  • Output based on language sel

    Hi All,        I have created a ALV report, in the sel.screen I have 2 radiobuttons with text English and Arabic. Now if I excecute the report with English, the O/P should be in English and if I excute the report with Arabic, I want the O/p to be dis

  • More AIR Installation Problems

    Hi Everyone, It seems i'm not alone in this - I can't seem to install Adobe AIR. It keeps saying that "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." Looking ar

  • Which port Web Services uses?

    Hi there, Which port of TCP/IP does Web Services runs on? As far as from Java Web Services, there is this Java-RPC and WSDL, which ports they each runs? Thanks for answer to newbies!