Insert Buy Button Into Web App

Hello,
I've followed Mario's instructions here ( http://forums.adobe.com/message/5210303 ) and inserted a buy button into a web app detail view.  Unfortunately, the button doesn't seem to do anything: http://screencast.com/t/b46qgbPNYyN
The cart/checkout page doesn't come up. The button doesn't seem to work.
Any help would be appreciated.
Thanks,
Brian         

I'm going to try this as indicated by tech support: http://screencast.com/t/3SHpkPLLs

Similar Messages

  • I bought an Affterlight app. it's work perfectly but I can buy whatever into my app. Can whoever help me?

    I bought an Affterlight app. it's work perfectly but I can buy whatever into my app. Can whoever help me?

    Do you mean that you can't make in-app purchases in the app (you say 'can buy whatever into my app') ? If you do then what happens when you try to do the IAP, if you are getting an error message that what does it say ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them why the message is appearing (we are fellow users here on these forums, we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

  • Newbie: What is the best approach to integrate BO Enterprise into web app

    Hi
    1. I am very new to Business Objects and .Net. I need to know what's the best approach
    when intergrating bo into my web app i.e which sdk do i use?
    For now i want to provide very basic viewing functionality for the following reports :
    -> Crystal Reports
    -> Web Intellegence Reports
    -> PDF Reports
    2. Where do i find a standalone install for the Business Objects Enteprise XI .Net providers?
    I only managed to find the wssdk but i can't find the others. Business Objects Enteprise XI
    does not want to install on my machine (development) - installed fine on server, so i was hoping i could find a standalone install.

    To answer question one, you can use the Enterprise .NET SDK for each, though for viewing Webi documents it is much easier to use the opendocument method of URL reporting to view them.
    The Crystal Reports and PDF instances can be viewed easily using the SDK.
    Here is a link to the Developer Library:
    [http://devlibrary.businessobjects.com/]
    VB.NET XI Samples:
    [http://support.businessobjects.com/communityCS/FilesAndUpdates/bexi_vbnet_samples.zip.asp]
    C# XI Samples:
    [http://support.businessobjects.com/communityCS/FilesAndUpdates/bexi_csharp_samples.zip.asp]
    Other samples:
    [https://boc.sdn.sap.com/codesamples]
    I answered the provider question on your other thread.
    Good luck!
    Jason

  • Unable to process your request when clicking next page button in web app

    Hi,
    1) I'm using CR for VS v13 (13.0.2000.0)
    2) .Net 2.0 in IIS6 compiled with TFSBuild on TFS2008
    3) Issue ocurs when deployed on QA server
    4) Database is SQL server 2005
    5) Ado.Net passing data definition thru an xsd with a multiple tables dataset
    6) Reports using en embeded query are ok.  This happens only when we use data definition thru an xsd with a multiple tables dataset
    7) Don't know yet (I will have a hard time convincing my boss to stay with CR if I have to redo my reports anyway...)
    8) When using Fiddler, only "200" responses are returned.  Thats when producing the page and also when clicking on the next page button
    The detailed message also says: "The target '...' for the callback could not be found or did not implement ICallbackEventHandler. "
    Thanks
    - Stephane
    Edited by: jjslagace on Apr 1, 2011 12:25 AM

    Hi again Ludek,
    Sorry for this late reply.
    I followed you advice and installed the SP1 (CRforVS_13_0_1).  It did not solved the problem with the next page button but It did fixed some printing problem we also had.
    The page where the problem occured was loading the Crystal Reports Viewer dynamically after or durring the page load.
    After reading other posts loosely related to my problem, I changed my page to load the Crystal Reports Viewer statically in the .ascx.  It solved the problem and we can now navigate in the report normally like before the update.
    Thanks for you help.
    - Stephane

  • App Store - Plus Sign on buy button?

    What does it mean when there is a plus sign on the price and/or buy button in the App Store on iPhone?

    As long as both devices are connected to the same iTunes Store account, they both have access to all the apps that you've purchased.

  • Link customer submitted web app to another web app

    Hi,
    Just wondering if there is a way to insert data from one web app into another.
    I have 2 web apps - one for business info (submitted and updated by the business), the other for recipes (submitted by the business).  They are both linked to the same user.
    What I would like is on the page that displays the recipe submitted by a business for there to be a link that says Submitted by Business Name 1 and for Business Name 1 to link to their Business info page. And also on their business info page to have a link saying Recipe name 1 and for Recipe name 1 to link to their recipe page.
    There will be hundreds of businesses so if this can be built into the web app and be automated that would be great without having to manually add the links to their business listing or recipe pages.
    Cheers

    The only way I have managed this is to Extend the CRM and have duplicate fields and links. The CRM can be called when a web app is created. If that CRM has a business name and a link to the existing web app business, then they can be saved into the new web app. The tricky part is to encourage users to update their CRM with the appropriate fields.
    Clumsy, but it works. I use it for connecting 'articles' and 'business listings' using the Authors name here: http://www.umbrellamag.com.au/view-umbrella-articles

  • FTP upload on a web App

    Hi people, I am creating a web application which on one part need the user to upload an image. Rigth now iam testin the site on a free web host and so it just let me upload files using FTP, the problem is that i cant find the way to upload the image, i already know how to upload files to FTP with flex but that was using the "File" class which you can only use on an AIR application, how could i achieve the same result from a web application?
    Thanks

    Not too sure about pagination and filtering/sorting.  You might have to hack that together with some javascript and/or ajax.
    Here's my advice on the last two...
    The owner of their record in the web app needs to be able to edit only their own listing.
    This is the default functionality of customer submitted web app items in a secure zone.  They can only edit their own web app items.  Make sure the {tag_edit} tag is included in your web app item list view and if that list view is rendered in the Secure Zone while the user is logged in, the owner of that web app item will see the EDIT link to edit their web app item.
    but can only be shown if that user selects the radio button field to allow us to publish their email address.
    While I advise against showing an email address in plain text on the web, if you are ONLY including this web app in a secure zone then this could be ok.  Having a plain text email address in publick html markup is a no-no.  Spambots will grab it and start spamming you.
    But if you do intend to do this only in the secure zone and the logged in users are trusted you can probably just:
    Include a field name in your web app form called "showemail" and use the checkbox data type.
    Include a blank field that you hide in your form called "owneremail" and use the string datatypeHide it like so by manually editing the form markup: <input type="hidden" id="owneremail" name="CAT...." />
    Use some javascript so that when someone sets the checkbox for "show email address" it fills in this hidden field.  If the form is in a securezone you can just use {module_emailaddress} in your actual javascript code on that page to output the user's email address and fill the #owneremail input with that value.
    Someone else might have more information about pagination.  I forget if pagination is built into web app lists.

  • Unable to create web app items if Proximity Search is Enabled.

    I am using BC API to create web app items because I am getting the data from a third party website and wanted to save the data into web app by using BC API. I have a web app ( Name: "Map Overview" ) and the proximity search is enabled. When I test my script I got 404 bad request error but if I disabled the Proximity Search the item is created.
    Can someone help me on this?
    Thanks

    Let me know the page you are running the API call on, I'll have a look and see what gives.
    Thanks,
    Mihai

  • Flash beginner... insert SWF into web page and create play button

    I am trying to insert and SWF into my webpage.  I have 3 problems, 1. I am new to flash and aren't any good at it yet. 2. How do I tell the movie to stop at the end, and insert a "play again" button?  3. What do I need to do to insert that into my webpage.
    I realize these aren't yes or no answers, so I even appreciate input on the best way to learn Flash for myself.

    2. It can depend, but snce you are probably using the timeline, most likely you just need to put a stop(); command in the last frame to have it stop at the end.
    To get it to play again, your button's function code will need to include something like: gotoAndPlay(1);
    How the button code gets done depends on which version of Actionscript your file is using.
    3. When you publish your swf file, also have Flash publish an html file (you set this up in the Publish Settings).  You can then take that html file and copy the embedding code it contains into your web page html file.  You may have to include a javascript file as well to make it work, and you can tell that by looking in the head code of the html file Flash created... that head code also needs to go into your web page html file and the javascript file needs to be placed according to how your html code targets it.
    You might do best just to get the html page Flash creates working for you first.  It might make figuring out how to move it into your web page easier.
    My opinion: the best way to learn Flash for yourself is to just dig in and keep at it.  You will lose hair and sleep and your mind as you go, but eventually you either get used to that and/or you overcome it.

  • Converting the web app into AIR app leads errors

    Hi all,
    I am new to flex, i am trying to convert a web app into air app.
    I changes the tags and when i complie i get the below 3 error popups with dismis and continue buttons on the bottom right..
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Any help would be greatly appreciated.
    Thanks in advance.

    Thanks peter.
    commenting those lines avoids the first 2 errors but still i am getting the below errors.
    this is a microstrategy flex project.
    Error #1009: Cannot access a property or method of a null object reference.
    at com.microstrategy.web.vf.viewer::MstrWindowedApplication/handleCreationComplete()[Z:\Flex \projects\VisFrameworkAIR\src\com\microstrategy\web\vf\viewer\MstrWindowedApplication.as:9 9]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
    at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as :1169]
    at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:718]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

  • "BUY" button in Istore is missing from the apps

    I recently did a restore of my Itouch and now when I go into the app store to look up any app, the "Buy" button is gone from the top right side where it normally is. Why can't I buy any more apps? I have made sure that I am signed into my account and have signed out and in several times. Why would it not be allowing me to download? Please help. Thanks.

    You only see the reset button on the "Help > Troubleshooting Information" page if you use the profile that is marked as Default=1 in the profiles.ini file.
    If you do not have the "Reset" button then either use the Profile Manager to create a new profile or use the Profile Manager to start with the current default profile to get the reset button in Firefox.
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.org/kb/Managing+profiles

  • How to convert Web app into a channel?

    To whom it may concern,
    Does anyone know how to convert a Web app into a channel inside the Portal server 6.0?
    I developed the web app and tried to create a provider and a channel for it, but the Portal server did not recognize the WEB-INF folder and give me errors saying that it couldn't locate the class files.
    I also have a problem with URL inside my jsp page (channel).
    For example, I have two jsp pages:
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test1.jsp
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test2.jsp
    and when I try to put a link from test1.jsp to test2.jsp using
    ... and make a channel based on test1.jsp. The channel will display the link as "http://mydomain/portal/test2.jsp" and result in "Error: page not found". I want the link to point to
    /etc/opt/SUNWps/desktop/default/MyCustomProvider/test2.jsp
    To summarize my questions,
    1) Where should the web app be located in the Portal server?
    2) How to make a link inside one jsp page (channel) to point to another page inside the same folder?
    Thank you in advance

    Hello Karthik,
    I just tried to solve my problem with your suggestions, unfortunately, my JSP channel still doesn't work :(
    The portal server keeps reporting "Server Error..." when I tried to add query at the end of the href.
    Do you still have any other suggestions?
    Thank you

  • How do i add my access web app into a iframe on a "site page"?

    I just created a MS Access "custom web app", and published it on my site.
    Then i can open the Access form when i click on the link in the menu at my site. The problem is just that it removes my site logo and all the menu's. Well, its like fullscreen.
    What i really want is to show the form in the first page of my site, "Home".
    I have tested insert -> "Embed code", and then enter the following code: 
    <iframe src="https://xxxxxx.sharepoint.com/sites/xxx/xxx/databaselist></iframe>
    It just shows this warning: "This content cannot be displayed in a frame"
    Then i found this site: http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx
    Quote: 
    SharePoint page developers can opt-out of clickjacking protection by adding the AllowFraming control to their .aspx pages:
    <WebPartPages:AllowFraming runat="server" />
    Well, does anyone here know how to do this with a access form?

    Screenshot of how it looks when i try to show a ms access form inside a iframe:
    http://oi58.tinypic.com/2vj4ish.jpg

  • Web App CSV Export Puts Everything into 1 Column in Numbers 3.0

    Hi
    Anyone have this issue before where the new Numbers by Apple, takes the web app export CSV and throws all data into one column? It displays the Template downloads just fine. Just not the Exports for Web App Items.
    Any tricks?
    Teejay

    Oh and the reason likely that has happened because if you do some HTML structures in the content it breaks the import/export process a bit.

  • When i go to buy an app on my ipod touch, i click the buy button then the install button and it just keeps repeating itself then dissappears, why is this?

    when i go to buy an app on my ipod touch, i click the buy button then the install button and it just keeps repeating itself then dissappears, why is this?     help me please, i cant download no apps.

    If  you have iOS 3.1.3 then it is an Apple problem.

Maybe you are looking for