Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-26-2008, 04:20 PM   #1
Senior Warrior Member
War Room Member
 
Kim Standerline's Avatar
 
Join Date: Aug 2004
Location: United Kingdom.
Posts: 4,877
Thanks: 921
Thanked 719 Times in 318 Posts
Social Networking View Member's Twitter Profile 
Default This is probably a really stupid question...

I'm bunged up with cold, and my head is buzzing. I just can't think!

I want to put a paypal buy now text link at the bottom of the page here Insider Secrets To Running Your Own Membership Site (text is already there), and I can't for the life of me think how to do it.

Please can someone help. I think I'm getting Alzheimer's

Thanks
Kim

Kim Standerline is offline   Reply With Quote
Old 08-26-2008, 04:26 PM   #2
★★★★★
War Room Member
 
Jose Delgado's Avatar
 
Join Date: Jun 2008
Posts: 1,319
Blog Entries: 1
Thanks: 25
Thanked 9 Times in 7 Posts
Default Re: This is probably a really stupid question...

Use an unencrypted button, and cloak it.
Jose Delgado is offline   Reply With Quote
Old 08-26-2008, 04:26 PM   #3
Senior Warrior Member
War Room Member
 
kenj's Avatar
 
Join Date: Aug 2008
Location: Bracknell, Berkshire, UK
Posts: 1,242
Blog Entries: 6
Thanks: 134
Thanked 234 Times in 171 Posts
Default Re: This is probably a really stupid question...

You are not the only one

In the paypal tabs go to merchant services and select the standard option

You the nhave the option to create a button.

Create your button and paste the html into your page

good luck

The Memoirs Of Edward Rochester - Just imagine if Jane Eyre had been written by Mr Rochester.
My first full length novel now on Kindle and In Print on Createspace. That's what I call a niche!
kenj is offline   Reply With Quote
Old 08-26-2008, 04:30 PM   #4
Senior Warrior Member
War Room Member
 
Jamie Iaconis's Avatar
 
Join Date: Dec 2004
Location: Vancouver, BC, Canada
Posts: 3,276
Thanks: 1
Thanked 12 Times in 11 Posts
Contact Info
Send a message via MSN to Jamie Iaconis
Default Re: This is probably a really stupid question...

Hi Kim...

I know, it is rather stupid that Paypal doesn't
offer text links or a way to do them...

I make an image/graphic of text and slap that in there!

(Never would I use an un-encrypted button)

All the best,
Jamie

Learn How To Install PHP Scripts...

-->> PHP/mySQL Scripts For Dummies <<--

...17 Easy-To-Follow Tutorial Videos!
Jamie Iaconis is offline   Reply With Quote
Old 08-26-2008, 04:33 PM   #5
Advanced Warrior
War Room Member
 
TeamGlobal's Avatar
 
Join Date: Feb 2004
Location: USA
Posts: 831
Thanks: 40
Thanked 34 Times in 27 Posts
Default Re: This is probably a really stupid question...

Hello Kim,

I hope that you are feeling better.

I have not done this before but this is how I would do it:

To create the text link for Paypal you would log into your Paypal account as you did to create a "Buy Now" graphic button.

Once you have filled in the details you should see the options in the "Add a button to your website" page

There will be 2 options:
"HTML code for Websites" and "Link for emails:"

You can copy and use the code in "Link for emails:" to create your text link.

I hope this helps.

All The Best,


Tony
TeamGlobal is offline   Reply With Quote
Old 08-26-2008, 04:37 PM   #6
www.warriorplus.com
War Room Member
 
MikeLantz's Avatar
 
Join Date: Apr 2005
Location: Las Vegas
Posts: 1,780
Blog Entries: 4
Thanks: 4
Thanked 297 Times in 81 Posts
Social Networking View Member's Twitter Profile 
Default Re: This is probably a really stupid question...

Paypal definitely does allow text links. As long as you are using IPN, it is secure enough. No need for encryption.

However, if you do want encryption (are not using IPN), you will have to use a button.

The URL format is like this:
Code:
https://www.paypal.com/xclick/business=EMAIL_ADDRESS_HERE&notify_url=URL_TO_NOTIFY(ie. IPN)&currency_code=USD&item_name=ITEM_NAME(use '+' in place of spaces)&item_number=ITEM_TRACKING_NUMBER&image_url=URL_OF_IMAGE_TO_SHOW&amount=XX.XXAMOUNT_TO_CHARGE&return=URL_TO_RETURN_A_SUCCESSFUL_TRANS_TO&cancel_return=URL_TO_RETURN_A_CANCELLED_TRANS_TO&no_note=1
Mike

WarriorPlus.com: Tools to make the Warrior Forum even better for you.
* WSO Alerts - FREE, Instant Notification of New WSOs, Customized For YOU
* WSO Tracker - The Ultimate FREE Resource for WSO Research
* WSO Pro - The First and Only WSO Sales Management System - EARN MORE
* WSO of the Day - See a New, Top-Quality WSO Each Day - Special Bonuses - Sign-up Now!
MikeLantz is offline   Reply With Quote
Old 08-26-2008, 04:43 PM   #7
Senior Warrior Member
War Room Member
 
Khemal's Avatar
 
Join Date: Aug 2003
Location: , , USA.
Posts: 1,337
Thanks: 7
Thanked 64 Times in 38 Posts
Default Re: This is probably a really stupid question...

Quote:
Originally Posted by Kim Standerline View Post
I'm bunged up with cold, and my head is buzzing. I just can't think!

I want to put a paypal buy now text link at the bottom of the page here Insider Secrets To Running Your Own Membership Site (text is already there), and I can't for the life of me think how to do it.

Please can someone help. I think I'm getting Alzheimer's

Thanks
Kim
It's pretty easy actually. You already have the encrypted code. All you have to do is give you Form a name with form=SomeName and add
<a href="javascript:document.SomeName.submit();">Clic k Here To Buy</a>

Here's a sample htm file I uploaded for you with your HTML already entered Feel free to view source and copy it.

http://www.ampleproducts.com/1.htm

Test it, btw.

Khemal

"Sorry I didn't get your PM/Email" - Never Again! Click to buzz me anytime!

Want customers to be able to contact you simply, securely, instantly & intelligently and get notifications via Email, iPhone or Android Apps based on rules YOU set? -> www.BuzzTie.com
Khemal is offline   Reply With Quote
Old 08-26-2008, 04:44 PM   #8
Senior Warrior Member
War Room Member
 
Kim Standerline's Avatar
 
Join Date: Aug 2004
Location: United Kingdom.
Posts: 4,877
Thanks: 921
Thanked 719 Times in 318 Posts
Social Networking View Member's Twitter Profile 
Default Re: This is probably a really stupid question...

Quote:
Originally Posted by MikeLantz View Post
Paypal definitely does allow text links. As long as you are using IPN, it is secure enough. No need for encryption.

However, if you do want encryption (are not using IPN), you will have to use a button.

The URL format is like this:
Code:
https://www.paypal.com/xclick/business=EMAIL_ADDRESS_HERE&notify_url=URL_TO_NOTIFY(ie. IPN)&currency_code=USD&item_name=ITEM_NAME(use '+' in place of spaces)&item_number=ITEM_TRACKING_NUMBER&image_url=URL_OF_IMAGE_TO_SHOW&amount=XX.XXAMOUNT_TO_CHARGE&return=URL_TO_RETURN_A_SUCCESSFUL_TRANS_TO&cancel_return=URL_TO_RETURN_A_CANCELLED_TRANS_TO&no_note=1
Mike
Oh crikey that looks complicated. I am using IPN, does it get any easier

Cheers
Kim

Kim Standerline is offline   Reply With Quote
Old 08-26-2008, 04:48 PM   #9
www.warriorplus.com
War Room Member
 
MikeLantz's Avatar
 
Join Date: Apr 2005
Location: Las Vegas
Posts: 1,780
Blog Entries: 4
Thanks: 4
Thanked 297 Times in 81 Posts
Social Networking View Member's Twitter Profile 
Default Re: This is probably a really stupid question...

Quote:
Originally Posted by Khemal View Post
It's pretty easy actually. You already have the encrypted code. All you have to do is give you Form a name with form=SomeName and add
<a href="javascript:document.SomeName.submit();">Clic k Here To Buy</a>

Here's a sample htm file I uploaded for you with your HTML already entered Feel free to view source and copy it.

http://www.ampleproducts.com/1.htm

Test it, btw.

Khemal
That is a great solution. Never thought of using javascript. That should work fine for most anyone.

Mike

WarriorPlus.com: Tools to make the Warrior Forum even better for you.
* WSO Alerts - FREE, Instant Notification of New WSOs, Customized For YOU
* WSO Tracker - The Ultimate FREE Resource for WSO Research
* WSO Pro - The First and Only WSO Sales Management System - EARN MORE
* WSO of the Day - See a New, Top-Quality WSO Each Day - Special Bonuses - Sign-up Now!
MikeLantz is offline   Reply With Quote
Old 08-26-2008, 04:48 PM   #10
Senior Warrior Member
War Room Member
 
Kim Standerline's Avatar
 
Join Date: Aug 2004
Location: United Kingdom.
Posts: 4,877
Thanks: 921
Thanked 719 Times in 318 Posts
Social Networking View Member's Twitter Profile 
Default Re: This is probably a really stupid question...

Quote:
Originally Posted by Khemal View Post
It's pretty easy actually. You already have the encrypted code. All you have to do is give you Form a name with form=SomeName and add
<a href="javascript:document.SomeName.submit();">Clic k Here To Buy</a>

Here's a sample htm file I uploaded for you with your HTML already entered Feel free to view source and copy it.

http://www.ampleproducts.com/1.htm

Test it, btw.

Khemal
Kisses Khemal and thank you so much. I can go to bed happy now lol

Kim

Kim Standerline is offline   Reply With Quote
Old 08-26-2008, 04:50 PM   #11
Senior Warrior Member
War Room Member
 
Khemal's Avatar
 
Join Date: Aug 2003
Location: , , USA.
Posts: 1,337
Thanks: 7
Thanked 64 Times in 38 Posts
Default Re: This is probably a really stupid question...

Quote:
Originally Posted by Kim Standerline View Post
Kisses Khemal and thank you so much. I can go to bed happy now lol

Kim
LOL but now you're plagued with nightmares of paypal! hahaha You're Welcome Kim.

"Sorry I didn't get your PM/Email" - Never Again! Click to buzz me anytime!

Want customers to be able to contact you simply, securely, instantly & intelligently and get notifications via Email, iPhone or Android Apps based on rules YOU set? -> www.BuzzTie.com
Khemal is offline   Reply With Quote
Old 08-26-2008, 04:55 PM   #12
Senior Warrior Member
War Room Member
 
Kim Standerline's Avatar
 
Join Date: Aug 2004
Location: United Kingdom.
Posts: 4,877
Thanks: 921
Thanked 719 Times in 318 Posts
Social Networking View Member's Twitter Profile 
Default Re: This is probably a really stupid question...

It worked (beaming smile)

I can take Tad Williams to bed with me now with a clear conscience

(I love the warriors)

Kim

Kim Standerline is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
question, stupid

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:25 AM.