i’d like to customize the return button in PayPal and i’ve discovered that i have to set a parameter CBT in the request with the text of the button but i can’t find how to do it in Magento (version 1.4.11).
Can you help me please ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve discovered the answer by myself in this file
app/code/core/Mage/Paypal/Block/Standard/Redirect.php
after this loop:
i’ve added this line:
Hope this helps