Google Checkout or PayPal BuyNow Button on Apex Pages

Hi,
I created a html region on a blank page, and copied and pasted HTML scripts for Google Checkout or PayPal BuyNow Buttons into the region. When I clicked the BuyNow button, I got "The requested URL /apex/wwv_flow.accept was not found on this server". The same pieces of HTML scripts worked fine when I put them in a simple html file.
Any help will be appreciated.
Thanks,
Jay

I think this page will help :
http://www.oracle.com/technology/products/database/application_express/packaged_apps/integration.html
Glen

Similar Messages

  • How to create or use  app_AppMenuMultiOpenBottom for button in apex page

    Hi all
    can anybody help
    to use
    app_AppMenuMultiOpenBottom2
    function used in the apex on edit page on create or utilities buttons
    i want to implement same pull down menu like it .
    thanxs

    Sounds like the job for a list - you may find a suitable List template or two in your theme already.
    If not, you'd need to find a suitable jQuery plug-in, and incorporate into your APEX application.

  • Paypal, yahoo, google checkout carts in flash website

    in flash can I make a website with a checkout cart like paypal, yahoo or google checkouts?
    or do I need to know flex builder?

    you can use flash.

  • How to change price from x€ to 0€ in Google Checkout?

    Google Checkout is quite new thing for us so any help will be highly appreciable. We would like to change the price for certain in-app billing ID from eg. 5€ to 0€ (free) for a time being . We changed from retail to free in Folio Producer tools unfortunately there is no change isndie the viewer (kiosk). Still there is a 'buy' button, not download. When we changed in-app billing for this particular ID from 5€ to 0€ we got error after tapping 'buy' button that makes sense. Any ideas?

    Whenever you change the status of a folio from Retail to Free or Free to Retail, unpublish (remove) the folio, and then publish it again.

  • Everytime I try to pay with my cc on paypal, I enter all of my infor and after I press the "review and confirm" button the same page reopens but has erased only my cc #, exp date and security cvv number. What could be wrong?

    b.stats.paypal.com : server does not support RFC 5746, see CVE-2009-3555
    This appears on my error page everytime I try to use my credit card through paypal. I enter all of my info (billing, etc..) and after hitting the "review and confirm" button the same page reappears and has erased my cc number and leaving my name and billing info. What can I do to finish my transaction?

    The message about CVE-2009-3555 is meant for webmasters to make them aware that they need to fix their servers.<br />
    Firefox 3.6 versions can detect such a misconfiguration and displays a warning in the "Tools > Error Console".<br />
    * http://wiki.mozilla.org/Security:Renegotiation
    You may have a problem with the PayPal cookies.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Cookies#Removing_cookies
    * [[Cookies]]
    * [[Enabling and disabling cookies]]

  • How do you fire a button click event on apex page from fancybox iframe that was created by page

    I am trying to fire off the button click event from fancybox iframe. The apex page has a button that launches a fancybox iframe which is loaded with an APEX form. On close of that fancy box, I am trying to fire a click event on the parent page which will refresh a div with html that is created with plsql. The button on the page works as expected when clicked from the page. It will show a debug alert message to prove it was called and then load the div with the correct data. I am unable to fire off this button click from the fancybox iframe when it closes.
    A couple of points:
    I using Plug-in: Execute PL/SQL Code and Return Content ("PLUGIN_MULEDEV.SERVER_REGION_REFRESH") to place the create fancybox statement. It is used to populate a div using plsql.
    The name of the button on the main page is P2020_REFRESH_SECTION_BUILDER_BTN.
    The click dynamic action on the button is calling the plugin to replace the html in the div.
    The data in the form in the fancybox is being saved to the database. On close of the fancybox box I want to refresh the div so the new record is included in the div html.
    Can anyone help. Here is the fancybox code:
      function customProcessOnReadyState4(){
        for (var i=0;i<11;i++){
          $( "#tabs"+i ).tabs();
          $("#createNewExerciseLink"+i).fancybox({
              ''width''         : ''60%'',
              ''height''        : ''70%'',
              ''autoScale''     : true,
              ''transitionIn''  : 200,
              ''transitionOut'' : 200,
              ''type''          : ''iframe'',
              ''onClosed''         : function() {
                                         window.parent.$(''#P2020_REFRESH_SECTION_BUILDER_BTN'').click();
    Here are the dynamic actions assigned to the button:
    5 - Execute JavaScript Code
    alert("Starting refresh");
    10 - Execute PL/SQL Code and Return Content [Plug-in]
    begin
      SCTUI.create_sct_tabs2(:P2020_CREATE_SECTION_LOV, '1');
    end;

    user setActionListener...
    <af:setActionListener from="#{bindings.XXX.inputValue" to="#{backingbean.variable}"
                  <af:inputText value="#{bindings.Email.inputValue}"
                                label="#{bindings.Email.hints.label}"
                                binding="#{backingBeanScope.backing_ShuttlePage.it2}"
                                id="it2">
                    <f:validator binding="#{bindings.Email.validator}"/>
                  </af:inputText>
                  <af:commandButton text="commandButton 2"
                                    binding="#{backingBeanScope.backing_ShuttlePage.cb2}"
                                    id="cb2" action="passing">
                    <af:setActionListener from="#{bindings.Email.inputValue}"
                                          to="#{processScope.detail}"/>
                  </af:commandButton>next jsf page:
                <af:outputText value="#{processScope.detail}"
                               binding="#{backingBeanScope.backing_ProcessScope.ot1}"
                               id="ot1"/>setPropertyListener also should work
    <af:setPropertyListener from="#{bindings.Email.inputValue}" to="#{processScope.detail}" type="action"/>

  • PayPal donation button not displaying correctly in FireFox

    I added a PayPal donation button, but it only displays correctly in Explorer - not in FireFox.  The site is:  www.washoe.k12.nv.us/mtrose
    <div id="content"><!-- InstanceBeginEditable name="content" -->
            <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_donations">
    <input type="hidden" name="business" value="[email protected]">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="item_name" value="Mount Rose Elementary School">
    <input type="hidden" name="no_note" value="0">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
    <input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
            <h1>Two-Way Immersion</h1>
            <p>The goal of our program is to help young s tudents become fluent in Engish and Spanish by the end of <br>
            elementary school.        </p>
            <p>Our program began in 2008-2009 with one kindergarten class and will expand one grade each year as the students move through the grades for a total of seven classes.</p>
            <p>The program is voluntary and there is a waiting list.</p>
            <p>The initiation of the program is designed to serve the students already zoned for our school and does not involve busing students or change Mount Rose's current zoning.</p>
            <p>The program also does not involve the addition of portables to our school at this time.</p>
            <h2>Mount Rose Centennial Celebration!</h2>
            <p><a href="Mount_Rose_Centennial.pdf">Mt. Rose Centennial Celebration</a> - An Old Time Picnic and Reunion of Mt. Rose Elementary School Friends Past and Present. Join us on October 2, 2011 from Noon to 4 PM for A Celebration to Commemorate the Centennial of Mt. Rose Elementary School One Hundred Years of Educating Reno's Downtown and Old Southwest Neighborhood Young!</p>
            <p>Commemorative T-shirts avialable $8 / For more information click <a href="centenial.pdf" target="_blank">HERE.</a></p>
            <p>For more information contact Jenny Brekhus 544-1694 or [email protected]</p>
            <p><img src="images/tshirt.jpg" width="403" height="253" alt="tshirt photo"></p>
            <h2> </h2>
        <!-- InstanceEndEditable --></div>
        <div id="rightside" class="brd-thin-white-top"><!-- InstanceBeginEditable name="right-top" -->
            <h2>Early Release Days!</h2>
            <p> Every Wednesday during the 2010-2011 school year, school will be released at 2:30 for teacher professional learning communities. This is a district wide change and will replace most early release days.</p>
            <p>Please remember to make arrangements for you child on Wednesdays!</p>
        <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="right-bottom" -->
            <h2><a href="https://campus.washoe.k12.nv.us/campus/portal/washoe.jsp"><img src="images/infinite_campus.jpg" width="142" height="102" alt="infinite campus portal"></a></h2>
            <p><a href="http://www.washoe.k12.nv.us/district/departments/transportation/bus-rules"><img src="images/bus_rules.gif" width="120" height="90" alt="bus rules"></a></p>
            <p><a href="http://www.washoe.k12.nv.us/district/departments/transportation/elink"><img src="images/bus_schedules.gif" width="202" height="87" alt="bus schedules"></a></p>
            <p><a href="http://www.washoe.k12.nv.us/espanol"><img src="images/spanish.gif" width="200" height="70" alt="wcsd spanish site"></a></p>
            <p><img src="images/wcsd.jpg" width="99" height="143" alt="wcsd logo"></p>
            <!-- InstanceEndEditable --></div>
        <div id="footer" class="brd-thin-white-top">
            <p class="footer-text">&copy; 2010 |<a href="mailto:[email protected]" target="_blank">Webmaster</a></p>
        </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>

    Appears OK in Firefox... is it not where you want it?

  • Photo album - with a paypal buy button ?

    Hi
    I woul like to make use of the demo photo gallery, thats
    available at
    http://labs.adobe.com/technologies/spry/demos/gallery/
    But I can't find all the files for this demo, could someon
    point these out for me pls.
    Also, I would like to add a 'paypal buy' button under the
    larger image, is this possible ?
    Thanks

    This screenshot shows how to create a public or private photo stream:
    OT

  • How to set Shortcut keys for button in Apex

    Hi
    Could anyone help me on how to set shortcut keys for buttons in Apex.
    I need to use say ALT + S to submit the page.
    The following thread pertaining to HTML DB refered to use ACCESS key. but that couldnt work in my case.
    Re: operation of the app. with the keyboard
    Any pointers on achieving this would be helpful.
    Thanks
    Vijay

    Hi Vijay,
    I’m afraid you must do it using javascript key listener. You can’t use action() on template based buttons because they are actually not HTML buttons but images with hyperlink.
    Key listener checks which key has been pressed down and invoke some JS function. For example, write this code in page header:
    <script>
    document.onkeydown=keyCheck;
    function keyCheck(e){
         var KeyId = (window.event) ? event.keyCode : e.keyCode;
         switch(KeyId){         
              case 113:
                   doSubmit('SAVE');
                   break;                    
              case 118:
                   alert('Hello');
                   break;
    </script>
    This script will submit page with request 'SAVE' if you press F2 or will show alert message if you press F7. Modify it to your issue.
    Regards,
    Przemek

  • Javascript button in APEX 4.0

    How could I get a button in APEX 4 that triggers a Dynamic Action without submitting the page.... ??

    I know this is an old thread, but I just wanted to update it with details on how you can make dynamic actions trigger based on template buttons being clicked. Currently support for buttons with dynamic actions is definitely not as easy as it should be, something we hope to address in a future release.
    But for now, you can do this:
    <ul><li>Go with Mark's approach of creating an 'attribute only' button template (with no link) (although you'll need to specify #BUTTON_ATTRIBUTES# not #ATTRIBUTES#). Something like:
    <button value="#LABEL#" class="button-alt2" type="button" #BUTTON_ATTRIBUTES#>
      <span>#LABEL#</span>
    </button></li>
    <li>In your button, give it some name, say 'my_button', select that template and in the 'Button Attributes' field you'll need to specify the ID attribute, which can be given the value the same as the button name:
    id="my_button"So essentially, you're having to duplicate the naming of the button, both in the button name and the added ID value. Ideally, you would be able to do this in the template, say id="#BUTTON_NAME#" or similar and not need this additional definition, but currently there is no substitution string available for this in button templates. There is #BUTTON_ID# available, but this represents a different set of challenges and I think this approach is the easiest. Note: We have to add this ID, in order for dynamic actions to be able to identify the button.</li>
    <li>Note the 'Action When Button Clicked' attributes are irrelevant here, as we've removed the #LINK# placeholder from the button template.</li>
    <li>Now you can create the dynamic action to fire based on this button being clicked. Again, you cannot select 'Buttons' specifically from the 'Selection Type' drop down in the 'When' screen of dynamic actions. But if you select the 'Click' event, with a type of 'DOM Object' and a value of 'my_button', then this will now trigger the dynamic action.</li></ul>
    Hope this may be of use.
    Regards,
    Anthony.

  • Paypal Buttons on Photo page.

    I have inserted paypal buy buttons on my photo page in hopes that someone will buy some prints however...when you click on the photo and it brings you to the large view the buttons are still there. Is there a way to either make them dissapear, or move to the bottom?
    Thanks
    Shawn

    You used web-widget to insert the code.
    The problem is any code inserted with web-widget is not applied to the page itself, but the code is applied to other pages and linked to your page using iframe.
    The problem is discussing here:
    http://discussions.apple.com/thread.jspa?messageID=5110716&#5110716
    http://discussions.apple.com/thread.jspa?threadID=1103972&tstart=0

  • Request for help with apex page popup on button press.

    Apex 3.2/Solaris 10
    I'm attempting to open an apex page (report) in a popup window when a button is pressed following the plethora of examples in the forum.
    I've applied the following in "Edit Page Buttons" to either of "Button Attributes" and "URL Target" trying to open my report (page 14) in a popup window.
    javascript.popupURL('f?p=&APP_ID.:14:&SESSION.');
    javascript.popup2('f?p=&APP_ID.:14:&SESSION.');
    window.open('f?p=&APP_ID.:14:&SESSION.');
    I've also implemented the conditional branch for this button to alleviate the "page not found - restart application" error.
    The window.open variant does not work. The 2 javascript. variants open the page, but in the same window (no popup).
    also I've read that in order to close my pop up report (should it be working), a window.close(); should be issued somehow associated with a close button on the popup page. Specifically, where would this code be placed?
    Thank you!
    Paul

    Paul:
    Specify the URL as
    javascript:popupURL('f?p=&APP_ID.:14:&SESSION.');
    instead of
    javascript.popupURL('f?p=&APP_ID.:14:&SESSION.');
    Varad

  • Howto disable a button within APEX?

    This might sound like APEX for dummies, but I'm currently having an issue with presenting a plain old HTML button in APEX in disabled mode (non-clickable). In HTML this is no problem when using "disabled", but in APEX, it doesn't work because APEX makes "disabled=" out of "disabled".
    1. How can I display the button in a "disabled" state within APEX?
    2. How can I dynamically determine if the button should be displayed as disabled or not?
    Any help is appreciated.

    Hi,
    I did something very similar recently (and to be honest the methodology is very close to what Riedelme has suggested already):
    1) Create a hidden item in the region containing the button(s) to be disabled (ensure it is AFTER the buttons you wish to disable)
    2) In the Post Element Text field of the item, enter Javascript to disable the button(s) - for example :
    <script type="text/javascript">
    $x_disableItem('P999_BUTTON1',true);
    $x_disableItem('P999_BUTTON2,true);
    etc.
    </script>
    3) Set the Conditional Display of this item to the result of a PL/SQL function returning BOOLEAN - in this case this would be your authorisation function or whatever. Or you could use whichever conditional formula meets your setup.
    This way, whenever this hidden item is loaded i.e. authorisation fails for example, the javascript snippet will be loaded and executed, and your buttons will be disabled!
    Hope that makes sense!
    Chris

  • Paypal recurring button issue

    i am using paypal recurring button into my website . after click on that button it redirect to paypal for payment . and after success fuly payment  it's return to my site without any  successfull payment response . i have PRINT_R  that response but it's show an empty array .

    Hello, My name is Suraj, and I am also facing the same issue. I have created a subscribtion button and placed it into one of my website.When I click on that button, it takes me to the paypal website and allow me to follow all the payment steps. And the payment gets done successfully.Even though after successful payment, I don't receive the Success message in response. Can someone please help me to solve the issue. Thank You,Suraj

  • Google checkout integration

    Hi,
    I am trying to integrate Google Checkout into a BC e-commerce site at uniquedecopatch.com, but I understand the process is a little different to normal.
    In BC I have the correct merchant details applied to the account, and have used "hosted credit card" as the payment option on the checkout.
    In Google checkout > preferences, it is now set to "Automatically authorise and charge the buyer's card."
    In Google checkout > Integration, I know I have to specify an API callback url and I think this is where it's breaking.
    I am unsure what to use. I have tried several options such as https://www.uniquedecopatch.com/ and https://uniquedecopatch.worldsecuresystems.com but nothing seems to be correct.
    I am also unsure of the callback contents. The 3 options are:
    Notification serial number
    Notification as XML
    Notification as HTML
    Can anyone help with this, particularly the api callback url?
    Richard

    I followed the instructions at http://kb.worldsecuresystems.com/833/cpsid_83335.html
    It's all straight forward except for part #1 in that list!
    Initially I was receiving this error:
    "ERROR: An error occurred while processing credit card Non-seamless gateway with no shopping cart not supported. Please go back (javascript:history.back(1);) and correct this."
    After making the changes in that knowledge base article, the error now reads:
    An Error Occurred
    Internal error in server
    Please go back and correct this.
    Any ideas about correcting this second error? I think it's due to point #1 from the knowledge base but not sure! 
    Richard

Maybe you are looking for

  • Cannot Authorize to Reinstall HP Printer Drivers

    I have had an HP Photosmart 2575 All-in-One since about November or so. It was all working fine until one day I tried to print from Microsoft Word. The print didn't get processed, the program said it could not locate the printer, and that I needed to

  • My iphone 4 is stuck in recovery mode how do I get it back to normal?

    I really need help this is my only phone!

  • Safari PDF download is suddenly very slow

    I recently updated my Acrobat Reader to version 8 - which seemed to work wonderfully in Safari (v2.0.4). Starting this week, March 4th, my Safari browser takes severely longer to open PDF files - many times taking so long that I'm forced to Force Qui

  • B&W HTM61 S2 arrived with gouged box and broken foam padding

    Purchased a Bowers and Wilkins HTM61 S2 at a Newington, NH store and had it shipped to my home. It arrived with a corner showing signs of being dropped, a large gouge on one corner, and when opened the foam inserts were broken and in pieces. My conce

  • SAP Authentication - Entitlement systems

    Hi Team, We designed all the reports with one OLAP Connection, Its mapped to SAP - ECC Entitlement systems Now, we need one more report with data level filter for specific users. So, We are planning to achieve this at BW cube level for specific users