E-Product and Shipping Product in shopping cart not displaying shipping options. What is the fix?

Found this work around from www.bcgurus.com. Thanks guys!
"You can give your downloads a weight of 0.01 and the shipped items at 1, then on your shipping options give a weight limitation of 1 to 800. Then as long as the items in the shopping cart are above one pound, but under 800 pounds you have shipping. If it is just the media downloads there will be no shipping." - Chad Smith
BC is working on fixing this bug I think!

This doesn't seem to address the fact that downloadable items should have no shipping cost. If you use total shopping cart value to determine shipping cost, this is what happens:
* You have a shipping fee of $5 for all orders between $0-50 and a shipping fee of $10 for all orders between $50.01-100
* You add $45 worth of socks and a $10 ePaper download to your cart
* BC charges you $10 for shipping, even though you're not shipping the ePaper
This is a very common scenario for our clients. We really need a "Shipping Never Applies" setting for products, just like we have a "Tax Never Applies" setting.

Similar Messages

  • Shopping carts not appearing int eh worklist of the buyer

    Shopping carts that are created by the user are not appearing in the buyer Worklist if he is not assigned to that product category.
    Please advice,I need the shopping cart appearing in the worklist of the buyer even if he is not assigned to that product category.

    Hi
    Under that purchase group any buyers are assigned - check it up
    for eg.
    001 - product category - ABC -Purchase group - John - Purchaser
    in the PPOMA purchase group ABC - responsible product category is 001 and under ABC purchase Group - Assigend John
    now John might receive sc if you dont assign any sosurce of supply / if you did sourcing configuration
    update here what are the seetings are existed in define sourceing.
    br
    muthu

  • Approved shopping carts not displayed in shopping cart status report

    Hi Gurus
    we are facing an  issue in shopping cart status report.  When the approver selects 'Approved by me' in shopping carts status report system is not showing any list.  There are number shopping carts approved by the user . Other selection like selection period, status , completed indicator were selected properly.  But if the approver selects 'Rejected by me' the system is showing all the shopping carts approved, rejected, and awaiting approval related to the approver.
    This is happning with one user only.  We had checked user authorization and parameters and every thing is fine . Aslo compared the same with other users for whom this report is working fine . We are in SRM 5.5 extended caassic senario.
    Any suggestions/solutions on this
    VB SAS

    In olden days of SRM , we forcily assign account assignment for PR which do not have accounting data in the PR to create a successful SC in SRM and remove the account assignment while creating a PO in the backend.
    but since your in SRM 7.0
    and also you made ensure that your PR has account assignment but it is not sitting in the cockpit.
    and your shopping card trying to create a PO and failed right?
    since it has incomplete data , how PO is creating. How system can create a PO without vendor.
    escalate to SAP bvia OSS message
    BR
    Muthu

  • I just updated to 10.9.3. I now cannot open Mail - it comes up with an error window and suggests it may be incompatible with this OS. What is the fix for this? Thanks

    When I try to open Mail from the launchbar it won't open and comes up with a window saying it may be incompatible with this version of OS X.
    What is the answer to fix this?!

    Backup for safety on at least two reliable drives.
    Reinstall using the combo update at http://support.apple.com/kb/DL1746
    You would be wise to quit all apps, disconnect all peripherals and preferably delete all email accounts before upgrading.

  • TS2446 has anyone had their apple id disabled on their devices?  Other than resetting your password and logging out and then back in, what is the fix?

    How do you reactivate your apple id?  My id has been diabled on my ipad and iphone.  I have rest my password and logged out and then back in, but have had no success.  What is the fix?

    From the termination section:
    "Apple reserves the right to modify, suspend, or discontinue the iTunes Service (or any part or content thereof) at any time with or without notice to you, and Apple will not be liable to you or to any third party should it exercise such rights."
    http://www.apple.com/legal/itunes/us/terms.html
    Also:
    DISCLAIMER OF WARRANTIES; LIABILITY LIMITATION
    APPLE DOES NOT GUARANTEE, REPRESENT, OR WARRANT THAT YOUR USE OF THE ITUNES SERVICE WILL BE UNINTERRUPTED OR ERROR-FREE, AND YOU AGREE THAT FROM TIME TO TIME APPLE MAY REMOVE THE ITUNES SERVICE FOR INDEFINITE PERIODS OF TIME, OR CANCEL THE ITUNES SERVICE AT ANY TIME, WITHOUT NOTICE TO YOU."
    And:
    WAIVER AND INDEMNITY
    BY USING THE ITUNES SERVICE, YOU AGREE, TO THE EXTENT PERMITTED BY LAW, TO INDEMNIFY AND HOLD APPLE, ITS DIRECTORS, OFFICERS, EMPLOYEES, AFFILIATES, AGENTS, CONTRACTORS, AND LICENSORS HARMLESS WITH RESPECT TO ANY CLAIMS ARISING OUT OF YOUR BREACH OF THIS AGREEMENT, YOUR USE OF THE ITUNES SERVICE, OR ANY ACTION TAKEN BY APPLE AS PART OF ITS INVESTIGATION OF A SUSPECTED VIOLATION OF THIS AGREEMENT OR AS A RESULT OF ITS FINDING OR DECISION THAT A VIOLATION OF THIS AGREEMENT HAS OCCURRED. THIS MEANS THAT YOU CANNOT SUE OR RECOVER ANY DAMAGES FROM APPLE, ITS DIRECTORS, OFFICERS, EMPLOYEES, AFFILIATES, AGENTS, CONTRACTORS, AND LICENSORS AS A RESULT OF ITS DECISION TO REMOVE OR REFUSE TO PROCESS ANY INFORMATION OR CONTENT, TO WARN YOU, TO SUSPEND OR TERMINATE YOUR ACCESS TO THE ITUNES SERVICE, OR TO TAKE ANY OTHER ACTION DURING THE INVESTIGATION OF A SUSPECTED VIOLATION OR AS A RESULT OF APPLE'S CONCLUSION THAT A VIOLATION OF THIS AGREEMENT HAS OCCURRED. THIS WAIVER AND INDEMNITY PROVISION APPLIES TO ALL VIOLATIONS DESCRIBED IN OR CONTEMPLATED BY THIS AGREEMENT."

  • Add Unique Product in Shopping Cart

    Hi,
    I want to add a product only one time in shopping cart. I can add multiple product but want to have validation if buyer is going to add same product again. I have tried to resolve this problem with the help of custom JS but I am unable to find out product code at the time of "Add Sopping Cart" whether it is added or not. Please provide me fruitful solution.
    e.g.
    Go to :
    1- http://www.cybre-t2v.com/voices-and-languages
    2- Select Product
    3-Add to Shopping Cart
    4- Again go to Product list page  http://www.cybre-t2v.com/voices-and-languages
    5- Now again select same product
    6- Again "Add to Shopping Cart" : Here should be message "You cannot add same product in shopping cart"
    Thanks
    Raghu

    Wait, actually even easier would be to set the maximum qty for the product to 1 in the product details.

  • How to get Products from Shopping Cart(Basket) in ATG

    I want get all products from shopping cart
    can any one help on this requirement?
    Thanks in Advance.

    Hi ,
    If you want directly JSP , use the droplet as suggested correctly by shaik,
    If you want it in java code,
    A good way is to make a Droplet ( global scoped ) and pass the current shopping cart to the droplet.
    eg :
    <dsp:droplet name="MyDroplet">
    <dsp:param name="inOrder" bean="/atg/commerce/ShoppingCart.current"/>
    OR
    <dsp:param name="inOrder" bean="/atg/commerce/order/purchase/CartModifierFormHandler.order" />
    <dsp:oparam name="output">
    </dsp:oparam>
    </dsp:droplet>
    and in the droplet java file you can use it as :
    CommerceItemContainer inOrder = (CommerceItemContainer) request.getObjectParameter("inOrder");
    and you can use inOrder.getCommerceItems(); to get a list of commerce items from order.
    You can directly get the order in your droplet ,but then you will have to make it request scoped , making global scoped droplets is good practice.
    ~Praveer

  • SRM Fiori  showing blank My SHopping Cart and error in Approve Shopping Cart

    Hi Experts
    We are implementing SAPUI5 MyShoppingCart Services embedded deployment with:
    -ehp 3 for sap srm 7.0 sp07
    -netweaver 7.4 sp07
    -gateway 2.0
    we implemented three apps - Tracking SC, Approve and My SC
    we're getting good display in Tracking SC,
    however, we have blank screen for both  My Shopping Cart and Approve SC (even though there are items for approval in SRM)
    see below screenshots
    Tracking SC Screen
    Approve SC Screen
    My Shopping Cart
    is there a table in backend SRM that will verify the products that should be diplayed in My SC screen?
    we only have product master data  imported as of now using tcode /SRMNXP/CAT01.
    should there be buttons already available in the My SC screen even if there's no available products?
    Also what configs could be missing for Approve app?
    thanks in advance.

    Is anybody able to resolve this problem? We are having similar issues where nothing is displayed on My Shopping Cart, Track Shopping Cart and Approve Shopping Cart. We have been struggling for more than a week now. If you were able to solve then problem could you please share with us-
    1. Are there any backend settings that need to be done?
    2. We do not have any external catalog hence we have not installed MDM or TREX. We would like to just search our internal Material/Services Master catalog in the shopping cart. Are there any special settings to achieve this.
    3. We are not even able to see any navigation tabs on UI5 screens. For the basic shopping cart to display are there any settings anywhere or any notes to be installed?

  • Custom field in 'Notes and Attachment" tab of shopping cart

    Hi All,
    I am working in SRM 7.0 classic scenario and i have requirement in which i need to add custom field in 'Notes and Attachment" tab of the shopping cart portal.
    I have added those fields in structure --- INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC.
    Also implemented the BBP_DOC_CHANGE_BADI in while i am populating the custom field value.
    I have created custom field as INPUT FIELD in webdynpro component /SAPSRM/WDC_DODC_NA and view : V_DODC_MAIN_VIEW.
    Now I can see the custom field value in table BBP_PDISC, but i am not getting the value in Shopping cart "Notes and Attachments" tab.( I am able to see the field but not the value of it).
    The value is getting populated in ITEM DATA tab instead.
    Please suggest if i am missing anything in the process and how to achieve this.
    Thank you in advance.
    Thanks,
    Satheesh

    Hi,
    You have done everything.. well.. except that you did not set the attribute of the input field to this value.
    When you have value u just need to bind it using set_attribute method of the element.
    Use  ctr+f7 to generate the wizard .. select in set mode.. click on context and select the attribute that you have created in the context.
    Hope this helps.
    Regards,
    Vinay

  • Need information regarding Approver and approved date of Shopping Carts

    Dear All,
    We have got a requiremrnt to extract a list approvers and approved dates of shopping carts created for a given department and date range.
    Is there any standard way to find that?
    If we need to create a Z report please let us know the tables invovled.
    Thank you.
    Regards
    Arindam

    Hi
    Each approval step in SRM has got a work item guid and its relevant data stored in few Data tables. You may build a custom report to meet your requirements.
    Refer to this post for more details:
    Re: SRM table which stored shopping cart approval start and end time
    Regards
    Virender Singh

  • Shopping cart not returning to SoCo even after PO and confirmation deleted

    Shopping cart not returning to SoCo even after PO and confirmation are deleted.
    Steps followed:
    Created shopping cart
    SC approved
    Assigned vendor in sourcing and created PO(PO created successfully created in ECC)
    Confirmation created
    Deleted the conformation
    Deleted the PO
    When PO is deleted SC should return to Sourcing Cockpit, but it is not returning.
    Checked the table BBP_PDIGP, source_del_ind is space.
    Ran BBP_GET_STATUS_2 and CLEAN_REQREQ_UP both the programs manually but in vein.

    Hi,
    Can you try by just deleting the PO? Dont delete the confirmation.
    I think once you have done the confirmation, the SC will not come back to SOCO. (Logically if you see, confirming means you have already received goods, so after receiving goods, I dont think SC will be visible again in SOCO)
    Nikhil

  • Items in the shopping cart appear with different price than in the catalog

    Hi All,
    We are running SRM 5.0 (Classic Scenario) with external catalogues.
    After selecting items from the external catalogue and transferring them to the shopping cart, the items appear with different price(the problem exists in the productive system)
    The strange thing is that there is no dependence or sequence between the differences. For example, in one shopping cart, one item is with correct price, the price of the other item is not correct (when I click on the icon which is  showing item details in the catalogue, the price is different than the one in the shopping cart). Sometimes the difference is significant, sometimes not - if the item price in the catalogue is 22.34 EUR, in the shopping cart is 21.22EUR or if the item is 45.62EUR in the shopping cart is 45.60 EUR. There is no logic.
    I tried to create a shopping cart in the support system, with the same items from this catalogue, and they are sent back in SRM with the correct prices.
    I traced all OCI parameters, sent from the supplier catalogue, and everything is correct.
    At the example given below the price in the shopping cart ordered in the productive system is 69.00CZK, and after that during the test the correct price of 73.870CZK has appeared.
    NEW_ITEM-DESCRIPTION==Durable-KeyClip-keytag%2C+black
    NEW_ITEM-MATNR==
    NEW_ITEM-MATGROUP==
    NEW_ITEM-QUANTITY==10
    NEW_ITEM-UNIT==EA
    NEW_ITEM-PRICE==73.870
    NEW_ITEM-PRICEUNIT==1
    NEW_ITEM-CURRENCY==CZK
    NEW_ITEM-NEW_ITEM-LEADTIME==1
    NEW_ITEM-VENDOR==
    NEW_ITEM-VENDORMAT==0176%2F1957001
    NEW_ITEM-MANUFACTCODE==
    NEW_ITEM-MANUFACTMAT==
    NEW_ITEM-CONTRACT==
    NEW_ITEM-CONTRACT_ITEM==
    NEW_ITEM-SERVICE==
    NEW_ITEM-EXT_QUOTE_ID==
    NEW_ITEM-EXT_QUOTE_ITEM==
    NEW_ITEM-EXT_PRODUCT_ID==23109
    NEW_ITEM-EXT_SCHEMA_TYPE==UNSPSC
    NEW_ITEM-EXT_CATEGORY_ID==55121504
    NEW_ITEM-LONGTEXT_1%3A132==Durable-KeyClip%0D%0Akeytag%2Cblack%0D%0A%0D%0A6pc
    I checked the error log in SLG1 for BBP_OCI, and no error message exists. In my opinion the problem can be in supplier system, because otherwise all items will be with wrong price. And at the moment, there are shopping carts in which all items are with the correct price!
    It is not something in the user profile, because in one shopping cart created by one user some items are correct, some of them not.
    I also checked with the supplier,  they said that they haven't change the price, recently.
    Has somebody of you met this problem?
    In the IMG-> Define External Web Services (Catalogs, Vendor Lists etc.) I have set all parameters for the standard call structure: the URL of the supplier, our company ID and password for their catalogue.
    In the Detail view for the catalogue, the following parameters are set
    u201CAdditional functions in the product catalogueu201D field:
    -     Display product data again in the catalogue
    -     Validate product data from SAP Enterprise Buyer
    -     Find supply sources
    u201CTechnical Settingsu201D field
    - Use Error Log
    Thanks,
    Desi

    That means that we are not maintaining material numbers in SRM, so there are no predefined price or info records for that materials in R/3 system, or in SRM.
    In the set up of external catalogues, validation of the price is set. Which means that, if a new shopping cart is created from already existing one, and meanwhile, a change of the price is done by the supplier in the catalogue, the new item price will be adopted in the shopping cart.
    No prices are maintained in the SRM system, everything is from the supplier catalogue.
    Desi

  • Shopping cart (not a u201Climitu201D) can not be found in Sourcing Area!!

    Issue:
    Shopping cart (not a u201Climitu201D) can not be found in Sourcing Area to create a new PO, if the associated PO has been deleted directly at Header level.
    But, shopping carts (not a u201Climitu201D) can be found in Sourcing Area to create a new PO, if the associated Pos have been deleted at Line Item level first and Header level next.
    Hence, POs can not be deleted at Header Level directly, but only at line item level first and header level next.

    Hello Uma,
    If PO is deleted at header level then SC can be found in sourcing cockpit only if for a SC
    1. SOURCE_REL_IND = X in table BBP_PDIGP and
    2. Quantity should not be completely consumed by the PO in table BBP_PDIGP.
    Check these 2 parameters for your SC in BBP_PD.
    When we delete PO at header level SC quantity is consumed by the PO and thats the reason it will not appear in sourcing cockpit.
    You can also go through the logic in report CLEAN_REQREQ_UP, you will find these details. This report decides whether SC should appear in Sourcing cockpit.
    Thanks,
    Shital Nimje
    Edited by: Shital Nimje on Sep 22, 2009 4:10 PM

  • Shopping cart not in sourcing cockpit after PO qty been reduced

    Hi ,
    We have a issue where a shopping cart was created with qty 100 and it came to sourcing cockpit.PO was then created for the shopping cart with the value qty 100. Later GR and Invoice was done for against the PO for quantity 25. PO qty was then reduced to 25. But still the shopping cart has not come back to the sourcing cockpit.
    Table BBP_PDIGP shows the following value for the item of the shopping cart :
    VAL ASN E = 0
    VAL ASN = 0
    VAL CF E = 25
    VAL CF    =          0.00
    VAL CF     =         0.00
    VAL IV E       =     25.00
    VAL IV       =       0.00
    VAL PO E        =    0.00
    VAL PO E AGG     =   0.00
    QUAN ASN E      =    0.000
    QUAN ASN      =      0.000
    QUAN CF E =          25.00
    QUAN CF       =      0.000
    QUAN IV E    =       25.00
    QUAN IV        =     0.000
    QUAN PO E  =        25.00
    NUM ASN      =       0
    NUM CONF     =       0
    NUM INV     =        0
    SOURCE REL IND = blank
    My questions are :
    1) Root cause of the issue ? Scenario where this can happen ?
    2 ) How to resolve the issue ? Just changing the SOURCE REL IND to X does not suffice (Tried the FM BBP_PDIGP_DB_DIRECT_UPDATE to set the sourcing indicator ) . Only when I clear all the values shown above to zero (change the values from 25 to 0) , does the shopping cart comes to sourcing cockpit . But the SC come with the qty 100 which is not correct , it should be 100- 25 = 75.
    Please suggest and pls answer all the questions.
    REgards,
    Saurav

    Hi
    as of now ,
    if the deletion of purchase order can make shopping cart item available in the cockpit.
    but you can not expect the sc item should goes to cockpit if the PO quantity has been reduced .
    In the PDP scenario - SAP suggested some custom logic if the quantity increased in the PR and remaining item comes / shows in the cockpit but no sap never provide any solution for quantity REDUCED.
    Muthuraman
    The above is my experience but you can check with SAP what is the standard.

  • I used to get photos and pics via ATT/Yahoo email, now they show up in the email as HTML code. What's the fix?

    A few weeks ago forwarded messages with pics and other messages with attached photos gave long strings of HTML text code instead of the
    I tried sending them to different viewers and got dialog boxes saying the file can't be read.
    All of them were from people who had successfully sent email pics before.
    My computer shop guy said ATT/Yahoo email changed something and I should use another email service.
    What is the fix?
    Any help is much appreciated.
    Ron

    My husband has the same phone, we purchased them at the same time.  I sent him the same photos in the same email that I downloaded them from and on his phone they show up with the normal higher resolution.  Is it possible that there is something wrong with my iPhone or is there a setting that can be changed?  I'm still learning to use it.  All my other photos are of normal resolution.  Does this make any sense to anyone?
    Please help!
    Deb

Maybe you are looking for

  • Why can't I download a movie from my iTunes Library to my iPod 4G?

    I just bought a HD movie from iTunes, but when I tried to download it to my iPod, it would recognize that the movie was on my iPod, but the movie woudn't be in my Videos App on my iPod. So then I redownloaded it in SD, and I tried syncing it to it ag

  • Safari will not display my Web page properly

    http://www.ornl.gov/sci/fed/stelnews If you mouseover each issue link, you are supposed to see a summary of the issue in the right pane. It works in Mozilla, Opera, and IE. Safari just shows the first mouseover image. This is a Bug. I'm not sure how

  • Does an email become available again if I change an AppleID?

    My girlfriend's primary AppleID is associated with a stale email address.  Unfortunately, she can't change it to her current email, because at some point she used that to create another AppleID, which she really never used for anything. My questions

  • HR: Profile Issue

    when i am going to create a new organization in inventory/Payable then the system generates error like USE: HR Profile Type. please suggest, Regards,

  • How do I get the stupid map off my pictures

    I really do not want my pictures to have a map attached and no setting will remove it!