Adding paypal to iweb

I am creating a website using IWeb. I would like to add paypal to it. Any advice would be helpful.
Matt

This, and the following two pages, demonstrate PayPal buttons, customs buttons, shopping cart etc...
http://www.iwebformusicians.com/Internet-Music-Sell-Distribute/Website-Buy-Page. html
"I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Similar Messages

  • Adding pages to iWeb

    when adding page to iweb, how do i move the name of the new page off of the top of the home page?  looking to have it on the bottom of the page..  thanks!

    Are you referring to the navbar at the top which are links to each page in the site?  If so then you'll have to deactivate (not include)  the navbar on each of the pages in the Inspector/Page/Page pane:
    Click to view full size
    and create your own Text Based Navbar which you can position anywhere.  However, there is a drawback to having the navbar at the bottom:  if the page is longer than the browser's window a visitor would have to scroll down the page to get to the navbar in order to go to a new page. That's not good web page design. 
    However, if the pages are long then having a navbar at the top and bottom is wise.
    OT

  • Adding PayPal to my page pastes some unwanted text

    Hello,
    When i add PayPal Buy (or else) on my page, it pastes content from my website. Black text, unwanted. I tried adding PayPal html also. The same problem.
    Check out the picture.
    Dropbox - Screenshot 2014-11-20 18.06.17.png

    Seems something related to the ID you are using , can you please try with new page , add the button and then check ?
    Thanks,
    Sanjit

  • Adding paypal to a site already upgraded

    hi
    the site ceramicplanet.co.uk is about to open an ebay shop so we openned a paypal account and thought we'd add it to the site as an extra payment option for customers but I and paypal uk are having trouble.
    we went live just taking card payments so I removed the payment method.
    Now I want to add paypal ive added the original radio buttons with the options
       <div class="item">
        <label>Payment Method <span class="req">*</span></label><br />
        <input checked="checked" type="radio" name="PaymentMethodType" id="PaymentMethodType_1" value="1" />Credit Card<br />
        <input id="PaymentMethodType" type="radio" name="PaymentMethodType" value="8" />Direct Debit<br />
        <input type="radio" name="PaymentMethodType" id="PaymentMethodType_5" value="5" />PayPal<br />
        </div>
    and I follwed the instructions on implementing paypal http://kb.worldsecuresystems.com/kb/set-paypal-standard.html
    however Its still not obvious to me how the customer is meant to use the paypal option on the checkout pay?
    Im under the impression they are taken to a paypal site to complete the order and then back to the site but how?
    do they select the radio button and press the submit button because all that happens is the page states the credit card details havent been filled in and that they are required.
    Am i meant to add a paypal button to the page? I havent see anything on business catalyst saying i have to but when settting up the paypal account they seem to have a lot of button options to add to your site?
    Is it something to do with my order form? Ive changed it over time to suite our look but cant see why that would have anything to do with paypal not working.
    Also I work in the UK. whenever i talk to people/services like paypal uk about business catalyst most dont know alot about the system. Im assuming its more an american and australian thing but im asking there isnt anything special I have to do to make paypal work do I? the service advisor has asked me to keep him updated on this intergration as he says they have had problems the last few months trying to implement paypal on catalyst sites, Im guessing this is them not being use to your systems but thought id put it out there that paypal dont seem up to date with catalyst. 
    any help appreciated
    Dave
    ps just read this on http://www.siroccowebdesign.com.au/business-catalyst-tutorials/tag/Payment_Gateways/
    Please note that non-seamless payment gateways such as PayPal can only be used within the online shop and the checkout process. This type of payment gateway by its nature, cannot be used in conjunction with the web forms functionality to process credit card payments.
    So now im abit lost on how to implement paypal?

    just to let you guys know I was missing parts of java from my page. This is what was originally at the bottom of the reg-buy template.
      <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script language="javascript" type="text/javascript">
                                  //<![CDATA[
                                  var submitcount42059 = 0;function checkWholeForm42059(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); 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.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if(why != ""){alert(why);return false;}if(submitcount42059 == 0){submitcount42059++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
                                  // Credit Card info is not required if paying by PayPal, Hosted Credit Card, COD etc
                                  function ShowCCFields(val) {
                                            if (!document.getElementById('paymentdiv'))
                                                      return;  
                                            if (val != 1)
                                                      document.getElementById('paymentdiv').style.display = 'none';
                                            else
                                                      document.getElementById('paymentdiv').style.display = 'inline';
                                  //]]>
                        </script>
    now my only problem is that being a UK site we have debit card sales and of course this need the card details box open when the radio button is picked so i added this line to the java
      if (val != 1)
            if (val != 8)
      document.getElementById('paymentdiv').style.display = 'none';
      else
      document.getElementById('paymentdiv').style.display = 'inline';
      //]]>
      </script>
    however I dont think ive added the line correctly because when testing the site if I pick paypal the card details collapes. If i then select credit card the card details box does not expand, but it does expand for the direct debit if selected. How should I add the (val !=8) so that the credit card val != 1 still works.
    dave

  • Inserting Paypal on iWeb 06 page

    I have created a web page in iWeb 06, and have copied the html code from paypal to insert a "pay now" button. However, I am confused as to how or where to input this information into site. I do not understand nor write html code, so step by step help would be great. Thanks so much.

    Please kermitjazz what was the answer you got for your paypal question. I'm having the same problem. I hope you can share me the clue. Tks. I repeat your question as follows to remind.
    "I have created a web page in iWeb 06, and have copied the html code from paypal to insert a "pay now" button. However, I am confused as to how or where to input this information into site. I do not understand nor write html code, so step by step help would be great".

  • Adding widgets to iWeb

    Hi there,
    Another question....i have added widgets to my page via the html snippet option on iWeb. What I would like to do is take it a step further and customize the look of the widget. Is this possible??

    You would need to alter the html code that you have placed in the html snippet, unless it is custom code, from another site, in which case no.
    If you want other designs, go to where you got the widget in the first place and copy and paste the code for a different design.

  • Adding Photos to iWeb

    Is it possible to add more than one photo page to a blog in iWeb? I can't seem to do it. I export from iPhoto and it comes up as the generic Apple supplied photo page. Then I try to add images from the media browser and they all come in as text boxes.
    Also I've had trouble adding individual images to my blog entries, I drag the photo from the media browser to the entry but it doesn't accept it.
    Help, thanks.
    Patrick
    http://web.mac.com/patrickfifth/iWeb/Buenos%20Aires/Bienvenidos.html

    Patrick
    You have some other options:
    1. You can drag and drop the image from iPhoto into iWeb
    2. Use, from the toolbar: Insert > Choose.. and then select your file, if you know where it is!
    3. Take a look here to see how to export images from iPhoto to a folder/location.
    Will

  • Adding code to iWeb

    Is it possible to add code to iWeb templates? Using iWeb version 1.1.2.
    Thanks in advance.
    Roy

    I then put it back into the folder on my iDisk.
    I don't understand what you mean by that. If you open something on your idisk, edit, and save, there is nothing to "put back". It never went anywhere.
    Did you do this on the local copy of your idisk? In that case it might not have synched with the real one on .Mac.
    I then opened it in my browser (Firefox), and it looked exactly the same as before. I selected view page source to see if it had been erased and the added .html was still there.
    If you added html and open the page with your browser and there was no change, there could be two reasons: the html you added was not correct in terms of making the change you wanted, or your browser was looking at the old version of the page from its cache. The latter is very common with Safari and can be fixed by doing Safari > Empty Cache.
    If you want to provide the url of the page you have changed with some info about what is not showing up, I'd be happy to have a look.

  • PayPal on iWeb

    I've made an iWeb site and signed up to .Mac 'cause I couldn't figure out how to upload an iWeb site anywhere else..
    I want to put a PayPal button on one of the pages, but PayPal give you the html code, and you can only put text on an iWeb page - when I put the html code on, it comes up as code when viewed online, not as a button.
    How do I make the button show up? Is there a place, either on iWeb or on .Mac, where I can edit the source code of a page?

    you need to run the published folder (all sites inside) thru an app called iWebmore
    after that, your code will be perfect, asuming you have followed the right instructions by entering the code.
    http://iwebmore.ctrl-j.eu/iWebMore.html
    If you want to remove underlines or change your links colours you open your css files (in each published website folder) with textedit, and change the 6digit colour and change the 'underline' text to 'none'
    Use f

  • Using Paypal on iWeb?

    Hi,
    I've been reading about how to create a single button for my products through paypal. It's going to be a real pain because I have a lot of products and they are all different prices. Does Paypal have a cart system where you don't have to itemize it all? Can you just click purchase the item and then somehow it figures it all out? Maybe I'm dreaming for this option and it doesn't exist.
    S.

    S.
    Not real clear on what you are asking for. You have to itemize things at least in set up with paypal or any shopping cart, otherwise how would it know what to calculate as a price and shipping?
    I use the free paypal shopping cart, and set up a separate button for each item, but it automatically adds it to the shopping cart and keeps a running total and shipping charges.
    See here .....
    http://web.mac.com/millionairecoaching/iWeb/Millionaire%20Coaching/Store%20-%20S hopping%20Mall.html
    Play with it, add several items, see if this is what you need it to do?
    Hope this helps.
    Todd
    MacBook Pro, 23" Cinema Display HD   Mac OS X (10.4.8)   http://web.mac.com/millionairecoaching/iWeb/

  • Adding PayPal code to Flash button

    I want to use my own .swf button for PayPal payments with a "hidden format", but when adding the generated PayPal Website code to my html page, only a red X and the alt PayPal text is showing where the button should be. I have changed all Active X controls to Enable.
    Every time I contact PayPal I get a different reply. The last one was that I have to add a "static" image, but I really want to use my own button.
    I would rather find a way to paste the PayPal code into my buttons action script and then I only have to paste the Flash button to the html, but don't know how to manipulate that because the only code generated by PayPal is a "form" in html format. I am also adding text fields and guess that's why I don't get an generated email code from PayPal which I get if I don't add text fields.
    Any ideas how I can transform the code generated by PayPal to my action script are welcomed. I have about 150 buttons to add!
    This is my link: http://www.astondenwoodjewellery.co.uk/Jewellery%20html/Gold%20Rings/GR02_button_test.htm

    I will definitely mark when I have managed to do this, thank you. Still can't get it to work and I don't know where I'm going wrong, but shall continue trying...
    I have added the form in my html, but deleted the button which appeared as an X. Instead I've added my button with the code you gave me in AS.
    I don't know what I am doing wrong, but I keep receiving action script error messages:
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 1: Statement must appear within on handler
         var sendLV:LoadVars=new LoadVars();
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 2: Statement must appear within on handler
         var receiveLV:LoadVars=new LoadVars();
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 3: Statement must appear within on handler
         receiveLV.onData=function(src){
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 10: Operator '=' must be followed by an operand
         sendLV.on0= ;// use selected option for man/woman
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 11: Operator '=' must be followed by an operand
         sendLV.on1= ;// use selected option for size
    **Error** Scene=Scene 1, layer=glas, frame=1:Line 8: Statement must appear within on handler
         GR02_test.onRelease=function(){
    Total ActionScript Errors: 6 Reported Errors: 6

  • Adding hyperlinks to iweb

    i have a basic iweb site with multiple photo pages. now i'm adding a blog and a movie page. so, the nav bar has each photo page listed (lots) and i'd rather have one link that says "photos" that goes to a separate photo site, then people could navigate to each page.
    remember in home page how there's a menu page? is there an equivalent in iweb? (now the address goes straight to the most recent photo page as opposed to giving a menu of all the photo pages.
    i also want to add a link to my old homepage site, and going to insert hyperlink isn't working...
    thanks!
    amy
    old site:
    http://homepage.mac.com/amywatson
    current site:
    http://web.mac.com/amywatson

    Amy:
    Yes you can do that. Create a Photo page, use the blank layout if you'd like, and add text links to the various other photo pages you want to link to. In those other photo pages select the Inspector option to not include that page in the nav bar. I'd done that with my Waassup! page in my Toad Hall site. Just click on the Waassup! button.
    Do you Twango?
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD, QT 7.1.3,   Mac OS X (10.4.9)   22 LCD, 250G/200G/160G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod

  • Adding Paypal onto your site?

    Hi,
    I'm just learning iWeb and am working on creating a website for my soap and beauty products. When I'm done I will be publishing to my own domain name and I do not have a Mac account. Is it possible to add paypal onto my site? If so does anyone know how you go about doing this or the basics?
    Thanks,
    S.

    Varkgirl,
    Your website is so colourful and fun, I love it. Did you make that using iWeb? Thanks for the link. Between both these answers I'm sure I'll find out how to export my pages (I know I have to use an FTP server like Cyberduck) to an site other than .Mac and how to place pictures in properly. I'm having problems with that already. They don't seem to fit in the template boxes right and I've tried dragging in and out on both picture and the frame itself.
    S.

  • Adding paypal account

    Im trying to add funds to iTunes using my Paypal account.  When I try to add them, it states "This recipient requires that you have a valid funding source from United States in order to complete this transaction."  I do have funds in my account but I dont have a card tied to it, is there a reason for this and will Apple be changing that in the future?
    Thanks

    I had this problem also, what I found was that as I had purchased items via PayPal on the PS store before adding my paypal account for some reason the account had then been left active  on my PayPal account after the purchases, basically what I had to do was log in to PayPal via my PC deactivate anything that PlayStation was attached to and then add my PayPal account via psn it now works fine hope this makes sense and helps, also make sure you don't have any outstanding money owed to Sony before deactivating.

  • Adding payPal shopping cart to a Flash website?

    Hi there,
    I'm a newbie, creating my first flash website and my first shopping cart, so  be easy on me.
    I've done  a lot of research, however was unable to find any tutorials on how to  set up a  Paypal shopping cart or any other secured shopping cart in a website  that was created in Flash professional CS5, actionscript 3.0. Paypal's  tutorial is  only for html (copy/paste the code in your html website and voila) but  how to integrate shopping cart in Flash website? Any help would be  appreciated.
    This is my first time setting up a cart on a website. I  have a "shop"  button on my site (see picture below) that I would like linked to an  external  page preferably with my items that I would like to sale. Not  sure if paypal's shopping cart can do what I want it to do. Once the  user clicks on the "Shop" button, I'd like for my customer to be able to  see a picture of the items I have for sale, price for each item, a box  where the buyer can write quantity of item desired, add to cart button  and then check out button. With paypal shopping  cart, can I add  pictures beside each item I am selling when entering the  price on  paypal's website or I have to add the pictures of the items I  am  selling directly in my shop section of my website and add a buy now   button for each individual item and then copy/paste the email link  provided by  Paypal to each of my buy now buttons and add that code to  my "Actions" layer within Flash? How would the script look like? And  what if later on I want to add additional info to an item, change price  or delete it completely...would I have to make the changes everytime  within paypal only or I'd have to make the changes on both paypal and my  flash file and upload new copy to server? I'd like for my cart to  integrate with my site (keep the same look and feel, same  layout/background color) preferably but what ever way is the easiest.  Thanks for your help.

    Any source that provides embed code to add to your webpage should work. So in other words if E-Junkie provides the HTML code that you simply embed in your own code it will work. If it requires a certain plugin be installed it may or may not.

Maybe you are looking for