jderouen Posted December 9, 2008 Share Posted December 9, 2008 My /languages/english/modules/payment/paypal ipn looks like this: <?php define('MODULE_PAYMENT_PAYPAL_IPN_TEXT_TITLE', 'PayPal'); define('MODULE_PAYMENT_PAYPAL_IPN_TEXT_DESCRIPTION', 'Yes, we accept Paypal'); ?> The "Yes, we accept Paypal" does not show up when choosing a payment type; just the word "PayPal" and the radio box. Of course, this works fine, but I'd really like to be able to add the line of text so I can alter it or include an image. What can I do to make this show up? Thanks, Joe Link to comment Share on other sites More sharing options...
jderouen Posted December 11, 2008 Author Share Posted December 11, 2008 Any ideas? Link to comment Share on other sites More sharing options...
jderouen Posted December 17, 2008 Author Share Posted December 17, 2008 Any ideas at all? Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted December 17, 2008 Share Posted December 17, 2008 Have you looked in the code to see if MODULE_PAYMENT_PAYPAL_IPN_TEXT_DESCRIPTION is referenced in it? Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
jderouen Posted December 18, 2008 Author Share Posted December 18, 2008 Yes, actually, it is: $this->description = MODULE_PAYMENT_PAYPAL_IPN_TEXT_DESCRIPTION; I don't understand why it isn't showing up in the payment page. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.