Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

still having a tough time installing logos of credit cards with paypal


Invado

Recommended Posts

I try using the contributions, but I must be doing something wrong. Is there anyone out there who could help me with this...I think I am following the contribution instructions accurately but nothing is still appearing. There must be something else I have previously altered that is preventing the images from displaying...but I am new at this and can't quite figure it out.

Link to comment
Share on other sites

To achieve this - open /catalog/includes/languages/english/modules/payment/paypal.php and change this line:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal');

 

to this:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', '<table border="0"><tr><td><img src="images/paypal.gif" border="0"></td><td class="main" style="padding-left:5px;"><b>PayPal</b></td></tr></table>');

 

Be sure to create and upload "paypal.gif" (this is the paypal logo) into your store images/ folder.

Link to comment
Share on other sites

Thanks...I seem to be getting closer to the problem...I notice the line you suggested I change had already been altered when I tried using one of the contributions. Here is what I currently have:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'Credit Card or PayPal');

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'Credit Card or PayPal');

 

define('MODULE_PAYMENT_PAYPAL_CC_TEXT', "%s%s%s%s or %s");

 

define('MODULE_PAYMENT_PAYPAL_IMAGE_BUTTON_CHECKOUT', 'PayPal Checkout');

define('MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION','You do not need to be a PayPal member to pay by credit card');

define('MODULE_PAYMENT_PAYPAL_CC_URL_TEXT','<font color="blue"><u>[info]</u></font>');

 

Do you think I should start all over? I was hoping to get all those credit card images like the contribution shows, and I'm pretty sure I am following directions but it's not working. I think I may have previously tried another paypal contribution when I first started building the store, and perhaps it is now conflicting with the code.

 

Thanks.

 

 

To achieve this - open /catalog/includes/languages/english/modules/payment/paypal.php and change this line:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal');

 

to this:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', '<table border="0"><tr><td><img src="images/paypal.gif" border="0"></td><td class="main" style="padding-left:5px;"><b>PayPal</b></td></tr></table>');

 

Be sure to create and upload "paypal.gif" (this is the paypal logo) into your store images/ folder.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...