Zen Cart Logo
Forums / Basic Configuration / card payment / paypal

card payment / paypal

Locked

Views: 1,283

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Jul 2008, 10:42 AM
#1
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

card payment / paypal

Hi guys,

Some of my customers are not familiar with paypal. They do not know that you do not need a paypal account to pay via card.

Is there a way (or where) can add next to the word pay via paypal (SLASH CARD)

Card / Paypal

www.splay.co.uk

28 Jul 2008, 10:57 AM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: card payment / paypal

Using ZC ver 3.1.8a, This is what I did to:

/includes/languages/english/modules/payment/paypal.php

You can make similar edits

(Around line 17 onwards...)

  // to show the PayPal logo as the payment option name, use this:  https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif
  define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif');
 // define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif');
  define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_ALT', 'Checkout using a Credit Card or PayPal');
  define('MODULE_PAYMENT_PAYPAL_ACCEPTANCE_MARK_TEXT', '<br />Credit Card or Paypal.');

Then as it is a LANGUAGE file, I saved the edited version to my over-rides folder:

/public_html/includes/languages/english/modules/payment/MY_TEMPLATE/paypa.php

31 Jul 2008, 7:42 PM
#3
vik007 avatar

vik007

Zen Follower

Join Date:
Feb 2007
Posts:
201
Plugin Contributions:
0

Re: card payment / paypal

Can i test on your website??

im using
** Zen Cart 1.3.7**

 ** Database Patch Level:  1.3.7**

at the moment...too scared to upgrade in case i mess it up! lol

1 Aug 2008, 8:30 AM
#4
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: card payment / paypal

Go to:- https://www.edutrade.co.uk

Fill a shopping basket

Register as a customer, and go as far as stage 2 of checkout.

You will see my customised message under the paypal logo.

1 Aug 2008, 8:40 AM
#5
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: card payment / paypal

In version 1.3.7 you could try the following:

Open this file to edit:

includes/languages/english/modules/payment/paypal.php

Find this DEFINE and change the text to something like I have below:-

define('MODULE_PAYMENT_PAYPAL_TEXT_CATALOG_TITLE', 'We currently take payments using Credit Cards / PayPal.');

It's recommended that you save the edited file to your custom folder.

7 Sep 2008, 9:58 PM
#6
andor avatar

andor

New Zenner

Join Date:
Dec 2004
Posts:
28
Plugin Contributions:
0

Re: card payment / paypal

I think that this seems to be further obfuscated in 1.3.8 so I can only gather than PayPal don't want the zencart team to make this option possible as much as possible from here on in.