Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Payment Module Questoin (Paypal)


niceguy167

Recommended Posts

Posted

Ok i have searched everywhere and i would like it that, when a customer click on the paypal little black dot thingy, that it will inform them that if they are a new user the will have to make sure and click on return to merchant to complete there order so i dont have to do any other mods to my store if anyone has any idea where i can insert this information please let me know thanks alot

 

 

Steven

Posted

So you want to edit the text on the payment page where a customer selects PayPal? If so it is found in:

 

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

 

on this line:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION'

 

Hope that helps!

Posted
So you want to edit the text on the payment page where a customer selects PayPal? If so it is found in:

 

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION'

 

Hope that helps!

 

 

define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal');

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', 'PayPal');

 

In that file i have two items shown above, when i edit just The Description 'And Change The Paypal for the TEXT_DESCRIPTION Nothing happens however if i edit title then the payment method is edited, what is the DESCRIPTION FOR ? thanks

 

 

Steven

Posted

You are supposed to have 2, I suggested description only as you do not need or want to edit the title one.

 

The title one is the payment option shown next to the radio button (little black dot thingy as you say).

 

The description one is text which will appear underneath that and is intended to describe the payment option.

 

Paste your code in question here so we can figure out what is going on.

Posted
You are supposed to have 2, I suggested description only as you do not need or want to edit the title one.

 

The title one is the payment option shown next to the radio button (little black dot thingy as you say).

 

The description one is text which will appear underneath that and is intended to describe the payment option.

 

Paste your code in question here so we can figure out what is going on.

 

define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', '<p>Paypal <br> <b><font color="#800000" size="1">Note: You will be taken to Paypal to complete your transaction you do not need to have a paypal account to purchase, however when you complete your transaction if paypal asks you if you want to return to merchant you must click this button in order to complete your order with us.</font></b></p>');

?>

 

here is code, it works fine in the title one but like you say you dont want it there, just does not seam to work here ?

 

 

Thanks

Archived

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

×
×
  • Create New...