Pay Pal to SagePay

I've got a client whose site uses Pay Pal to process orders. It works well - all the information is dynamically generated to fill out the Pay Pal variables in the form which is then added to the Pay Pal cart - all works great
Now the client is looking to use SagePay. I have zero experience of Sage Pay - so my question is: How difficult is it to go from Pay Pal to Sage Pay.
Also does anyone know of a good tutorial for Sage Pay integration because after extensive hunting on Google I can find buggar all.
Does Sage pay even have an 'add to cart' button like Pay Pal? Will it return information to the client server so a database can be updated like Pay Pal IPN?
Cheers
Os

hans-g. wrote:
Hello osgood_,
according to my information SagePay is spread in good old Europe (UK, Spain, Ireland and Germany). Did you already explore their UK website here: http://www.sagepay.co.uk/, where you will find many answers to your questions, what I took from the German side.
Good luck!
Hans-Günter
Hi Hans. Yep already been to the UK SagePay website and it's about as clear as mud. No real examples of form intergration. Looks like you need a 3rd party shopping cart as well.
I guess this is simple if you know how but when you don't like everything else web related its a ••••••• nightmare. Is it me or does everyone else take 1 step forward and 11 backwards.
Looks like the best solution is going to tell the client to shop around for someone with SagePay experience. Shite - you can't be expected to know everything.
Seems you need to be an expert in, html, css, database, php, jquery, paypal, worldpay, sagepay, mobile, SEO, Wordpress, Drupal, CMS, front end designer -  to be able to offer anything worthwhile on the web. I'm missing my old job as a Graphic Designer. Just need the copy and the images and you're good to go, simple and it paid more!
Yawn! I'm getting tired of this.
Os

Similar Messages

  • Need help with EVENT BOOKING: option for multiple, payment (pay pal standard or pro only) add cost, etc

    Hello!
    I'm at my wits end: please help! It seems straight forward, and I sold my client on BC thinking this was doable in the events module, but it seems maybe not so without a ton of custom coding.
    1. Book an event online,
    with option for multiple (say 1-5 people at a fixed cost per person),
    and checkout using only Pay Pal (standard or pro, doesn't matter, but I think Standard won't work without shopping cart).
    2. The events are every day but Sunday all year long (just admission to an attraction), so is there a way to upload months in advance so they don't have to be manually entered?
    I'm so grateful for any assistance.

    This is all very achievable:
    • Events you can add multiple people to book.
    • PayPal you use use our APP that's in the BC Appstore (Liam to confirm is works with bookings)
    I'm sales and marketing at Pretty, so I'm not the person to advise on how all this fits together. But I'm sure Liam can point you in the right direction.
    If you need some consulting or us to do it for you just let me know [email protected]
    Brett
    www.prettydigital.com.au

  • "Pay Pal is not supported on this device"

    I have updated my iTunes account and my Pay Pal account information but am still getting "Pay Pal is not supported on this device" message on my iPhone.  Anyone else?  How do I fix this?

    I had this same problem also.  The problem has to do with your credit card number associated with you iCloud account.  To solve this problem, you need to update your credit card/payment information by doing the following on your iPad / iPhone / iTouch:
         Settings > iCloud > click on your account > Payment Information
    Update this section with your correct credit card information and Save.

  • HT204088 can you use a pay pal account to add credit to an existing iTunes account

    can you use a pay pal account to add credit to an existing iTunes account?

    Yes, I've done it myself.
    See the I do not have an iTunes Store account section of the How to redeem an iTunes Gift Card on a computer section of the following document:
    iTunes Store: How to redeem a code

  • How to use pay Pal payment method?

    Hello there! i was trying to buy a movie using my pay pal account, but after clcking on the pay pal option asks to click on the link to validate pay pal account, but nothing happens when i click on the link! thanks

    Liam is correct.
    You have to make sure that you have IPN enabled with the return URL in there and also return URL added to Website Selling preferences.
    Your return URL would be http://www.colinpearce.com/PaymentProcess.aspx
    Cheers,
    -mario

  • HT1937 I purchase some Apps and get billed to my e-mail address. How I pay the bill with my "Pay Pal" account?

    I purchase some Apps at the Apple Store and get billed to my e-mail address. How I pay my bill with my "Pay Pal" account? Is a bit silly request but I'm a newbie.

    Hello John
    Sorry I haven't got back to you sooner.
    Thanks very much for your help, your solution solved my problem.
    Thanks again and kind regards
    Mike

  • Making CCV field in checkout mandatory for on site credit cards, but not for getting to Pay Pal site

    Hi.  I posted this on December 1st and am still waiting for a response after a failed attept with chat.
    When my clients are making an order, the CCV field, even though it is marked as required, they can actually place an order without entering the CCV.  I’d like the CCV to be required.  A chat rep said Pay Pal and BC don’t require a CCV, but I would like it to be there for extra security.
    I’ve put the correct webform under Module tempaltes > online layouts > registration buy using both html and module insert methods to test it.  Neither worked.
    The rep gave me this code to put at the bottom of my web form (note this is just the bottom of the web form field code as the top and middle have nothing to do with CCV).  The bold text is the extra text that is supposed to make the CCV required. 
    It works. This code does render a CCV requirement for direct credit card transactions on site.  Problem is, if a client selects Pay Pal in my checkout as their choice and clicks "Place Order" a Pop up window appears telling them they must enter their CCV. So its being required for direct CC on site and offsite for Pay Pal.  Of course a CCV shouldn’t needed on that screen if a client wants to pay by going to the Pay Pal website. 
    So I was wondering if you could help me modify the code so that the CCV code IS required for direct credit card purchases on my site, but when a client wants to use Pay Pal, that the CCV required field pop up does NOT appear and the client can be taken to Pay Pal to compete their order.  Many thanks!  My website is trueafricanart.com and I am using the latest BC version and normally Firefox, though I have tested in Safari and IE 9 and 10.
    <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount44260 = 0;function checkWholeForm44260(theForm){var why = "";if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if (!theForm.PaymentMethodType || getRadioSelected(theForm.PaymentMethodType) == 1) { if (theForm.CardName) why += isEmpty(theForm.CardName.value, "Name on Card"); if (theForm.CardNumber) why += isNumeric(theForm.CardNumber.value, "Card Number"); if (theForm.Amount) why += isCurrency(theForm.Amount.value, "Amount"); } if (theForm.WorkPhone) why += isEmpty(theForm.WorkPhone.value, "Work Phone Number"); if (theForm.BillingAddress) why += isEmpty(theForm.BillingAddress.value, "Billing Address"); if (theForm.BillingCity) why += isEmpty(theForm.BillingCity.value, "Billing City"); if (theForm.BillingState) why += isEmpty(theForm.BillingState.value, "Billing State"); if (theForm.BillingZip) why += isEmpty(theForm.BillingZip.value, ""); if (theForm.BillingCountry) why += checkDropdown(theForm.BillingCountry.value, "Billing Country");if (theForm.CardCCV) why += isNumeric(theForm.CardCCV.value, "CCV Number");if (theForm.CardCCV) why += isEmpty(theForm.CardCCV.value, "CCV Number"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.CAT_Custom_511186) why += checkSelected(theForm.CAT_Custom_511186, "Billing Address same as shipping address?");if(why != ""){alert(why);return false;}if(submitcount44260 == 0){submitcount44260++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    </form>

    I thought I had and a few others in that with the answer. Because it was a javascript issue.
    As I said in that other post, The code you get from the registration form has a condition on the radio options, none of the fields for credit card become required if you choose paypal.
    EG:
    if (!theForm.PaymentMethodType || getRadioSelected(theForm.PaymentMethodType) == 1)
                        if (theForm.CardName) why += isEmpty(theForm.CardName.value, "Name on Card<br>");
                        if (theForm.CardNumber) why += isNumeric(theForm.CardNumber.value, "Card Number<br>");
                        if (theForm.Amount) why += isCurrency(theForm.Amount.value, "Amount<br>");
    And in there and when that case is met you put in the CCV script.

  • Want to Post a Warning from Pay Pal Regarding Safari

    I have read the latest issue of MacWorld, there is a short artcle about a warning from Pay Pal to "Steer Clear of Safari". Pay Pal "Chief information security officer", says, that "Safari has no built in Phishing filter to warn users when they are visiting suspicious web sites" he also says "a 2nd problem that safari has is it lacks support for another antiphishing Technology, called an Extended Validation Certificate."
    I would like to send this little info. out to someone that can either take this info out to someone that knows a apple Developer that can maybe do some adjusting to Safari so that the Safari web browser can be safer for the visitor, or maybe someone can refer me or direct me to a apple developer so that I can pass this info over to them and and suggest that they make some adjustment to Safari so that it is a safer Browser.
    Has anyone seen or read that little artcle in the " News in Brief" side bar?
    I am just trying to Help Safari and its developers to try to improve their web Browser so it can be safer for us users.
    Let me know what your feed back.
    Thanks,

    I have read the latest issue of MacWorld, there is a short artcle about a warning from Pay Pal to "Steer Clear of Safari". Pay Pal "Chief information security officer", says, that "Safari has no built in Phishing filter to warn users when they are visiting suspicious web sites" he also says "a 2nd problem that safari has is it lacks support for another antiphishing Technology, called an Extended Validation Certificate."
    I would like to send this little info. out to someone that can either take this info out to someone that knows a apple Developer that can maybe do some adjusting to Safari so that the Safari web browser can be safer for the visitor, or maybe someone can refer me or direct me to a apple developer so that I can pass this info over to them and and suggest that they make some adjustment to Safari so that it is a safer Browser.
    Has anyone seen or read that little artcle in the " News in Brief" side bar?
    I am just trying to Help Safari and its developers to try to improve their web Browser so it can be safer for us users.
    Let me know what your feed back.
    Thanks,

  • I tunes won't recognize my computer. I got a varis and restored my computer to new condition.  Now  i tunes, amazin, pay pal or e bay recognizes my computer. Help!!!!!!!

    i tunes won't recognize my computer. I got a varis and restored my computer to new condition.  Now  i tunes, amazon, pay pal or e bay won't recognizes my computer. Must sign on as a guest to open aol.  Help!!!!!!!

    Fix the computer.  Find someone competent to do so.

  • Exasperated trying to do a pay pal button, plz help!

    I am trying to add a buy button to an image on my website.  Pay pal gave me the code.  But where do I put it?
    The image is a rollover image but at this point I'll settle for just getting it up there.  I do want the custom image, not the pay pal logo, which will disturb the site design.
    Also, I tried going the route of adding a dreamweaver extension, but could not find "api" information on the paypal site.
    thx in advance.

    Hi  all -
    Sorry, I got called away to another task and this is my first chance to get back.  Desperately need to get this page up.
    Here's the code to the page.  Here's the line to search for that refers to the image I want to link to a pay pal page: 
    <img src="images/cx_paypal_u_NEWEST.jpg" alt="Order with Pay Pal" name="paypal" width="235" height="80" border="0">
    Just for a test, when I replaced the button text with the pay pal code, a drop-down box appeared with the test amounts I had set up.
    I only want the button to link to the page.  And honestly, I really don't even want drop-down options, just a field where a customer can enter an amount with their credit card.
    I'm sort of old school when it comes to privacy and like maintaining my anonymity in the forums. I'd be happy to send a link but could I do it by email?
    Help.
    Thanks.
    EG
    <html>
    <head>
    <title>Contact</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/home_bc_home_sel.jpg','images/home_bc_vprod_sel.jpg','im ages/home_bc_cx_sel.jpg','images/cx_email_sel_NEWEST.jpg','images/cx_paypal_sel_NEWEST.jpg ','images/home_bc_reel_sel.jpg')">
    <!-- ImageReady Slices (Web Page new for corporate 800x600 sliced cxpage.psd - Slices: bottom_footer, cx_TL, cx_TM, cx__reel_u, cx_bc_cx_u, cx_bc_home_u, cx_bc_left side, cx_bc_right, cx_bc_vprod_u, cx_body_l, cx_body_r, cx_bottom_l, cx_bottom_r, cx_byphone_sel_02, cx_email_l, cx_email_r, cx_email_sel, cx_header,
    cx_moreinfo_sel_01, cx_paypal_l, cx_paypal_r, cx_paypal_sel, cx_tr) -->
    <table width="800" height="557" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
    <td colspan="3">
    <img src="images/cx_TL.jpg" alt="" width="267" height="48" border="0"></td>
      <td colspan="6">
    <img src="images/cx_TM.jpg" alt="" width="266" height="48" border="0"></td>
      <td colspan="2">
    <img src="images/cx_tr.jpg" alt="" width="267" height="48" border="0"></td>
      </tr>
    <tr>
    <td colspan="11">
    <img src="images/cx_header.jpg" alt="&lt&gt;" width="800" height="93" border="0"></td>
      </tr>
    <tr>
    <td>
    <img src="images/cx_bc_left-side.jpg" alt="" width="109" height="34" border="0"></td>
    <td><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','images/home_bc_home_sel.jpg',1)"><img src="images/home_bc_home_u.jpg" alt="Home" name="Image34" width="120" height="34" border="0"></a></td>
    <td colspan="4"><a href="vprod.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Video Production','','images/home_bc_vprod_sel.jpg',1)"><img src="images/home_bc_vprod_u.jpg" alt="Video Production" name="Video Production" width="194" height="34" border="0"></a></td>
    <td colspan="3"><a href="reel_dual_new.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Reel','','images/home_bc_reel_sel.jpg',1)"><img src="images/home_bc_reel_u.jpg" alt="View Reel" name="Reel" width="110" height="34" border="0"></a></td>
    <td><a href="cx.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Contact','','images/home_bc_cx_sel.jpg',1)"><img src="images/home_bc_cx_u.jpg" alt="Contact " name="Contact" width="134" height="34" border="0"></a></td>
    <td>
    <img src="images/cx_bc_right.jpg" alt="" width="133" height="34" border="0"></td>
      </tr>
    <tr>
    <td rowspan="4">
    <img src="images/cx_body_l.jpg" alt="" width="109" height="288" border="0"></td>
      <td colspan="9">
    <img src="images/cx_moreinfo_NEWEST.jpg" alt="" width="558" height="53" border="0"></td>
    <td rowspan="4">
    <img src="images/cx_body_r.jpg" alt="" width="133" height="288" border="0"></td>
      </tr>
    <tr>
    <td colspan="9">
    <img src="images/cx_byphone_u_NEWEST.jpg" alt="&lt;&gt;" width="558" height="76" border="0"></td>
      </tr>
    <tr>
    <td colspan="4">
    <img src="images/cx_email_l.jpg" alt="" width="186" height="79" border="0"></td>
    <td colspan="2"><a href="mailto:@yahoo.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Email','','images/cx_email_sel_NEWEST.jpg',1)"><img src="images/cx_email_u_NEWEST.jpg" alt="Email" name="Email" width="186" height="79" border="0"></a></td>
    <td colspan="3">
    <img src="images/cx_email_r.jpg" alt="" width="186" height="79" border="0"></td>
      </tr>
    <tr>
    <td colspan="3">
    <img src="images/cx_paypal_l.jpg" alt="" width="172" height="80" border="0"></td>
    <td colspan="4"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('paypal','','images/cx_paypal_sel_NEWEST.jpg',1)"><img src="images/cx_paypal_u_NEWEST.jpg" alt="Order with Pay Pal" name="paypal" width="235" height="80" border="0"></a></td>
    <td colspan="2">
    <img src="images/cx_paypal_r.jpg" alt="" width="151" height="80" border="0"></td>
      </tr>
    <tr>
    <td colspan="3">
    <img src="images/cx_bottom_l.jpg" alt="" width="267" height="93" border="0"></td>
      <td colspan="6">
    <img src="images/bottom_footer_movedfinal.jpg" alt="&lt;copyright&gt;" width="266" height="93" border="0"></td>
    <td colspan="2">
    <img src="images/cx_bottom_r.jpg" alt="" width="267" height="93" border="0"></td>
      </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="109" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="120" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="38" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="14" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="14" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="128" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="58" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="35" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="17" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="134" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="133" height="1" alt=""></td>
    </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

  • HT1918 On my phone keeps telling me pay pal is not supported I already updated my payment info

    I can't download any apps or iTunes it tells me to go on computer and update payment info so I did and now phone says paypal is not supported ?? I'm not using pay pal ?? Is there someway to get this off

    If the payment method you are using has never been compromised in any way while using the iTunes store and now you are having issues my best advice to you is to check with the itunes store by contacting Apple support. Quickest process to do this is to simply call apple support at 800MYAPPLE the time it takes you to fill out the support questionaire you will be contacting apple talking with the call director and on your way to talking to someone about your itunes store issue. IF there has been no event that caused your payment method to have been compromised then it's likely as not something that your payment agency changed on your credit card the last time it was issued. Should not be a big deal for the iTunes store at Apple once you are in contact with them.
    Good luck.

  • Transaction fails in pay pal sandbox account

    I have created a pay pal sandbox account viahttps://developer.paypal.comand the account has been created successfully. It automatically creates two account one for buyer and seller in accounts section. I tried to do some test with transactions as my ultimate goal was to get the postback(whether payment success/failure, products purchased) while one the way i planned to do some transaction with sand box account details .So i went documentation tab at the top of pay after i logged in . Under left hand side "Use paypal with" selected "create button" and chosen "Build your paypal button" it redirects me to this link http://paypal.github.io/JavaScriptButtons/From their i got an option of "Customize & Preview" , a modal pops up gave the merchant email id(sandbox account) and then some fake product details(also checked sandbox checkbox). When i saved a pay pal button generates, when i clicked to took me to the payment section there i gave the credentials of sandbox account i got the errorPlease make sure you have entered your email address correctly.
    Please re-enter your PayPal password.but i can able to login with these details in pay pal account.Dont know whats wrong.Thanks in advance.

    I am so incredibly frustrated, I just want to pay my bill and they won't show me the other numbers for my account number.  I prefer paying my bills through my checking account so I can keep track of what is going out and when but PayPal BillMeLater seems to block ever finding more than the last 4 digits, they even refuse to put my account number on my statement.!!!! 

  • I have set up payment method on i tunes as pal pal but when i try to make the payment it comes back declined,there is no issue on pay pal card it is some kind of glithch with i tunes.I want to use my pal pal account as my primary means of payment but your

    I have successfully created a payment account on I tunes through my pay pay account,however when I attempt to submit the payment,It shows declined.There is not a problem with my pay pal account the problem is with I tunes. can you please help me resolve this issue so I can pay on the account.I want pay pal to be my primary means of payment to I tunes thank you, billpeterfromyubacity

    Hi,
    Troubleshooting a start up script can be difficult. There are some third party programs that also keep logs of start up programs, however for Firefox this may be different.
    Is Firefox a startup program? [http://www.winxptutor.com/msinfo32.htm]
    Its also possible to check the Web developer tools for any scripts in a page: [https://developer.mozilla.org/en-US/docs/Tools/Debugger]
    In the control panel there is also Administrative tools to view event logs, but this may be something a local technician can walk you through.

  • Pay pal payment problem still unsolved

    Just wanted to say that customer support service in POLAND is a joke. They hired foreigners who probably use translator to communicate with their clients in Poland and they are pretty much useless.I had problem with pay pal payment this month, they charged me money, but I got the same message as everyone saying that there was a problem with my payment and that I should update my payment info, which I did and then got charged AGAIN. Those ladies from "customer support" downgraded my account to free, even though the payment was taken from my account (TWICE) and I presented them with transaction number or whatever. I just wish Spotify would take their clients EVERYWHERE equally seriously and actually hire people that can solve problems.I just don't know who else I could message, as I'm done talking to the Polish customer support service because they are clearly unable to solve my problem and expect me to sign up for the premium account ONCE AGAIN (they actually said that) and pay again, I guess? And I'm not doing that. Omg, I haven't been this annoyed with a customer service in a long time lol.

    Hi MMyers719 -
    Thanks for reaching out to us here. I am sorry to hear that you are running into this. This is something we would have to take a look into your account regarding though. You can click 'contact us' at the bottom of any of our pages to get a number to call into us directly. You can also reach out to us on Twitter or facebook. We would be happy to take a look.
    - Adam

  • Pay Pal Credit Account Number?

    I would like to setup bill pay through my bank to make payments to my Pay Pal Account similar to what I did with BillMeLater.  However, I cannot find the account number for Pay Pal Credit anywhere in my login.
    Please let me know how I can locate that so I can setup online bill pay through my bank (I do not want to add that bank account into payPal). Thanks,Melissa

    I am so incredibly frustrated, I just want to pay my bill and they won't show me the other numbers for my account number.  I prefer paying my bills through my checking account so I can keep track of what is going out and when but PayPal BillMeLater seems to block ever finding more than the last 4 digits, they even refuse to put my account number on my statement.!!!! 

Maybe you are looking for

  • Does the Ipod Nano work with Windows XP SP1???

    I studied the system requirements for the ipod nano and there was written, that I need a WinXP with SP2 for it. Because I use Sound-Software that only works with Windows XP SP1 I have to keep this system, and I now would like to know if that works. C

  • How to get workitem ID parameter in BSP application in UWL?

    Hello All, okay, it's been a long day and i stuck with this seemingly simple problem - how to get a workitem id in my BSP application when calling from UWL. Points are guaranteed to all who post an answer. i got MVC BSP iview is configured to be call

  • Firefox 4.0 will not install due to previous uninstall of Firefox

    I can't believe this. I decided to up upgrade to Firefox 4.0 (I had Firefox 3.6.xx and IE 7 on my Windows XP system). The install says I needed to reboot because of a uninstall version of Firefox ("Your computer must be restarte to complete a previou

  • Very strange behaviour (Image Squished) every time I export

    I have a strange issue happening. On one of my mobile pages if I export my HTML the image appears squished. However if I make any adjustment to the image in Muse prior to exporting. i.e./  Shift its X or Y property, etc and then export again .. it ap

  • To_char year conversion in different languages

    I'm trying to make a to_char conversion that displays the date as words, but I need it to be displayed in different languages, for example: SELECT TO_CHAR(SYSDATE, 'DAY MON DD YEAR','NLS_DATE_LANGUAGE=French') FROM DUAL; but this returns MERCREDI JUI