How to remove the Shopping cart is empty. Go Back link . .

Any way to get rid of that link . ..   or redirect it?
I cant even find it in BC

Figured it out . . .
<style type="text/css">
            .cartLink {
                visibility: hidden;
        </style>
feel stupid now . . .   hope this helps someone out . . 

Similar Messages

  • BAPI_SCEC_CREATE - how to get the shopping cart to go to our workflow

    Dear experts,
    When a shopping cart is created using BAPI_SCEC_CREATE, it will get approved automatically. We want the shopping cart to go through our approval workflow. Is there any way to achieve this? I saw threads on similar question but there's no solution. It seems to be related to Sourcing relevant indicator (SOURCE_REL_IND) in table BBP_PDIGP. I've tried executing BAPI_SCEC_CREATE followed by BAPI_TRANSACTION_COMMIT and then BBP_PDIGP_DB_DIRECT_UPDATE to reset the SOURCE_REL_IND. However, it didn't work.
    Does anyone know how to get the shopping cart created by BAPI_SCEC_CREATE to go to a workflow?
    Thanks,
    Lara

    Hello Lara,
    When a shopping cart is created using BAPI_SCEC_CREATE, it will get approved automatically. We want the shopping cart to go through our approval workflow. Is there any way to achieve this?
    Have a look at SRM article below:
    [Enable SRM Workflow for External Purchase Requisitions|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/5082a622-7310-2c10-1a9b-ef31dd69a770]
    It seems to be related to Sourcing relevant indicator (SOURCE_REL_IND) in table BBP_PDIGP.
    Check your customizing:
    (in SRM 7.0) SAP Supplier Relationship Management > SRM Server > Sourcing > Define Sourcing for Product Categories
    Depending on product category you used when creating your SC, its items are relevant or not for Sourcing.
    Regards.
    Laurent.

  • How can I replace the wording 'your shopping cart is empty?

    I'd like to replace the default 'your shopping cart is empty' with someting like 'your free order samples' is it possible to change the wording?

    Thanks I'll take a look.
    Regards,
    Ray
    T: 02 9869 3664
    M: 0418 861 547
    W: rayzor.net.au

  • How to change the word shopping cart is empty in shoppingcartsummary module?

    Hi Everyone,
    Just wondering is there a way to change the text or wording on "shopping cart is empty" in {module_shoppingcartsummary,horizontal}? I'm building a site for education which the word shopping cart is not appropriate. Any help would be appreciated.
    Thanks,
    David

    Do a forum search David
    Several posts on this.

  • How to show purchasing group members in the item data of the shopping cart?

    Dear Experts,
    for s shopping cart in SRM 7.0 CS, i have the following business requirement:
    In the item data tab of the line item details, the drop down field for Purchasing group is there. Right to this field, there is also a link called "Show members".
    If i go on this link, than a small table opens that obviously is there to contain such additional information about the purchasers like name, telephone nummber or extension.
    Currently, this small table does not contain any of this additional information for any of the used purchasing groups.
    Can you please help me understand, how and where i can maintain this information in the sytem, so it shows in the shopping cart?
    Thank you very much for your help.

    Hi,
    thank you very much for the answer.
    Actually, the question is not how to create the organizational unit of purchasing group in the PPOMA. This is all done. I just would like to understand, whether there is somewhere a place where i can maintain the name and maybe also the phone number of the buyer himself.
    Thus, i would hope to see these details (i.e. the name and the phone number) in that small table that opens up if i click on the "Show members" link that is situated right to the purchasing group field in the "Item data" tab of the details of the line item.
    Thank you.

  • How to remove the "0" from the sum cell when the other cells are empty?

    Hello!
    When I use the formula to sum the values from a few cells, there is a zero in the sum cell when the other cells are empty.
    My question concerns how to remove the 0 from the sum cell when the cells that will be summed are empty.
    Thank you!
    /Johan Strömbeck

    Hi,
    Please try the Mr. Laurence's suggestion first. Then, we may try the other workarounds.
    1) Go to Excel option> Advanced>Display Option for this worksheet> Uncheck Show a zero in cells that have zero value
    2) Go to Conditional Formatting>New Rule>Format only cells that contain> Value equal to 0> Format the color with white
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support

  • HT1915 Why was the shopping cart removed for iTunes store???  I NEED it!!!!!!

    Why was the shopping cart function removed from iTunes???  I loved using it and miss it dearly.

    Hi..
    Might be a workaround for that >  http://www.tuaw.com/2009/09/09/shopping-cart-gone-in-itunes-9/

  • How to find all the shopping carts for a Supplier

    Hello if i have the supplier , how can i find ALL the shopping carts associated to him?thx

    Hi,
    Try the below & let me know:
    1) Go to table "BUT000", enter the Partner No & get the PARTNER GUID.
    2) Go to table "BBP_PDVIEW_INDEX", copy the partner GUID in the field "IPARTNER_NO". Enter BUS2121 as the OBJECT_TYPE & execute. You could even restrict the display list by the Partner function value (39 or 19).
    Cheers,
    Akash

  • How to find approvers who approved the shopping cart

    Hi All,
      My requirement is as follows:
      If I give the shopping cart document id, I should be able to find
      1) the list of approvers who approved the document
      2) how much time they have taken to approve the document
      3) any pending approvals for the document.
    Can anyone help me in this?
    Thanks,
    Sivagami R

    Hi..
       Here is technical details which will help if you are in SRM 7.0..
       The below methods are in the class /SAPSRM/CL_WF_EVENT_FACADE
       Pass the SC GUID to method 'GET_WORKFLOW_ID_BY_DOCUMENT'  .. get the header workitem id.
       1 . to get the current approvers list call the method GET_CURRENT_AGENTS..
       2.  to get the previous approvers list call the method GET_PREVIOUS_AGENTS.
      if you are in SRM 5.0 then use the below FM's..
    1 . call the FM BBP_PDH_WFL_WI_FROM_OBJECT_GETu2019 to get the header workitem id..
    2 . call the FM u2018BBP_WFL_DIN_APPR_FINALLIST_GETu2019  to get the list approver's for a SC
    3 . if you need the workitem details then call FM BBP_PDH_WFL_WI_DETAILS_GETu2019..
    Regards,
    Saravanan

  • How to select Vendor information as per the line item of the shopping cart

    SRM ABAPers,
    I want to create a custom report and needs to produce SC's item details with vendor's information.
    So I want to select the vendor information(including the partner function- 00000019 or 00000039) as per the line item of the shopping cart, which SRM table can give me this information?
    Thank you!
    MP

    Hi,
    To get the SC item details,you an use the FM 'BBP_PD_SC_GETDETAIL".
    Also to get the vendor details,you can use the FM "BBP_PARTNER_GET_PURCH_DATA_NEW".
    BR,
    Disha.
    Pls reward points for useful answers.

  • How can I autofill the "Amount" field in my eCommerce form using the "Total" from the shopping cart?

    I've found the tags to display the shopping cart summary elsewhere on the site, so I know there's a way to display the total, but I can't figure out a way to fill in the required "Amount" field in the eCommerce form used to process payments. I'd like that "Amount" field to be filled in automatically using the total in the shopping cart. Can anyone help? Thanks!

    You can use the shopping cart summary tag with custom layout.
    Here's the sample:
    <input type="text" value="{module_shoppingcartsummary template="/ModuleTemplates/Shop/cartsummary.tpl"}">
    Inside the shopping cart summary custom layout is a tag for total amount:
    {tag_currency}{tag_totalAmount} or {tag_totalAmountWithCurrency}

  • Tried the shopping cart trick, with mixed results...

    Since I have a recently-added false collection on my credit report, any hard pull is going to result in an automatic denial. I'm working on getting that removed, but I also want to get some more trade lines added to my credit reports. TU is currently 615 and EQ is 624.  I had been reading up on the shopping cart trick on these forums (to get credit accounts with soft pulls) and decided to try a few different ones. Here's how it went.  1. Express: I actually shop at this store fairly frequently, and buy my business casual clothes there. I put a couple of pairs of jeans in my cart, and went to checkout. I entered my information, and immediately got the preapproval popup. I applied and got a $500 credit line. Not bad. Plus I saved 20% on my jeans, and got an additional $20 off. Created my account on Comenity's website, and hit the LUV button: 7-10 day message.  2. Overstock.com: This is the one everyone says to try first, because they give generous limits and automatic CLI's. I decided to be adventurous and put a $1,200 patio set in my shopping cart, to see if that would have any effect on the credit line. I went to checkout, entered my details, got the popup and applied. This time it was only a $250 limit. I created an account on Comenity's website, and hit the LUV button, but no luck. Another 7-10 day message. I can't find anything on the site for $75 or less (30% of the limit) that I want to buy right now. I'm a bit disappointed in the limit, but we'll see how it goes over time. 3. Sportman's Guide: There is nothing I'd buy on this website, but since it's a VISA card, no need to bother. I put a couple of items in my cart, proceeded to the checkout, and got nothing. I tried several times yesterday, clearing my browser history each time. Still nothing. Just for giggles, I had my partner, who has amazing credit, try it as well, and still no popup. This might be one that you have to checkout as a member instead of a guest.  4. Walmart: Backed by Synchrony (amazon.com store card), not Comenity. Heard that they have the shopping cart trick as well, so I decided to try it: No luck. Couldn't get the popup to come up, and there's no way to check out as a guest.  5. Dillards: Another shopping cart trick that is not a Comenity card, but is backed by Wells Fargo. Added some stuff to the cart, went to check out, nothing. I think this might be because I used to be a Dillard's employee several years ago, and you had to get a Dillard's credit card to get your employee discount. They would give you a prepaid version of it if you couldn't qualify for the real deal, and I think somewhere in the system I still have that prepaid card.  6. Kirklands: Another Wells Fargo card. I couldn't get the popup to come up here either. Then again, I don't have a local store, so it's not all that important to me. So my takeaway was two new tradelines and a $750 bump in overall credit lines. It's better than nothing! 

     DeeBee78 wrote:
    Since I have a recently-added false collection on my credit report, any hard pull is going to result in an automatic denial. I'm working on getting that removed, but I also want to get some more trade lines added to my credit reports. TU is currently 615 and EQ is 624.  I had been reading up on the shopping cart trick on these forums (to get credit accounts with soft pulls) and decided to try a few different ones. Here's how it went.  1. Express: I actually shop at this store fairly frequently, and buy my business casual clothes there. I put a couple of pairs of jeans in my cart, and went to checkout. I entered my information, and immediately got the preapproval popup. I applied and got a $500 credit line. Not bad. Plus I saved 20% on my jeans, and got an additional $20 off. Created my account on Comenity's website, and hit the LUV button: 7-10 day message.  2. Overstock.com: This is the one everyone says to try first, because they give generous limits and automatic CLI's. I decided to be adventurous and put a $1,200 patio set in my shopping cart, to see if that would have any effect on the credit line. I went to checkout, entered my details, got the popup and applied. This time it was only a $250 limit. I created an account on Comenity's website, and hit the LUV button, but no luck. Another 7-10 day message. I can't find anything on the site for $75 or less (30% of the limit) that I want to buy right now. I'm a bit disappointed in the limit, but we'll see how it goes over time. 3. Sportman's Guide: There is nothing I'd buy on this website, but since it's a VISA card, no need to bother. I put a couple of items in my cart, proceeded to the checkout, and got nothing. I tried several times yesterday, clearing my browser history each time. Still nothing. Just for giggles, I had my partner, who has amazing credit, try it as well, and still no popup. This might be one that you have to checkout as a member instead of a guest.  4. Walmart: Backed by Synchrony (amazon.com store card), not Comenity. Heard that they have the shopping cart trick as well, so I decided to try it: No luck. Couldn't get the popup to come up, and there's no way to check out as a guest.  5. Dillards: Another shopping cart trick that is not a Comenity card, but is backed by Wells Fargo. Added some stuff to the cart, went to check out, nothing. I think this might be because I used to be a Dillard's employee several years ago, and you had to get a Dillard's credit card to get your employee discount. They would give you a prepaid version of it if you couldn't qualify for the real deal, and I think somewhere in the system I still have that prepaid card.  6. Kirklands: Another Wells Fargo card. I couldn't get the popup to come up here either. Then again, I don't have a local store, so it's not all that important to me. So my takeaway was two new tradelines and a $750 bump in overall credit lines. It's better than nothing!  $250 for Overstock, ouch that blows. Hope it grows if you decide to keep it. I tried the sc trick in November and I got the pop, entered my info and got approved for 2k. I registered for an online account right away and hit the luv button and got it increased to $2300. Haven't had much success getting an increase since. My DW tried it this week and she also got the pop up and got approved for $2000. She registered online and hit the luv button and got it bumped to $2200 hit it again and got the 7-10 day message. About Sportsman guide I have tried it constantly and never get the pop up and neither has my DW gotten the pop-up so it seems our reports don't fit their criteria because my sister tried it and she got the pop up and so did one of my uncles.

  • BC4JToyStore.jws: "Your shopping cart is empty."

    Is anyone else getting this error -- does anyone know the fix?
    BC4JToyStore.jws: "Your shopping cart is empty.", Non working shopping cart "Check Out" functionality.
    I have downloaded and setup the BC4J Toy Store demo -- also completed JUnit testing (zero errors).
    When user chooses a product and clicks "Add to Cart" followed by Proceed to Checkout", the application fails (the message "Your shopping cart is empty" appears). I logged in as "j2ee" (w/pw "j2ee").
    I'm using Jdeveloper version 9.0.4.0.0 (build 1347)
    w/Business Components Version 9.0.4.13.4
    on Windows 2000 Professional w/ Java version 1.4.1_05
    Also, when I rebuilt BC4JToyStore.jws, I get the following warning;
    "Warning(38,33): variable LOCALE_KEY in class org.apache.struts.action.Action has been deprecated"
    In ToyStoreRequestProcessor.java, I changed the line;
    "session.setAttribute(Action.LOCALE_KEY, null)"
    to;
    "session.setAttribute(Globals.LOCALE_KEY , null)"

    I wanted to let you know the good news that the problems I had been having with BC4J /JDev have resolved themselves.
    You may recall that on my machine (IBM ThinkPad running Win2K and JDev 9.0.3.3), I was unable to “commit” a record from a JSP -- if the JSP was build in JDev using BC4J. Also, the BC4J DataNavagate Scrollbar would not work for me.
    When I tested these issues on Oracle’s machine in your lab/classroom there in Belmont, they all worked fine.
    Sunday, I tried demonstrating my troubles with JDev/BC4J to my spouse -- and, surprise, everything I previously had had problems with, now worked fine! The problems I had had with the BC4JToyStore website demo application example also disappeared.
    This morning I tested the Practice14 solution JPR (JSPClientSoln.jpr), everything now works on my machine -- just as they did on your machines in Oracle’s classroom.
    I’m trying to think of what I have done that could have changed the system/development environment on my machine.
    I really have no firm idea, but my best guess is that I recently removed some obsolete Java SDKs and J2EES.
    Needless to say, I now have a much better attitude about the JDev/BC4J product.

  • How to navigate to Shopping Cart Web Dnypro Component in SRM 7.0?

    Hello guys , I have one requirement like this, we develop on custom web dynpro to show exist shopping cart status, and we want to add link to shopping cart number, When user click link,  open new  IE window to show shopping cart infomation. 
    How could I navigate to standard shopping cart web dynpro component?   I found some codes on navigate to another component, But SC component is based on FPM OIF , Any one could provide some suggestions?
    Tks.

    thank you for the link.
    I open the new window with shopping cart details with the following code:
      data lr_componentcontroller     type ref to ig_componentcontroller .
      data l_api_componentcontroller  type ref to if_wd_component.
      data lr_port_manager            type ref to if_wd_portal_integration.
      lr_componentcontroller    = wd_this->get_componentcontroller_ctr( ).
      l_api_componentcontroller = lr_componentcontroller->wd_get_api( ).
      lr_port_manager = l_api_componentcontroller->get_portal_manager( ).
    * Add the SC guid as parameter
      ls_launch_par-key   = 'sapsrm_boid'.
      ls_launch_par-value = <MY_SC_GUID>.
      append ls_launch_par to lt_launch_par.
    * Go to Shopping cart details screen
      call method lr_port_manager->navigate_absolute
        exporting
          navigation_target   = 'OBN://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof'
          navigation_mode     = if_wd_portal_integration=>co_show_external_headerless
          launcher_parameters = lt_launch_par.

  • Can anyone advise on how to get a shopping cart on iweb please

    can anyone advise on how to get a shopping cart on iweb please

    I would suggest using Pay Pal. If you sign up for a free business account you can use the merchant services to set up buy now buttons, add to cart buttons, and the shopping cart. The only draw back is that your can't customize the look to match your site. I would use pay pal for two reasons, people know and trust them and its much cheaper than having your own merchant account. Good luck

Maybe you are looking for

  • Condition value is Inactive in sales order

    Hi Friends, I am facing the following problem, In the sales order, it is picking  all condition records as per pricing procedure and calculates perfectly. But in the header net value field it is not updating. It is showing one condition record value

  • Cannot change Radix Labview 2010

    Good Afternoon, I'm trying to change the radix of an integer constant to Hex display in LabView 2010, as discussed in this post: http://forums.ni.com/t5/LabVIEW/How-can-I-create-a-hexadecimal-constant-in-LabVIEW/td-p/1008715 However, in the right cli

  • HT1444 The update vs. upgrade paths are very confusing. I'm running OS X v10.5.8. What upgrade products do I need in order to become current?

    The update vs. upgrade paths are very confusing. I'm running OS X v10.5.8 and trying to figure out what versions I need to purchase/download in order to become current. Thank you!

  • Indesign CS5.5 crashing on Yosemite

    I am still running my old adobe CS5.5 I have just bought an new Macbook Pro Retina running 10.10.2. Just transferred all my files over. I am having start up issues with indesign. Wont even open. I have dowloaded the Java for 2014 package and no luck

  • Why wont my MacBook import my iphone photo's?

    Macbook MacBook4,1 Mac OS X Verision 10.6.8 Processor Name: Intel Core 2 Duo Processor Speed: 2.4 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 3 MB Memory: 2 GB iPhone 4 I have been trying to sync my photo's from my phone to my macb