Invado Posted September 10, 2006 Share Posted September 10, 2006 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 More sharing options...
jasonabc Posted September 11, 2006 Share Posted September 11, 2006 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. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Invado Posted September 11, 2006 Author Share Posted September 11, 2006 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 More sharing options...
jasonabc Posted September 11, 2006 Share Posted September 11, 2006 Yes - start with a fresh page and make the change I suggested. That is all that is needed to acheive what you require. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.