pancakes

MicrostockGroup Sponsors


Author Topic: Using two PayPal accounts? How to change PP logo?  (Read 4065 times)

0 Members and 1 Guest are viewing this topic.

Poncke v2

« on: June 03, 2013, 12:53 »
0
Hi all,

I know that best practice integration of PayPal logos will increase conversion rate so I want to show a PP logo on all pages, in the footer. How can I do that? I have the logos, I just need to know how I can add the logo to the footer.

Also, When taking PP payments the fees are 3.4% +0.35 euros which comes down to a 20% take rate on a bloggee of 2.50 euro. LOL. You can sign up for Micro payments of 5% + 0.05 euro but then I pay too much on images of 10 euro and above.

So, can I use two paypal accounts on the site, one for under 10 euro, and one for above? If I cant, which fees have you chosen to go with?

Thanks,


Poncke v2

« Reply #1 on: June 03, 2013, 13:28 »
0
The logo used is the old PayPal logo by the way.

I want to use this instead

<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg" border="0" alt="PayPal Acceptance Mark">[/url]</td></tr></table><!-- PayPal Logo -->

https://www.paypal.com/webapps/mpp/logo-center

Poncke v2

« Reply #2 on: June 03, 2013, 13:33 »
0

« Reply #3 on: June 03, 2013, 14:19 »
0
If you work out how to do micro and full payments please let me know  as I would also like to do this

Poncke v2

« Reply #4 on: June 03, 2013, 16:10 »
0
What is the name of the PHP file that holds the PayPal logo on the payment page?

« Reply #5 on: June 03, 2013, 16:27 »
0
When I started my microstock business end of 2009 I wanted a second paypal account just for that to make bookkeeping/tax filing easier. No, I couldn't. Paypal refused to open a second account with my name and linked to the same bank account.

If they changed their policy I'd be interested to know, too.

« Reply #6 on: June 03, 2013, 17:18 »
0
To add things to the footer, you use the Widgets under Appearance on the left side. Once you are in widgets, to the right you will see Footer 1/3, Footer 2/3 and Footer 3/3. Those represent three different columns in the footer section. You can drag the Text widget into there and code your image in HTML. I use a plugin called Enhanced Text because it allows you to use HTML, CSS, etc.

Poncke v2

« Reply #7 on: June 03, 2013, 18:02 »
0
I managed to get the logo on the page by entering the code into the footer.php. LOL

Looks fine for me. Now all I need to do is change the logo on the payment page.

« Reply #8 on: June 03, 2013, 18:09 »
0
Did you edit the footer.php on your main theme or child theme?  Keep in mind on the main theme it will get overwritten with upgrades.  It's probably best to add it in a widget.

Poncke v2

« Reply #9 on: June 03, 2013, 18:32 »
0
Thanks for the heads up, it was in the main theme. I will just copy the php file to my harddrive and copy it back after an update. I need to do so much work on the site to make it look good, so i need to rework the footer anyway.

« Reply #10 on: June 03, 2013, 18:54 »
0
Thanks for the heads up, it was in the main theme. I will just copy the php file to my harddrive and copy it back after an update. I need to do so much work on the site to make it look good, so i need to rework the footer anyway.

That's what I do.

Poncke v2

« Reply #11 on: June 05, 2013, 12:03 »
0
Does anyone know in what PHP page to change the PayPal logo on Customer Area?

« Reply #12 on: June 05, 2013, 12:19 »
0
In wp-content/themes/symbiostock/inc/classes/cart/cart.php,

now there is src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif"


Poncke v2

« Reply #13 on: June 05, 2013, 12:25 »
0
In wp-content/themes/symbiostock/inc/classes/cart/cart.php,

now there is src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif"
Brilliant, thanks. Thats the old logo. PayPal has renewed their logos a while back. So I am going to implement the new logo. Looks better  :)

« Reply #14 on: June 06, 2013, 07:03 »
0
When I started my microstock business end of 2009 I wanted a second paypal account just for that to make bookkeeping/tax filing easier. No, I couldn't. Paypal refused to open a second account with my name and linked to the same bank account.

If they changed their policy I'd be interested to know, too.

Nope.  Hasn't changed.  I tried it.

« Reply #15 on: June 06, 2013, 11:34 »
0
When I started my microstock business end of 2009 I wanted a second paypal account just for that to make bookkeeping/tax filing easier. No, I couldn't. Paypal refused to open a second account with my name and linked to the same bank account.

If they changed their policy I'd be interested to know, too.

Nope.  Hasn't changed.  I tried it.

Thank you for confirming. So one way out could be using wife's/husband's/partner's paypal account. Would that be OK with Paypal (if they knew)?

« Reply #16 on: June 06, 2013, 11:43 »
0
Providing they are linked to different bank accounts I think you have have as many as you like

Ron

« Reply #17 on: June 06, 2013, 11:55 »
0
Just be aware when you are going to use two account on one business, that accounts both need to have the proper business documents to show they belong to the same business.

Also, dont use personal accounts to take business payments. They dont allow that.

« Reply #18 on: June 06, 2013, 15:08 »
0
Just be aware when you are going to use two account on one business, that accounts both need to have the proper business documents to show they belong to the same business.

Also, dont use personal accounts to take business payments. They dont allow that.
Providing they are linked to different bank accounts I think you have have as many as you like

All this sounds like to many hoops to jump through in order to save a few pennies. Guess we better focus on getting sales  ;D.

Ron

« Reply #19 on: June 07, 2013, 06:12 »
0
Quote
Can one bank account be used on two different PayPal accounts?

    You can add a bank account to one PayPal account at a time. However, if approved, you may be able to add the bank to a second PayPal account. You will be informed when linking the bank to the second PayPal account if you have been approved.

https://www.paypal.com/helpcenter/main.jsp;jsessionid=05z9Rx1MK5QRhvWTT9rjdjYT0T2y4t7ybpnDC7mh5hvKhDWYQ5CJ!68009712?locale=en_US&_dyncharset=UTF-8&countrycode=CA&cmd=_help&serverInstance=9010&t=solutionTab&ft=browseTab&ps=solutionPanels&solutionId=1204948&isSrch=Yes

« Reply #20 on: June 07, 2013, 06:23 »
0
Quote
Can one bank account be used on two different PayPal accounts?

    You can add a bank account to one PayPal account at a time. However, if approved, you may be able to add the bank to a second PayPal account. You will be informed when linking the bank to the second PayPal account if you have been approved.

https://www.paypal.com/helpcenter/main.jsp;jsessionid=05z9Rx1MK5QRhvWTT9rjdjYT0T2y4t7ybpnDC7mh5hvKhDWYQ5CJ!68009712?locale=en_US&_dyncharset=UTF-8&countrycode=CA&cmd=_help&serverInstance=9010&t=solutionTab&ft=browseTab&ps=solutionPanels&solutionId=1204948&isSrch=Yes

That's interesting.  When I tried recently to add my bank to a second PayPal account, it was simply denied stating that only one PayPal account can be linked to a bank account.  I didn't notice any kind of approval process.  I must have missed something.

Ron

« Reply #21 on: June 07, 2013, 06:28 »
0
Contact support, they should be able to help you.

« Reply #22 on: June 07, 2013, 07:06 »
0
Contact support, they should be able to help you.

Thanks, Ron.

Ron

« Reply #23 on: June 08, 2013, 06:26 »
0
In wp-content/themes/symbiostock/inc/classes/cart/cart.php,

now there is src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif"
Just tried to do this, it works showing the new PP logo, but it caused a problem with Jetpack for some reason. When I change the link to https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg Jetpack starts acting up. No idea why. Had to restore the site to fix the issue because restoring the cart.php file didnt fix the problem either.


 

Related Topics

  Subject / Started by Replies Last post
22 Replies
15536 Views
Last post January 27, 2007, 15:48
by PenelopeB
4 Replies
6757 Views
Last post May 29, 2007, 12:27
by sim
15 Replies
3515 Views
Last post August 27, 2013, 15:12
by Jo Ann Snover
2 Replies
1463 Views
Last post April 26, 2013, 01:40
by Kerioak~Christine
2 Replies
2880 Views
Last post December 09, 2021, 06:55
by dk

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors